RBN-CPU-METER-MIB
30 objects
This management information module measures CPU utilization on a device.
Imported Objects
| RBN-SMI | rbnMgmt |
| RBN-TC | RbnPercentage |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Gauge32 Integer32 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2352.2.6 | IdentityrbnCpuMeterMIB | This management information module measures CPU utilization on a device. | ||
| 1.3.6.1.4.1.2352.2.6.1 | NoderbnCpuMeterMIBObjects | |||
| 1.3.6.1.4.1.2352.2.6.1.1 | ScalarrbnCpuMeterFiveSecondAvg | read-only | current | Provides the CPU usage percentage over the first five second period in the scheduler. |
| 1.3.6.1.4.1.2352.2.6.1.2 | ScalarrbnCpuMeterOneMinuteAvg | read-only | current | Provides a cumulative average of the CPU usage percentage over a one minute period. |
| 1.3.6.1.4.1.2352.2.6.1.3 | ScalarrbnCpuMeterFiveMinuteAvg | read-only | current | Provides a cumulative average of the CPU usage percentage over a five minute period. |
| 1.3.6.1.4.1.2352.2.6.1.4 | ScalarrbnCpuMeterFiveSecondPeak | read-only | current | The peak CPU usage percentage over the first five second period. |
| 1.3.6.1.4.1.2352.2.6.1.5 | ScalarrbnCpuMeterOneMinutePeak | read-only | current | The peak CPU usage percentage over a one minute period. |
| 1.3.6.1.4.1.2352.2.6.1.6 | ScalarrbnCpuMeterFiveMinutePeak | read-only | current | The peak CPU usage percentage over a five minute period. |
| 1.3.6.1.4.1.2352.2.6.2 | NoderbnCpuMeterMIBConformance | |||
| 1.3.6.1.4.1.2352.2.6.2.1 | NoderbnCpuMeterMIBGroups | |||
| 1.3.6.1.4.1.2352.2.6.2.1.1 | GrouprbnCpuMeterStatsGroup | deprecated | A collection of objects providing CPU utilization information. | |
| 1.3.6.1.4.1.2352.2.6.2.1.2 | GrouprbnCpuMeterStatsGroup2 | current | A collection of objects providing CPU utilization information. | |
| 1.3.6.1.4.1.2352.2.6.2.2 | NoderbnCpuMeterMIBCompliances | |||
| 1.3.6.1.4.1.2352.2.6.2.2.1 | CompliancerbnCpuMeterMIBCompliance | deprecated | The compliance statement for the CPU meter MIB. | |
| 1.3.6.1.4.1.2352.2.6.2.2.2 | CompliancerbnCpuMeterMIBCompliance1 | deprecated | The compliance statement for the CPU meter MIB with added support for per process monitoring. | |
| 1.3.6.1.4.1.2352.2.6.2.2.3 | CompliancerbnCpuMeterMIBCompliance2 | current | The compliance statement for the CPU meter MIB with added support for per process monitoring. | |
| 1.3.6.1.4.1.2352.2.6.2.3 | NoderbnCpuProcGroups | |||
| 1.3.6.1.4.1.2352.2.6.2.3.1 | GrouprbnCpuProcGroup | current | The collection of all objects used for monitoring cpu utilization of each process. | |
| 1.3.6.1.4.1.2352.2.6.3 | NoderbnCpuProcMIBObjects | |||
| 1.3.6.1.4.1.2352.2.6.3.1 | TablerbnCpuProcTable | not-accessible | current | This table contains the objects which identify cpu processes. With respect to creation and deletion of entries in this table, rows in the table are created or … |
| 1.3.6.1.4.1.2352.2.6.3.1.1 | RowrbnCpuProcEntry | not-accessible | current | A conceptual row in the rbnCpuProcTable. |
| 1.3.6.1.4.1.2352.2.6.3.1.1.1 | ColumnrbnCpuProcName | read-only | current | The name for this process. |
| 1.3.6.1.4.1.2352.2.6.3.1.1.2 | ColumnrbnCpuProcPriority | read-only | current | The priority of this process. This value ranges from 0 to 255, with 0 being the highest priority. |
| 1.3.6.1.4.1.2352.2.6.3.1.1.3 | ColumnrbnCpuProcTime | read-only | current | The total time, in milliseconds, that has been spent in this process. |
| 1.3.6.1.4.1.2352.2.6.3.1.1.4 | ColumnrbnCpuProcCalls | read-only | current | The number of times that this process has acquired the cpu. |
| 1.3.6.1.4.1.2352.2.6.3.1.1.5 | ColumnrbnCpuProc5Sec | read-only | current | The average cpu usage in a 5 second window for this process. |
| 1.3.6.1.4.1.2352.2.6.3.1.1.6 | ColumnrbnCpuProc1Min | read-only | current | The average cpu usage in a 1 minute window for this process. |
| 1.3.6.1.4.1.2352.2.6.3.1.1.7 | ColumnrbnCpuProc5Min | read-only | current | The average cpu usage in a 5 minute window for this process. |
| 1.3.6.1.4.1.2352.2.6.3.1.1.8 | ColumnrbnCpuProcLongest | read-only | current | The maximum time, in milliseconds, spent in this process. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| Percentage | Integer32 (0..100) | deprecated | This Textual Convention describes an object that stores a whole integer percentage value. |