OPENBSD-MEM-MIB

File: OPENBSD-MEM-MIB.mib (3398 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
OPENBSD-BASE-MIB SNMPv2-CONF

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Counter64 Integer32 DisplayString
ifIndex ifNumber openBSD
MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

MemIfEntry  
SEQUENCE    
  memIfName DisplayString
  memIfLiveLocks Counter64

Defined Values

memMIBObjects 1.3.6.1.4.1.30155.5
The MIB module exporting OpenBSD memory statistics.
MODULE-IDENTITY    

memMIBVersion 1.3.6.1.4.1.30155.5.1
The current version of this MIB supported by the agent. The memory MIB might be updated frequently to export statistics specific to the latest version of OpenBSD. The client should check this version.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

memIfTable 1.3.6.1.4.1.30155.5.2
A list of interface entries. The number of entries is given by the value of ifNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MemIfEntry

memIfEntry 1.3.6.1.4.1.30155.5.2.1
An entry containing memory and systems statistics applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  MemIfEntry  

memIfName 1.3.6.1.4.1.30155.5.2.1.1
The textual name of the interface as assigned by the operating system. For example, `lo0' for the first loopback device or `em1' for the second Ethernet device using the `em' driver.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

memIfLiveLocks 1.3.6.1.4.1.30155.5.2.1.2
The number of times the growth of the interface receive ring was limited as a response to high system load.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64