SHIVA-MEM-MIB

File: SHIVA-MEM-MIB.mib (4189 bytes)

Imported modules

RFC1155-SMI RFC-1212 SHIVA-MIB

Imported symbols

Counter OBJECT-TYPE memory

Defined Values

memoryTotal 1.3.6.1.4.1.166.1.8.1
Total number of bytes of RAM installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryFree 1.3.6.1.4.1.166.1.8.2
Total number of bytes of memory on the 'malloc' free list.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryMalloc 1.3.6.1.4.1.166.1.8.3
Total number of bytes of memory in use by malloc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryUnused 1.3.6.1.4.1.166.1.8.4
Total number of bytes of memory not in use (available for either malloc or config).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryConf 1.3.6.1.4.1.166.1.8.5
Total number of bytes of memory currently allocated for use by configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryConfFree 1.3.6.1.4.1.166.1.8.6
Total number of bytes of memory allocated for configuration, but not in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryImageCode 1.3.6.1.4.1.166.1.8.7
Total number of bytes of code in the system image.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryImageInitialized 1.3.6.1.4.1.166.1.8.8
Total number of bytes of initialized data in the system image.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryImageUninitialized 1.3.6.1.4.1.166.1.8.9
Total number of bytes of uninitialized data in the system image.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryVromCode 1.3.6.1.4.1.166.1.8.10
Total number of bytes of code in the VROM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryVromProtected 1.3.6.1.4.1.166.1.8.11
Total number of bytes of non-volatile data in the VROM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryVromInitialized 1.3.6.1.4.1.166.1.8.12
Total number of bytes of initialized data in the VROM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryVromUninitialized 1.3.6.1.4.1.166.1.8.13
Total number of bytes of uninitialized data in the VROM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryUsers 1.3.6.1.4.1.166.1.8.14
Total number of bytes of memory currently allocated for use by user list.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryAllocations 1.3.6.1.4.1.166.1.8.15
Total number of memory allocations that have been made since the system was last started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

memoryFrees 1.3.6.1.4.1.166.1.8.16
Total number of memory de-allocations that have been made since the system was last started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

memoryAllocationFailures 1.3.6.1.4.1.166.1.8.17
Total number of memory allocations that failed since the system was last started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

memoryNvTotal 1.3.6.1.4.1.166.1.8.18
Total number of bytes of Non-Volatile RAM installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

memoryNvFree 1.3.6.1.4.1.166.1.8.19
Total number of bytes of Non-Volatile memory on the 'malloc' free list.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER