ASAP 3.0 Client Manual
HP NonStop ASAP Client Manual Page 153 of 161
Example
AT Status GRID YES GRAPH YES GRAPHMAX 0
STATEPAIR YES ā- Implies Status has associated state
STATEISOP YES ā- Implies State is operational state of obj
STATERULE UseStateGraphState
HELP "Operational Status";
AT OpState GRID NO GRAPH NO GRAPHMAX 9
HELP "Operational State of object";
StateRule - EDL Attribute Property
StateRule String
The StateRule attribute property defines how the ASAP Client determines the state of
an attribute.
Where String must be one of:
UseThresholds
UseValueGraphValue
UseStateGraphValue
UseStateGraphState
Applies to: Client
Default: UseThresholds
State Determination
Rule Value
Attribute State Information Determined
More
Information
UseThresholds
By the ASAP Client using the percentage
thresholds specified with the Utilization
Thresholds sliders.
87
UseValueGraphValue
Directly by the value of the attribute.
88
UseStateGraphValue
By the state variable associated with that
attribute. The attributeās value is graphed.
88
UseStateGraphState
By the state variable associated with that
attribute. The state value is graphed.
88
For detailed descriptions, see State Determination Options on page 87.
Examples
AT Status GRID YES GRAPH YES GRAPHMAX 0 HELP "Operational Status"
STATEPAIR YES STATERULE UseStateGraphState STATEISOP YES;
AT TranCount METRICRULE "#1"
STATEPAIR YES STATERULE UseStateGraphState;
AT TranRate METRICRULE "#1/S" FORMAT F10.2