UCD-DISKIO-MIB: View SNMP OID List / Download MIB
VENDOR: U.C. DAVIS, ECE DEPT. TOM
Home | MIB: UCD-DISKIO-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ucdDiskIOMIB | 1.3.6.1.4.1.2021.13.15 |
This MIB module defines objects for disk IO statistics. |
||
diskIOTable | 1.3.6.1.4.1.2021.13.15.1 | no-access |
Table of IO devices and how much data they have read/written. |
|
1.3.6.1.4.1.2021.13.15.1.1 | no-access |
An entry containing a device and its statistics. |
||
diskIOIndex | 1.3.6.1.4.1.2021.13.15.1.1.1 | integer32 | read-only |
Reference index for each observed device. |
diskIODevice | 1.3.6.1.4.1.2021.13.15.1.1.2 | displaystring | read-only |
The name of the device we are counting/checking. |
diskIONRead | 1.3.6.1.4.1.2021.13.15.1.1.3 | counter32 | read-only |
The number of bytes read from this device since boot. |
diskIONWritten | 1.3.6.1.4.1.2021.13.15.1.1.4 | counter32 | read-only |
The number of bytes written to this device since boot. |
diskIOReads | 1.3.6.1.4.1.2021.13.15.1.1.5 | counter32 | read-only |
The number of read accesses from this device since boot. |
diskIOWrites | 1.3.6.1.4.1.2021.13.15.1.1.6 | counter32 | read-only |
The number of write accesses to this device since boot. |
diskIOLA1 | 1.3.6.1.4.1.2021.13.15.1.1.9 | integer32 | read-only |
The 1 minute average load of disk (%) |
diskIOLA5 | 1.3.6.1.4.1.2021.13.15.1.1.10 | integer32 | read-only |
The 5 minute average load of disk (%) |
diskIOLA15 | 1.3.6.1.4.1.2021.13.15.1.1.11 | integer32 | read-only |
The 15 minute average load of disk (%) |
diskIONReadX | 1.3.6.1.4.1.2021.13.15.1.1.12 | counter64 | read-only |
The number of bytes read from this device since boot. |
diskIONWrittenX | 1.3.6.1.4.1.2021.13.15.1.1.13 | counter64 | read-only |
The number of bytes written to this device since boot. |
diskIOBusyTime | 1.3.6.1.4.1.2021.13.15.1.1.14 | counter64 | read-only |
The number of usecs the drive has been busy since boot. |