Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-246
PROCESSOR_GETINFOLIST_ Procedure
38: processor queue state
an array of two integers and a FIXED. The first integer is the maximum number of
processes ready to run at any time since the Measure product started collecting
statistics on the processor. The second integer is the current number of processes
ready to run. The FIXED contains the total number of microseconds that all
processes have spent on the ready queue.
39: memory queue state
an array of two integers and a FIXED. The first integer is the maximum number of
processes waiting for memory at any time since the Measure product started
collecting statistics on the processor. The second integer is the current number of
processes waiting for memory. The FIXED contains the total number of
microseconds that all processes have spent waiting
40: sequenced sends
the number of message packets containing interprocess messages that have been
sent since the processor was loaded. This number is returned as an unsigned
value.
41: unsequenced sends
the number of message packets containing low level control information that have
been sent since the processor was loaded. This number is returned as an
unsigned value.
42: CME events
the number of correctable memory errors that have been detected since the
processor was loaded. This number is returned as an unsigned value.
43: pages created
the number of pages of virtual memory created by the processors memory
manager since the processor was loaded. This number is returned as an unsigned
value.
44: interpreter busy
for NSR-L processors, the amount of processor time in microseconds that the
processor has spent in the interpreter since the Measure product started collecting
statistics on the processor. If the processor is not a NSR-L processor, 0F is
returned.