ASAP 3.0 Client Manual
HP NonStop ASAP Client Manual Page 148 of 161
The Graph-Max value appears in the ASAP Client as the unlabeled field immediately
to the right of the Show in Graph check box. This value determines the maximum
graph amplitude or normalization value for the attribute. For example, if the attribute
Queue has a Graph-Max value of 10, and the value of the Queue attribute is 5, the
Queue value appears in the graph at one-half of the maximum graph height.
Graph-Max values are used when StateRule is UseThresholds, and the Graph Percent
check box is selected on the Graph property sheet.
Applies to: Client
This property appears on the Attribute tab of the ASAP Client Properties window.
Default: False
Examples
AT Busy GRAPH YES GRID YES GRAPHMAX 100 HELP "Percent Cpu Busy"
HEADING "Busy%";
AT Status GRAPH YES GRID YES GRAPHMAX 9 HELP "Operational Status"
STATEPAIR YES, STATERULE UseStateGraphState, STATEISOP YES;
Grid - EDL Attribute Property
Grid Boolean
The Grid attribute property indicates whether a user-defined attribute is displayed in
the Grid portion of the Browse window of the ASAP Client. If the Grid attribute property
is enabled (TRUE or YES), the attribute value appears in the Grid.
Applies to: Client
This property appears on the Attribute tab of the ASAP Client Properties window and is
documented as the Show In Grid property.
Default: False
Examples
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";
Heading - EDL Attribute Property
Heading String
The Heading attribute property defines the string of text that appears in the heading
for a user-defined attribute.