ProcessInformation Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
The ProcessInformation type exposes the following members.
Name | Description | |
---|---|---|
CurrentDirectory |
Gets the current working directory of the process.
| |
ExecutableName |
Gets the path to the executable.
| |
ExecutableRoot |
Gets the root namespace of the process.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
MemoryMajorFaults |
Gets the total number of major page faults.
| |
MemoryMinorFaults |
Gets the total number of minor page faults.
| |
MemoryPageFaults |
Gets the total number of faults.
| |
MemoryResident |
Gets the total resident memory of the process, in bytes.
| |
MemoryShare |
Gets the total resident memory that is shared with other processes, in bytes.
| |
MemorySize |
Gets the total address space of the process, in bytes.
| |
Name |
Gets the name of the executable.
| |
Nice |
Gets the nice value set on the process.
| |
OwnerGroup |
Gets the group of the user who owns the process.
| |
OwnerUser |
Gets the user who owns the process.
| |
ParentProcessId |
Gets the parent process ID.
| |
Priority |
Gets the priority of the process.
| |
ProcessId |
Gets the process ID.
| |
StartTime |
Gets the start time of the process.
| |
SystemTime |
Gets the total time spent executing system calls.
| |
ThreadCount |
Gets the number of threads the process owns.
| |
TotalTime |
Gets the total execution time of the process.
| |
UserTime |
Gets the total time spent executing user code.
|