SHIVA-MEM-MIB: View SNMP OID List / Download MIB
VENDOR: SHIVA CORPORATION
Home | MIB: SHIVA-MEM-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
memoryTotal | 1.3.6.1.4.1.166.1.8.1 | integer | read-only |
Total number of bytes of RAM installed. |
memoryFree | 1.3.6.1.4.1.166.1.8.2 | integer | read-only |
Total number of bytes of memory on the 'malloc' free list. |
memoryMalloc | 1.3.6.1.4.1.166.1.8.3 | integer | read-only |
Total number of bytes of memory in use by malloc. |
memoryUnused | 1.3.6.1.4.1.166.1.8.4 | integer | read-only |
Total number of bytes of memory not in use (available for either malloc or config). |
memoryConf | 1.3.6.1.4.1.166.1.8.5 | integer | read-only |
Total number of bytes of memory currently allocated for use by configuration. |
memoryConfFree | 1.3.6.1.4.1.166.1.8.6 | integer | read-only |
Total number of bytes of memory allocated for configuration, but not in use. |
memoryImageCode | 1.3.6.1.4.1.166.1.8.7 | integer | read-only |
Total number of bytes of code in the system image. |
memoryImageInitialized | 1.3.6.1.4.1.166.1.8.8 | integer | read-only |
Total number of bytes of initialized data in the system image. |
memoryImageUninitialized | 1.3.6.1.4.1.166.1.8.9 | integer | read-only |
Total number of bytes of uninitialized data in the system image. |
memoryVromCode | 1.3.6.1.4.1.166.1.8.10 | integer | read-only |
Total number of bytes of code in the VROM. |
memoryVromProtected | 1.3.6.1.4.1.166.1.8.11 | integer | read-only |
Total number of bytes of non-volatile data in the VROM. |
memoryVromInitialized | 1.3.6.1.4.1.166.1.8.12 | integer | read-only |
Total number of bytes of initialized data in the VROM. |
memoryVromUninitialized | 1.3.6.1.4.1.166.1.8.13 | integer | read-only |
Total number of bytes of uninitialized data in the VROM. |
memoryUsers | 1.3.6.1.4.1.166.1.8.14 | integer | read-only |
Total number of bytes of memory currently allocated for use by user list. |
memoryAllocations | 1.3.6.1.4.1.166.1.8.15 | counter | read-only |
Total number of memory allocations that have been made since the system was last started. |
memoryFrees | 1.3.6.1.4.1.166.1.8.16 | counter | read-only |
Total number of memory de-allocations that have been made since the system was last started. |
memoryAllocationFailures | 1.3.6.1.4.1.166.1.8.17 | counter | read-only |
Total number of memory allocations that failed since the system was last started. |
memoryNvTotal | 1.3.6.1.4.1.166.1.8.18 | integer | read-only |
Total number of bytes of Non-Volatile RAM installed. |
memoryNvFree | 1.3.6.1.4.1.166.1.8.19 | integer | read-only |
Total number of bytes of Non-Volatile memory on the 'malloc' free list. |