ASAP 2.8 Client Manual
Entity Definition Language (EDL)
HP NonStop ASAP Client Manual—425263-004
6-29
StateRule - EDL Attribute Property
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
For detailed descriptions, see State Determination on page 5-3.
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
STATEPAIR YES STATERULE UseStateGraphState;
TypeData - EDL Attribute Property
TypeData String
The TypeData attribute property defines the data type of a user-defined attribute.
Possible data types are:
INT | INT32 | INT64 | REAL64 | CHARnn
Applies to: Server
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.
5-5
UseValueGraphValue Directly by the value of the attribute. 5-5
UseStateGraphValue By the state variable associated with that attribute.
The attribute’s value is graphed.
5-6
UseStateGraphState By the state variable associated with that attribute.
The state value is graphed.
5-6