Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-97
PROCESS_GETINFOLIST_ Procedure
This attribute applies only to OSS processes on the same node as the calling
process.
This attribute is undefined if the target system is running an operating system
version earlier than D30.
94: OSS parent process ID (OSS processes only)
returns the OSS process ID of the OSS parent process; otherwise it returns the
null OSS process ID (a null OSS process ID is obtained by calling the
OSS_PID_NULL_ procedure). The OSS parent process ID might identify a
process that is no longer active.
The OSS parent process ID is an attribute of a new process identifying the parent
of the process. The parent process ID of a process is the process ID of its creator,
for the lifetime of the creator.
This attribute is undefined if the target system is running an operating system
version earlier than D30.
95: OSS elapsed time (OSS processes only)
returns the elapsed time in microseconds since the OSS process was created; it
returns 0 if the process is not an OSS process. This value is equal to the value
returned by the OSS
times() function. Note that this value is not the same as
the value of the
process-time parameter of the PROCESS_GETINFO_
procedure or the process time attribute (30) of this procedure.
This attribute is undefined if the target system is running an operating system
version earlier than D30.
96: OSS processor time (OSS processes only)
returns the processor time of the OSS process ID in microseconds; it returns 0 if
the process is not an OSS process. This value is equal to the system time
(
tms_stime) plus the user time (tms_utime) returned by the OSS times()
function.
This attribute is undefined if the target system is running an operating system
version earlier than D30.
97: OSS start time (OSS processes only)
returns the time elapsed in microseconds between the value of the OSS
TZ
environment variable and the time that the OSS process was started; it returns 0 if
the process is not an OSS process. The
TZ environment variable is usually
equivalent to the system load time.
This attribute is undefined if the target system is running an operating system
version earlier than D30.
98: OSS process group leader process ID (OSS processes only)