ASAP 3.0 Client Manual

HP NonStop ASAP Client Manual Page 145 of 161
AT NodeName GRID YES GRAPH NO GRAPHMAX 0 HELP "NSK System Name";
AT Sysnum GRID NO GRAPH NO GRAPHMAX 0 HELP "System Number";
AT Cpu GRID YES GRAPH NO GRAPHMAX 0 HELP "CPU Number";
AT Status GRID YES GRAPH YES GRAPHMAX 0 HELP "Operational Status"
STATEPAIR YES STATEISOP YES
STATERULE UseStateGraphState
TYPE CHAR5;
AT OpState GRID NO GRAPH NO GRAPHMAX 9 HELP "Operational State";
AT Date GRID NO GRAPH NO GRAPHMAX 0 HELP "Date of Stats";
AT Time GRID YES GRAPH YES GRAPHMAX 0 HELP "Time of Stats";
AT Valid GRID NO GRAPH NO GRAPHMAX 0 HELP "Validity Flag";
AT CpuType GRID NO GRAPH NO GRAPHMAX 0 HELP "Processor Type";
AT ET GRID NO GRAPH NO GRAPHMAX 0 HELP "Elapsed Minutes";
AT Busy GRID YES GRAPH YES GRAPHMAX 100 HELP "Percent Cpu Busy"
HEADING "Busy%";
AT Queue GRID YES GRAPH YES GRAPHMAX 10 HELP "Cpu Queue Length";
AT Disp GRID YES GRAPH YES GRAPHMAX 5000 HELP "Dispatch rate";
AT Disk GRID YES GRAPH YES GRAPHMAX 100 HELP "Disk I/O rate";
AT Chit GRID YES GRAPH YES GRAPHMAX 100 HELP "Disk Cache Hit rate";
AT Swap GRID YES GRAPH YES GRAPHMAX 10 HELP "Memory Swap rate";
In this example, the NodeName attribute has its Show GRID attribute property set to
YES and GRAPH attribute property set to NO. The GRAPH property is not enabled
because it does not make sense to graph a node name.
Also, the user-defined CPU attribute defines the CPU number and has HELP text
"CPU Number".
The Status attribute has both the GRID and GRAPH properties set to YES. Setting
GRAPH to YES implies the status of the CPU entity will be analyzed. In the example,
the Status attribute is paired with an attribute called OpState.
When an attribute has a state associated with it, as does the Status attribute, the
STATEPAIR YES and STATERULE UseStateGraphState properties are set. In this
case, the status property is special in that its associated state is earmarked as the
operational state of the object, as indicated by STATEISOP YES.
The user-defined Busy attribute has its GRID and GRAPH properties enabled, so the
busy value has a state assigned to it by the ASAP Client. The Busy value is
normalized with its GraphMax property. Because Busy is a value from 0 through 100
percent, the correct GraphMax value is 100.
Align - EDL Attribute Property
Align Left | Right | ""
The Align attribute property defines how the ASAP Client aligns the display of defined
attributes. If no align option is specified, the client uses its own set of rules to