cwCommCPUUsage
CISCO-WBX-MEETING-MIB ·
.1.3.6.1.4.1.9.9.809.1.2.1.4.1.3
Object
column
percent Unsigned32
This object provides how many percentage of total CPU resource is used. Usually GHz is used for measuring CPU power. Since GHz is too large for measuring some CPU usage categories, KHz is used as the measuring unit. The system speed (in KHz) multiply by the fraction of each CPU sections (e.g. idle, nice, user, etc.) to get the CPU KHz of each category; Khz is used as the unit for all the CPU categories below.
Context
- MIB
- CISCO-WBX-MEETING-MIB
- OID
.1.3.6.1.4.1.9.9.809.1.2.1.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Units
- percent
- Parent
- cwCommCPUUsageEntry
- Table
- cwCommCPUUsageTable
- Siblings
- 11
Syntax
percent Unsigned32
Values & Constraints
Object Constraints
range: 0-100
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cwCommCPUIndex This object uniquely identifies a CPU in the table. Each CPU
has its own usage and breakdown values. | column | Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.1 |
| cwCommCPUUsageSoftIRQ This object provides the CPU usage that is spending
on handling software interrupt request. | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.10 |
| cwCommCPUUsageSteal This object provides the CPU usage spent on other tasks
when running in a virtualized environment. | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.11 |
| cwCommCPUUsageCapacitySubTotal This object provides the current total CPU capacity. | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.12 |
| cwCommCPUName This object provides the CPU name.
For example, 'Intel(R) Xeon(TM) CPU 3.00GHz'. | column | OctetString | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.2 |
| cwCommCPUUsageUser This object provides the CPU power executed in user mode. | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.4 |
| cwCommCPUUsageNice This object provides the CPU power executed on
low priority processes.
Nice is a program found on Unix and Linux. It directly
maps to a kernel call of the same name. nice is used … | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.5 |
| cwCommCPUUsageSystem This object provides the CPU power now is executed
in kernel mode. | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.6 |
| cwCommCPUUsageIdle This object provides the CPU power now is in idle status. | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.7 |
| cwCommCPUUsageIOWait This object provides the CPU power that is spending in
wait disk I/O to complete. | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.8 |
| cwCommCPUUsageIRQ This object provides the CPU usage that is spending
on handling interrupt request. | column | KHz Unsigned32 | .1.3.6.1.4.1.9.9.809.1.2.1.4.1.9 |