ASAP 2.7 Extension Manual

Configuring the ASAP Extension
HP NonStop ASAP Extension Manual425265-004
2-31
Example: Release 1 to Release 2 File Migration
AT Success GRID YES GRAPH YES GRAPHMAX 10
HELP “Percent successful transactions
STATEPAIR YES STATERULE UseStateGraphState
TypeData REAL64
MetricRule “#0/ (#0+#1)
Format “F6.2”
Heading “Success%”;
AT SuccessState GRID NO GRAPH NO GRAPHMAX 9
HELP “State of Success%
HEADING “S”;
AT Fail GRID YES GRAPH YES GRAPHMAX 10
HELP “Percent failed transactions”
STATEPAIR YES STATERULE UseStateGraphState
TypeData REAL64
MetricRule “#1/ (#0+#1)
Format “F6.2”
Heading “Fail%”;
AT FailState GRID NO GRAPH NO GRAPHMAX 9
HELP “State of Fail%”
HEADING “S”;
AT OKTime GRID YES GRAPH YES GRAPHMAX 10
HELP “Time spent in OK state”
STATEPAIR YES STATERULE UseStateGraphState
TypeData REAL64
MetricRule “#2/ (#2+#3)
Format “F6.2”
AT OKTimeState GRID NO GRAPH NO GRAPHMAX 9
HELP “State of OKTime”
HEADING “S”;
AT FailTime GRID YES GRAPH YES GRAPHMAX 10
HELP “Time spent in bad state”
STATEPAIR YES STATERULE UseStateGraphState
TypeData REAL64
MetricRule “#3/(#2+#3)”
Format “F6.2”;
AT FailTime State GRID NO GRAPH NO GRAPHMAX 9
HELP “State of FailTime
HEADING “S”;
AT State GRID YES GRAPH YES GRAPHMAX 10 HELP “Server state”
STATEPAIR YES STATERULE UseStateGraphState
TypeData REAL64
MetricRule “#5”
Format “I1”;
AT StateState GRID NO GRAPH NO GRAPHMAX 9
HELP “State of State”
HEADING “S”;