ASAP 2.8 Server Manual

ASAP Data Definitions
HP NonStop ASAP Server Manual522303-007
B-14
Spooler Statistics Definitions
02 NumObjects type binary 16. !Number of objects or subobjects
02 NumTotObjects type binary 16. !Total number of objects or subs
02 NumJobs type binary 32. !Number of jobs for component
02 NumJobs-State type binary 16. !NumJobs State
02 BatchJobs type binary 32. !Number of batch jobs for component
02 BatchJobs-State type binary 16. !BatchJobs State
02 OpenJobs type binary 32. !Number of jobs currently open
02 OpenJobs-State type binary 16. !OpenJobs State
02 PrintJobs type binary 32. !Number of jobs currently printing
02 PrintJobs-State type binary 16. !PrintJobs State
02 HoldJobs type binary 32. !Number of jobs currently on hold
02 HoldJobs-State type binary 16. !HoldJobs State
02 NumDevQ type binary 32. !Number of Device Queues used
02 NumDevQ-State type binary 16. !SplNumDevQ state
02 NumLocs type binary 16. !Number of locations defined
02 NumLocs-State type binary 16. !NumLocs State
02 NumDevs type binary 16. !Number of devices defined
02 SplNumCols type binary 16. !Number of collectors defined
02 SplNumPrts type binary 16. !Number of print
processes defined
02 NumFontJobs type binary 16. !Number of font jobs defined
02 NumFontJobs-State type binary 16. !NumFontJobs State
02 ColPctFull type binary 16. !%Full for collector
02 ColPctFull-State type binary 16. !ColPctFull State
02 Spare1 type binary 16.
02 Spare2 type binary 16.
02 Spare3 type binary 16.
02 Spare4 type binary 16.
END.
*--This extension layout is for the Spooler detail statistics:
DEFINITION SPL-EXT.
02 Buffer-int type binary 16 occurs 25 times.
02 Supervisor-ext redefines Buffer-int.
03 FName type character 26. !Supervisors Log File.
03 ColAllocSize type binary 32. !Collectors Allocated Size.
03 ColTotalSize type binary 32. !Collectors Total Avail Size.
02 Collector-ext redefines Buffer-int.
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.