Guardian Procedure Calls Reference Manual

53: creation timestamp
returns the Julian timestamp that identifies the time when the process was created. If the target
system is running an operating system version earlier than D10, 0F is returned.
54: current pages
returns the number of memory pages that have been swapped in by the process and are still
resident. If the number of such pages exceeds 32767, -2 is returned as a reserved return
value; if PROCESS_GETINFOLIST_ fails to determine the number of resident pages for the
target process, -1 is returned in the ret-values-list.
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 and J-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 and J-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.
In H-series and J-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 and J-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 and J-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. For more information on the stop mode, see the SETSTOP Procedure
(page 1353). The return values are defined as follows:
Any other process can stop the process.0
Only qualified processes can stop the process.1
No other process can stop the process.2
PROCESS_GETINFOLIST_ Procedure 1031