This is a summary of information regarding objects below the ucdDiskIOMIB MIB object, which is defined within the UCD-DISKIO-MIB MIB document as .1.3.6.1.4.1.2021.13.15.
Name | Type | Access | OID | Description |
---|
Name | Type | Access | Description |
---|---|---|---|
1
diskIOIndex |
INTEGER32
Legal values: 0 .. 65535 | ReadOnly |
Reference index for each observed device. |
Name | Type | Access | Description |
---|---|---|---|
2
diskIODevice |
OCTETSTR
Legal Lengths: 0 .. 255 DisplayString | ReadOnly |
Note: this object is based on the DisplayString TEXTUAL-CONVENTION. The name of the device we are counting/checking. |
3
diskIONRead | COUNTER | ReadOnly |
The number of bytes read from this device since boot. |
4
diskIONWritten | COUNTER | ReadOnly |
The number of bytes written to this device since boot. |
5
diskIOReads | COUNTER | ReadOnly |
The number of read accesses from this device since boot. |
6
diskIOWrites | COUNTER | ReadOnly |
The number of write accesses to this device since boot. |
9
diskIOLA1 |
INTEGER32
Legal values: 0 .. 100 | ReadOnly |
The 1 minute average load of disk (%) |
10
diskIOLA5 |
INTEGER32
Legal values: 0 .. 100 | ReadOnly |
The 5 minute average load of disk (%) |
11
diskIOLA15 |
INTEGER32
Legal values: 0 .. 100 | ReadOnly |
The 15 minute average load of disk (%) |
12
diskIONReadX | COUNTER64 | ReadOnly |
The number of bytes read from this device since boot. |
13
diskIONWrittenX | COUNTER64 | ReadOnly |
The number of bytes written to this device since boot. |
SCALAR OBJECTS
TABLE OBJECTS |
These TEXTUAL-CONVENTIONS are used in other parts of the document above. They are SNMP's way of defining a datatype that is used repeatedly by other MIB objects. Any implementation implementing objects that use one of these definitions must follow its DESCRIPTION clause as well as the DESCRIPTION clause of the object itself.
Name | Type | Description |
---|---|---|
DisplayString | OCTETSTR | Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of character codes 0-127 (decimal) - the graphics characters (32-126) are interpreted as US ASCII - NUL, LF, CR, BEL, BS, HT, VT and FF have the special meanings specified in RFC 854 - the other 25 codes have no standard interpretation - the sequence 'CR LF' means newline - the sequence 'CR NUL' means carriage-return - an 'LF' not preceded by a 'CR' means moving to the same column on the next line. - the sequence 'CR x' for any x other than LF or NUL is illegal. (Note that this also means that a string may end with either 'CR LF' or 'CR NUL', but not with CR.) Any object defined using this syntax may not exceed 255 characters in length. |
Tree view generated by running: snmptranslate -Tp UCD-DISKIO-MIB::ucdDiskIOMIB
+--ucdDiskIOMIB(15) | +--diskIOTable(1) | +--diskIOEntry(1) | Index: diskIOIndex | +-- -R-- Integer32 diskIOIndex(1) | Range: 0..65535 +-- -R-- String diskIODevice(2) | Textual Convention: DisplayString | Size: 0..255 +-- -R-- Counter diskIONRead(3) +-- -R-- Counter diskIONWritten(4) +-- -R-- Counter diskIOReads(5) +-- -R-- Counter diskIOWrites(6) +-- -R-- Integer32 diskIOLA1(9) | Range: 0..100 +-- -R-- Integer32 diskIOLA5(10) | Range: 0..100 +-- -R-- Integer32 diskIOLA15(11) | Range: 0..100 +-- -R-- Counter64 diskIONReadX(12) +-- -R-- Counter64 diskIONWrittenX(13)
Last modified: Wednesday, 01-Aug-2018 04:41:28 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.