UCD-DISKIO-MIB

File: UCD-DISKIO-MIB.mib (4784 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC UCD-SNMP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Counter64 DisplayString
ucdExperimental

Defined Types

DiskIOEntry  
SEQUENCE    
  diskIOIndex Integer32
  diskIODevice DisplayString
  diskIONRead Counter32
  diskIONWritten Counter32
  diskIOReads Counter32
  diskIOWrites Counter32
  diskIOLA1 Integer32
  diskIOLA5 Integer32
  diskIOLA15 Integer32
  diskIONReadX Counter64
  diskIONWrittenX Counter64

Defined Values

ucdDiskIOMIB 1.3.6.1.4.1.2021.13.15
This MIB module defines objects for disk IO statistics.
MODULE-IDENTITY    

diskIOTable 1.3.6.1.4.1.2021.13.15.1
Table of IO devices and how much data they have read/written.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiskIOEntry

diskIOEntry 1.3.6.1.4.1.2021.13.15.1.1
An entry containing a device and its statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  DiskIOEntry  

diskIOIndex 1.3.6.1.4.1.2021.13.15.1.1.1
Reference index for each observed device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

diskIODevice 1.3.6.1.4.1.2021.13.15.1.1.2
The name of the device we are counting/checking.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskIONRead 1.3.6.1.4.1.2021.13.15.1.1.3
The number of bytes read from this device since boot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

diskIONWritten 1.3.6.1.4.1.2021.13.15.1.1.4
The number of bytes written to this device since boot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

diskIOReads 1.3.6.1.4.1.2021.13.15.1.1.5
The number of read accesses from this device since boot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

diskIOWrites 1.3.6.1.4.1.2021.13.15.1.1.6
The number of write accesses to this device since boot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

diskIOLA1 1.3.6.1.4.1.2021.13.15.1.1.9
The 1 minute average load of disk (%)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

diskIOLA5 1.3.6.1.4.1.2021.13.15.1.1.10
The 5 minute average load of disk (%)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

diskIOLA15 1.3.6.1.4.1.2021.13.15.1.1.11
The 15 minute average load of disk (%)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

diskIONReadX 1.3.6.1.4.1.2021.13.15.1.1.12
The number of bytes read from this device since boot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

diskIONWrittenX 1.3.6.1.4.1.2021.13.15.1.1.13
The number of bytes written to this device since boot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64