ASAP 2.8 Client Manual
Entity Definition Language (EDL)
HP NonStop ASAP Client Manual—425263-004
6-12
DataItems - EDL Entity Property
The Command entity property defines one or more commands that are sent to the
ASAP Server command interpreter. These commands are used to retrieve statistics for
a given entity.
A Command must include the "RAW, TAB" formatting options. In most cases, the
ASAP Client requires the data to be formatted in RAW, TAB format. For example, RAW
does not zero suppress numeric values, and the TAB option formats output in tab
delimited columns. App commands should also include the STATE option; for example,
“RAW, TAB, STATE”.
Multiple commands can be associated with a given entity. This permits a wide variety
of possibilities for abstract domains. For example, these commands let subsets of
objects be associated with an abstract domain:
ENTITY AtmFacet
CI ASAP
Command "APP\* ATM\FACET\BEST,RAW,TAB,STATE" -- ATM\FACET\BEST
Command "APP\* ATM\FACET\ZEIST,RAW,TAB,STATE" -- ATM\FACET\ZEIST
ENABLED YES;
ENTITY CpuSpecial
CI ASAP
Command "CPU \Chicago,RAW,TAB" -- Chicago Cpus
Command "CPU \Newyork,RAW,TAB" -- Newyork Cpus
Command "CPU \Tuson.0,RAW,TAB" -- Tuson.0 Cpus
Command "CPU \Tuson.1,RAW,TAB" -- Tuson.1 Cpus
ENABLED YES;
Applies to: Client and Server
Default: COMMAND ""
Examples
COMMAND "CPU\*,RAW,TAB" -- Cpu Command
COMMAND "DISK\*,RAW,TAB" -– Disk Command
COMMAND "LH\*,RAW,TAB" –- Expand Command
DataItems - EDL Entity Property
DataItems string
The DataItems entity property applies only to the entities that are derived from the
Application Entity. You must define this property for all user-defined application entities.
The DataItems property defines a list of DataItem number base pairs.