CpuInformation Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
The CpuInformation type exposes the following members.
Name | Description | |
---|---|---|
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.) | |
Frequency |
Gets the CPU clock speed in MHz.
| |
IdleTime |
Gets the CPU time spent idle.
| |
InterruptTime |
Gets the CPU time spent servicing/handling hardware interrupts.
| |
KernelTime |
Gets the CPU time spent in kernel space.
| |
LowPriorityTime |
Gets the CPU time spent on low-priority processes.
| |
Model |
Gets the CPU vendor model string.
| |
Name |
Gets the CPU name.
| |
ProcessorCount |
Gets the total number of processor cores on all sockets.
| |
SocketCount |
Gets the total number of CPU sockets.
| |
SoftInterruptTime |
Gets the CPU time spent servicing/handling software interrupts.
| |
TotalTime |
Gets the total CPU time.
| |
UserTime |
Gets the CPU time spent in user space.
| |
Vendor |
Gets the CPU vendor name.
| |
WaitTime |
Gets the CPU time spent waiting on I/O operations to complete.
|