FREENAS-MIB

File: FREENAS-MIB.mib (11507 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

enterprises Gauge Integer32
Counter64 Counter32 OBJECT-TYPE
DisplayString

Defined Values

freenas 1.3.6.1.4.1.25359
OBJECT IDENTIFIER    

zfs 1.3.6.1.4.1.25359.1
OBJECT IDENTIFIER    

fs 1.3.6.1.4.1.25359.1.1
OBJECT IDENTIFIER    

arc 1.3.6.1.4.1.25359.1.2
OBJECT IDENTIFIER    

l2arc 1.3.6.1.4.1.25359.1.3
OBJECT IDENTIFIER    

vols 1.3.6.1.4.1.25359.1.5
OBJECT IDENTIFIER    

zil 1.3.6.1.4.1.25359.1.6
OBJECT IDENTIFIER    

zfsFilesystemName 1.3.6.1.4.1.25359.1.1.1
The name of the filesystem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zfsFilesystemAvailableKB 1.3.6.1.4.1.25359.1.1.2
The number of 1 KB blocks that are available for use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsFilesystemUsedKB 1.3.6.1.4.1.25359.1.1.3
The number of 1 KB blocks that are in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsPoolHealth 1.3.6.1.4.1.25359.1.1.4
The current health of the containing pool, as reported by zpool status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER online(1), degraded(2), faulted(3), unknown(4)  

zfsFilesystemSizeKB 1.3.6.1.4.1.25359.1.1.5
The number of 1 MB blocks that are assigned
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32 online(1), degraded(2), faulted(3), unknown(4)  

zfsFilesystemAvailableMB 1.3.6.1.4.1.25359.1.1.12
The number of 1 MB blocks that are available for use. Useful if zfsFilesystemAvailableKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsFilesystemUsedMB 1.3.6.1.4.1.25359.1.1.13
The number of 1 MB blocks that are in use Useful if zfsFilesystemUsedKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsFilesystemSizeMB 1.3.6.1.4.1.25359.1.1.14
The number of 1 MB blocks that are assigned Useful if zfsFilesystemSizeKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsFilesystemOpRead 1.3.6.1.4.1.25359.1.1.15
The number of read I/O operations sent to the pool or device, including metadata requests (averaged since system booted).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsFilesystemOpWrite 1.3.6.1.4.1.25359.1.1.16
The number of write I/O operations sent to the pool or device (averaged since system booted).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsFilesystemBwRead 1.3.6.1.4.1.25359.1.1.17
The bandwidth of all read operations (including metadata), expressed as units per second (averaged since system booted)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsFilesystemBwWrite 1.3.6.1.4.1.25359.1.1.18
The bandwidth of all write operations, expressed as units per second (averaged since system booted).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsFilesystemOpRead1sec 1.3.6.1.4.1.25359.1.1.19
The number of read I/O operations sent to the pool or device, including metadata requests (over 1 second interval).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsFilesystemOpWrite1sec 1.3.6.1.4.1.25359.1.1.20
The number of write I/O operations sent to the pool or device (over 1 second interval).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsFilesystemBwRead1sec 1.3.6.1.4.1.25359.1.1.21
The bandwidth of all read operations (including metadata), expressed as units per second (over 1 second interval)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsFilesystemBwWrite1sec 1.3.6.1.4.1.25359.1.1.22
The bandwidth of all write operations, expressed as units per second (over 1 second interval).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsArcSize 1.3.6.1.4.1.25359.1.2.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsArcMeta 1.3.6.1.4.1.25359.1.2.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsArcData 1.3.6.1.4.1.25359.1.2.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsArcHits 1.3.6.1.4.1.25359.1.2.4
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

zfsArcMisses 1.3.6.1.4.1.25359.1.2.5
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

zfsArcC 1.3.6.1.4.1.25359.1.2.6
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsArcP 1.3.6.1.4.1.25359.1.2.7
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsArcMissPercent 1.3.6.1.4.1.25359.1.2.8
Arc Miss Percentage. (Note: Floating precision sent across SNMP as a String
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zfsArcCacheHitRatio 1.3.6.1.4.1.25359.1.2.9
Arc Cache Hit Ration Percentage. (Note: Floating precision sent across SNMP as a String
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zfsArcCacheMissRatio 1.3.6.1.4.1.25359.1.2.10
Arc Cache Miss Ration Percentage. (Note: Floating precision sent across SNMP as a String
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zfsL2ArcHits 1.3.6.1.4.1.25359.1.3.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

zfsL2ArcMisses 1.3.6.1.4.1.25359.1.3.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

zfsL2ArcRead 1.3.6.1.4.1.25359.1.3.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

zfsL2ArcWrite 1.3.6.1.4.1.25359.1.3.4
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

zfsL2ArcSize 1.3.6.1.4.1.25359.1.3.5
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeName 1.3.6.1.4.1.25359.1.5.1
The name of the filesystem type Volume.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zfsVolumeAvailableKB 1.3.6.1.4.1.25359.1.5.2
The number of 1 KB blocks that are available for use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeUsedKB 1.3.6.1.4.1.25359.1.5.3
The number of 1 KB blocks that are in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeSizeKB 1.3.6.1.4.1.25359.1.5.4
The number of 1 KB blocks of the volume.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeAvailableMB 1.3.6.1.4.1.25359.1.5.12
The number of 1 MB blocks that are available for use. Useful if zfsVolumeAvailableKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeUsedMB 1.3.6.1.4.1.25359.1.5.13
The number of 1 MB blocks that are in use Useful if zfsVolumeUsedKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeSizeMB 1.3.6.1.4.1.25359.1.5.14
The number of 1 MB blocks part of the volume Useful if zfsVolumeSizeKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsZilstatOps1sec 1.3.6.1.4.1.25359.1.6.1
The ops column parsed from the command zilstat 1 1
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsZilstatOps5sec 1.3.6.1.4.1.25359.1.6.2
The ops column parsed from the command zilstat 5 1
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

zfsZilstatOps10sec 1.3.6.1.4.1.25359.1.6.3
The ops column parsed from the command zilstat 10 1
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64