Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-93
PROCESS_GETINFOLIST_ Procedure
•
54: current pages
returns the number of memory pages that have been swapped in by the process
and are still resident.
•
55: messages sent
in G-series systems, returns the number of messages sent by this process since
the Measure product started collecting statistics on the process. If the Measure
product is not collecting statistics on the process, -1D is returned. In H-series
systems, returns the number of messages sent by this process, regardless of
whether or not you are using Measure.
•
56: messages received
in G-series systems, returns the number of messages received by this process
since the Measure product started collecting statistics on the process. If the
Measure product is not collecting statistics on the process, -1D is returned. In H-
series systems, returns the number of messages received by this process,
regardless of whether or not you are using Measure.
•
57: receive queue length
in G-series systems, returns the number of messages currently on the process
receive queue. If the Measure product is not collecting statistics on the process, -1
is returned. In H-series systems, returns the number of messages currently on the
process receive queue, regardless of whether or not you are using Measure.
•
58: receive queue maximum length
returns the maximum number of messages that have been on the process receive
queue at any time since the Measure product started collecting statistics on the
process. If the Measure product is not collecting statistics on the process, -1 is
returned. This value is no longer valid in H-series systems.
•
59: page faults
in G-series systems, returns the number of page faults for this process since the
Measure product started collecting statistics on the process. If the Measure
product is not collecting statistics on the process, -1D is returned. In H-series
systems, returns the number of page faults for this process regardless of whether
or not you are using Measure.
•
62: named
returns 1 if the process is named, 0 otherwise.
•
63: stop mode
returns the stop mode. See the SETSTOP procedure for more information on the
stop mode. The return values are defined as follows:
0 Any other process can stop the process.
1 Only qualified processes can stop the process.