ASAP 2.7 Extension Manual

Configuring the ASAP Extension
HP NonStop ASAP Extension Manual425265-004
2-15
Built-In Metrics
Built-In Metrics
ASAPX provides 11 built-in metrics that you can use in an application definition by
defining them as attributes in your application EDL file:
Attribute Description EDL Attribute Definition (page1of2)
Nak Negative
acknowledgement
counter. It is incremented
each time an interval
passes when the
application has not
updated any of its
DataItems.
AT Nak GRID YES GRAPH YES GRAPHMAX
10 HELP “Negative Acknowledgement Count”
STATEPAIR YES STATERULE
USESTATEGRAPHSTATE TYPEDATA INT64
FORMAT “I4”;
AT NakState GRID NO GRAPH NO
GRAPHMAX 9 HELP “State of Nak”;
UnAvail Unavailability of the
registering process during
the interval. DT / IT *
100, where DT =
downtime microseconds
and IT = interval time
microseconds.
AT UnAvail GRID YES GRAPH YES
GRAPHMAX 10 HELP "Unavailable percent"
STATEPAIR YES STATERULE
USESTATEGRAPHSTATE TYPEDATA REAL64
FORMAT "F6.2";
AT UnAvailState GRID NO GRAPH NO
GRAPHMAX 9 HELP "State of Unavailable";
Cpu Primary processor of the
registering process.
AT Cpu GRID YES GRAPH YES GRAPHMAX
10 HELP “Processor" STATEPAIR YES
STATERULE UseStateGraphState TypeData INT
Format "I2";
AT CpuState GRID NO GRAPH NO
GRAPHMAX 9 HELP "State of CPU";
Pri Priority of the registering
process.
AT Pri GRID YES GRAPH YES GRAPHMAX
10 HELP "Priority" STATEPAIR YES
STATERULE USESTATEGRAPHSTATE
TYPEDATA INT FORMAT "I3";
AT PriState GRID NO GRAPH NO
GRAPHMAX 9 HELP "State of Priority";
Busy Percent CPU busy for the
registering process. PT /
IT * 100 where PT =
process time
microseconds and IT =
interval time
microseconds.
T Busy GRID YES GRAPH YES GRAPHMAX
10 HELP "Process' percent busy" STATEPAIR
YES STATERULE USESTATEGRAPHSTATE
TYPEDATA REAL64 FORMAT "F6.2";
AT BusyState GRID NO GRAPH NO
GRAPHMAX 9 HELP "State of Busy";
PState Process state of the
registering process.
AT PState GRID YES GRAPH YES
GRAPHMAX 10 HELP "Process State"
STATEPAIR YES STATERULE
USESTATEGRAPHSTATE TYPEDATA CHAR8;
AT PStateState GRID NO GRAPH NO
GRAPHMAX 9 HELP "State of Process State";