Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ModulePath | string | |
Description | string | The executing process's command path. |
MappingStrings | string | MIF.DMTF|Process Information|001.7 |
ParentProcessID | string | |
Description | string | The parent process ID of this executing process. |
MappingStrings | string | MIF.DMTF|Process Information|001.2 |
Required | boolean | true |
Priority | uint32 | 0 |
Description | string | For Unix, the priority of a process is represented by the UnixPriority property. The value of Priority is set to 0 to indicate that it is not used. |
Experimental | boolean | true |
MappingStrings | string | MIF.DMTF|Process Information|001.10 |
ModelCorrespondence | string | CIM_UnixProcess.UnixPriority |
Override | string | Priority |
ProcessGroupID | uint64 | |
Description | string | The Group ID of this currently executing process. |
MappingStrings | string | MIF.DMTF|Process Information|001.2 |
Required | boolean | true |
ProcessNiceValue | uint32 | |
Description | string | The process's 'nice' value. A process 'nice' value of 0 reflects high priority, while increasing values reflect lower priorities. |
MappingStrings | string | MIF.DMTF|Process Information|001.11 |
ProcessSessionID | uint64 | |
Description | string | If part of a group of processes are under the control of a session leader, this property holds the session ID for the group. |
ProcessTTY | string | |
Description | string | The TTY currently associated with this process. |
MappingStrings | string | MIF.DMTF|Process Information|001.5 |
ProcessWaitingForEvent | string | |
Description | string | A description of the event this process is currently sleeping for. The precise nature of this string is implementation defined, but is typically the address of a system data structure that will be modified when the event occurs. This string only has meaning when the ExecutionState is "Blocked" or "SuspendedBlocked". |
ModelCorrespondence | string | CIM_Process.ExecutionState |
RealUserID | uint64 | |
Description | string | The Real User ID of this currently executing process. |
MappingStrings | string | MIF.DMTF|Process Information|001.4 |
Required | boolean | true |
UnixPriority | sint32 | |
Description | string | UnixPriority represents the priority of a Unix Process. Negative numbers represent higher priority (more favorable scheduling), while positive number represent lower priority. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_UnixProcess.Priority |
Parameters | string[] | |
Description | string | The operating system parameters provided to the executing process. These are the argv[] values. |
MappingStrings | string | MIF.DMTF|Process Information|001.8 |