ASAP 3.2 Server Manual
HP NonStop ASAP Server Manual    Page 331 of 381 
DEFINITION CLIM-Stats. 
!Description.............Sect 
 02 system type binary 16 occurs 4 times. ! system name 
 02 word type binary 16 redefines system.! word alignment handle 
 02 sysname type character 8 redefines system. 
 02 P-key-x type *. ! sysno, domain & its 
8.3 
 02 Q-key-x type * redefines P-key-x. ! enform q-key extended 
 02 event type *. ! ts, interval & info 
 02 Type type binary 16. ! Record type CLIM, MON, 
PROV 
 02 AggRec type binary 16. ! AggRec indicator 
 02 Spare type binary 16 occurs 6 times. ! reserved 
 02 OpText type binary 16 occurs 5 times. ! Op state text 
 02 Status type character 1 redefines OpText. 
 02 OpState type binary 16. ! Operational state 
 02 Error type binary 64. ! Error (if any) 
 02 ErrorState type binary 16. ! Error state (or 
remove) 
 02 Data type ZCLIMData. ! CIPCLIM data 
 02 State type ZCLIMState. ! CIPCLIM states 
END. 
* CIP\MON\<clim-mon-name> 
DEF ZMonData. 
 02 MemUsed type binary 16. 
 02 word type binary 16 redefines MemUsed. 
 02 primary-cpu type binary 16. 
 02 primary-pin type binary 16. 
 02 priority type binary 16. 
 02 qio-pool-current type binary 64. 
 02 qio-pool-limit type binary 64. 
 02 total-rcv-sckt-reqs type binary 64. 
 02 total-rcv-sckt-reqs-errs type binary 64. 
 02 total-send-sckt-reqs type binary 64. 
 02 total-send-sckt-reqs-errs type binary 64. 
 02 data-bytes-rcvd type binary 64. 
 02 data-bytes-sent type binary 64. 
 02 incoming-connections type binary 32. 
 02 outgoing-connections type binary 32. 
 02 tcp-listen-skts-curr type binary 32. 
 02 tcp-listen-skts-high type binary 32. 
 02 udp-sockets-curr type binary 32. 
 02 udp-sockets-high type binary 32. 
 02 tcp-connections-curr type binary 32. 
 02 tcp-connections-high type binary 32. 
 02 size-1-128 type binary 32. 
 02 size-129-256 type binary 32. 
 02 size-257-512 type binary 32. 
 02 size-513-1024 type binary 32. 
 02 size-1025-2048 type binary 32. 
 02 size-2049-4096 type binary 32. 
 02 size-4097-8192 type binary 32. 
 02 size-8193-12288 type binary 32. 
 02 size-12289-16384 type binary 32. 
 02 size-16385-32768 type binary 32. 










