ASAP 3.0 Server Manual

HP NonStop ASAP Server Manual Page 142 of 342
TransRate ErrCount Busy State
--------- -------- ----- -----
0.3000 2 0.05 5
0.7500 4 0.12 1
0.3000 3 0.07 4
1.2000 8 0.20 4
\CENTDIV Domain\Name\Hierarchy
Date Time Ver CpuPin Ct Error Nak UnAvail TransRate ErrCount Busy State
---------------------------------------------------------------------------
Accounts\Payable\$Tt29
2/25 12:43 A1 1,121 4 0 0 0.00 1.33 16 0.12 3
Accounts\Payable\$Tt30
2/25 12:43 A1 0,130 4 0 0 0.00 0.67 8 0.06 7
Accounts\Receive\$Tt31
2/25 12:43 A1 1,122 4 0 0 0.00 0.50 6 0.03 1
Accounts\Receive\$Tt32
2/25 12:43 A1 0,131 4 0 0 0.00 1.33 16 0.13 5
+APP \CENTDIV ACCOUNTS\RECEIVE,DETAIL
\CENTDIV Domain\Name\Hierarchy Status Date Time Ct Error
-------------------------------- --------------- ----- ----- -- -----
Receive\$Jx50 Up 5/10 17:47 4 0
Receive\$Jx51 Up 5/10 17:47 4 0
continued...
TransRate ErrCount Busy State
--------- -------- ----- -----
0.1500 2 0.04 3
0.6000 4 0.10 3
This example retrieves detail record information about the ATM application directly
from ASAP memory instead of from the ASAP database.
APP ATM, DETAIL, STATE, MEMORY
This example limits the response to an in-memory record request only to domains
where at least one attribute state is at the medium alert level (state 4.)
APP ATM, DE, ST, MEM, MINSTATE 4
This example shows information from the ASAP database but limits the output to only
aggregate domains. It uses the AO abbreviation for AGGREGATEONLY.
APP ATM, DE, ST,AO
This examples extracts all ATM records for the last 1000 samples into a separate file
named $DATA.STORE.ATMFILE while suppressing terminal output.
APP ATM, EXTRACT $DATA.STORE.ATMFILE, NOPRINT, SAMPLES 1000