ASAP 3.0 Client Manual
HP NonStop ASAP Client Manual Page 135 of 161
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.
number is a value from 0 through 11. base defines the data item base type.
Base type
Description
C
constant
I
integer
S
time units stored as
seconds
M
time units stored as
milliseconds
U
time units stored as
microseconds
T
8-byte ASCII string
For more information, see the ASAP Extension Manual.
Applies to: Server
Default: DATAITEMS ""
Example