ASAP 3.2 Server Manual
HP NonStop ASAP Server Manual    Page 335 of 381 
 02 NumRetries type binary 32. ! Number retries perfor 
 02 NumRetries-State type binary 16. ! NumRetries State. 
 02 NumTrans type binary 32. ! Number transasctions. 
 02 NumTrans-State type binary 16. ! NumTrans State. 
 02 AvgRespTime type binary 64. ! Avg Response time/xac 
 02 AvgRespTime-State type binary 16. ! AvgRespTime State. 
 02 Spare1 type binary 16. 
 02 Spare2 type binary 16. 
 02 Spare3 type binary 16. 
 02 Spare4 type binary 16. 
END. 
CPU Statistics Definitions 
DEFINITION Cpu-stats. 
 02 System type binary 16 occurs 4 times.!system name 
 02 Word type binary 16 redefines system. 
 02 Sysname type character 8 redefines system. 
 02 P-key type *. !sysno & cpuno & its 
 02 Q-key type * redefines P-key. 
 02 Event type *. !timestamp & interval info 
 02 Cputype type binary 16. !cpu type 0=>nsi,1=>nsii,2=>txp 
 02 Invalid type binary 16. !if <> 0 then reason invalid 
 02 Busy type binary 16. !percent cpu busy 
 02 Data type binary 16 unsigned redefines busy. 
 02 Qlen type binary 16. !cpu queue length 
 02 Swaps type binary 16. !cpu pagefault rate (per sec) 
 02 Mqlen type binary 16. !memory queue length 
 02 Disps type binary 16. !cpu dispatch rate 
 02 Send-busy type binary 16 unsigned. ! % send busy(low byte) 
 02 ISBusy redefines Send-busy. 
 03 IBusy type binary 8 unsigned. !interrupt busy 
 03 SBusy type binary 8 unsigned. !Send busy 
 02 Chits type binary 16. !cache hit rate 
 02 Discs type binary 16. !disc i/o rate 
 02 pcb-use type binary 16. !pcbs in use 
 02 pcb-cnf type binary 16. !pcbs configured 
 02 mem-use type binary 32. !pages locked 
 02 mem-cnf type binary 32. !pages configured 
 02 sys-use type binary 16. !syspool in use (D30+segs use) 
 02 sys-cnf type binary 16. !syspool configd (D30+max segs) 
 02 map-use type binary 16. !mappool in use 
 02 map-cnf type binary 16. !mappool configured 
 02 lcb-use type binary 16. !lcbs in use Cxx 
 02 pcbx-use type binary 16 redefines lcb-use.!hgh pin use D30+ 
 02 lcb-cnf type binary 16. !lcbs conf Cxx 
 02 pcbx-cnf type binary 16 redefines lcb-cnf.!hgh pin cnf D30+ 
 02 tle-use type binary 16. !tles in use 
 02 tle-cnf type binary 16. !tles configured 
 02 OpState  type binary 16. !Cpu State 
 02 Busy-State type binary 16. !cpu busy state 
 02 Qlen-State type binary 16. !cpu queue length state 
 02 Swaps-State type binary 16. !cpu pagefault state 
 02 Mqlen-State type binary 16. !memory queue length state 










