Home | Trees | Indices | Help |
|
---|
|
object --+ | _Handle --+ | StatProcess
Provides methods for obtaining statistics for a system process. To obtain the object for a process, use the Statistics.get_procs_stats_count and Statistics.get_proc_stat methods.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Return the process command name
|
Returns the process system ID.
|
Return the user name of the process owner.
|
Return the total memory size used by the process, in bytes.
|
Return the physical memory usage size in bytes.
|
Return the virtual memory usage size in bytes.
|
Return the process start time in seconds (number of seconds since January 1, 1601 (UTC)).
|
Returns the process total time (system plus user), in seconds.
|
Return the process user time, in seconds.
|
Return the process system time, in seconds.
|
Return the process state information. For a complete list of process states, see the prlsdkapi.prlsdk.consts section and look for PPS_PROC_xxx constants.
|
Return the process CPU usage in percents.
|
Home | Trees | Indices | Help |
|
---|