rbnMemoryBlocksInUse
RBN-MEMORY-MIB ·
.1.3.6.1.4.1.2352.2.16.1.2.1.5
Object
column Unsigned32
The number of blocks of memory on this module which is in use. A block of memory is a unit of physical/virtual memory that can be allocated or freed by the user. This statistic can be used to check for memory leaks. One possible strategy is to note the value, do some operations, undo the operations, then check the value again - the start and end values should match. If they do not, there may be a memory leak.
Context
- MIB
- RBN-MEMORY-MIB
- OID
.1.3.6.1.4.1.2352.2.16.1.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rbnMemoryEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RBN-MEMORY-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-MEMORY-MIB::rbnMemoryBlocksInUse'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RBN-MEMORY-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-MEMORY-MIB::rbnMemoryBlocksInUse.<rbnMemoryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RBN-MEMORY-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RBN-MEMORY-MIB::rbnMemoryBlocksInUse'
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-4294967295
Conformance
Member of