ASAP 3.2 Server Manual
HP NonStop ASAP Server Manual    Page 346 of 381 
 03 FName type character 26. !Collectors File name. 
 03 UnitSize type binary 16. 
 03 UnitAlloc type binary 32. 
 03 TotalUnits type binary 32. 
 02 Device-ext redefines Buffer-int. 
 03 FName type character 8. !Associated Print Process name. 
 03 Flags type binary 16. 
 03 FormName type character 16. 
 03 RetryIntvl type binary 16. 
 03 NumRetries type binary 16. 
 03 RestartIntvl type binary 16. 
 03 MaxRetries type binary 16. 
 02 PrintProc-ext redefines Buffer-int. 
 03 FName type character 26. !Print Process Program Name. 
 03 Flags type binary 16. 
END. 
DEFINITION SPL-STATS-EXT. 
 02 SPL-STATS type *. 
 02 SPL-EXT type *. 
END. 
SWAP Statistics Definitions 
DEFINITION Swp-Stats. !Description..Sect 
 02 System type binary 16 occurs 4 times.!sys name 
 02 Word type binary 16 redefines system. 
 02 Sysname type character 8 redefines system. 
 02 P-key-x type *. !Sysno & cpuno & its 
 02 Q-key-x type * redefines P-key-x. 
 02 Event type *. !Timestamp/interval info 
 02 Cpu type binary 16. !Cpu number 
 02 Invalid type binary 16. 
 02 OpState type binary 16. !Swap State 
 02 num-files type binary 16. !high locked mem state 
 02 num-files-state type binary 16. !high locked mem state 
 02 total-swap type float 64. !Total swap space 
 02 total-swap-state type binary 16. !Total swap space state 
 02 total-reserved type binary 32. !Reserved cpu pages 
 02 total-rsvd-state type binary 16. !Reserved cpu pages state 
 02 total-reservatns type binary 32. !Reserved cpu pages 
 02 total-rsvp-state type binary 16. !Reserved cpu pages state 
 02 total-aval-pages type binary 32. !Available pages 
 02 total-aval-pages-state type binary 16.!Available pages state 
 02 pct-full type binary 16. !Percent of used pages 
 02 pct-full-state type binary 16. !Percent used pages state 
02 pct-avail type binary 16. !Percent of free pages 
02 pct-avail-state type binary 16. !Percent free pages state 
02 creates-ok type binary 32. !Creates ok 
02 creates-ok-state type binary 16. !Creates ok state 
02 creates-fail type binary 32. !Creates failed 
02 creates-fail-state type binary 16. !Creates failed state 
02 release-ok type binary 32. !Releases ok 
02 release-ok-state type binary 16. !Releases ok state 
02 release-fail type binary 32. !Releases failed 
02 release-fail-state type binary 16. !Releases failed state 
02 resize-ok type binary 32. !Resizes ok 










