bfcMemoryFragmentation
BRCM-BFC-MGMT-MIB ·
.1.3.6.1.4.1.4413.2.2.2.1.9.1.2.5
Object
scalar percentInteger32
A measure of the extent to which system heap is fragmented. This
value is calculated from the total heap available and the largest
block of heap available in the following way:
Fragmentation = 100 * (1 - (LargestBlock / TotalAvailable))
Thus if the largest block available is equal to the total amount of
memory available, fragmentation would be said to equal 0%.
Fragmentation increases as the ratio of largest available block to
total memory available decreases.
Context
- MIB
- BRCM-BFC-MGMT-MIB
- OID
.1.3.6.1.4.1.4413.2.2.2.1.9.1.2.5- Type
- scalar
- Access
- readonly
- Status
- current
- Units
- percent
- Parent
- bfcSystem
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-BFC-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-BFC-MGMT-MIB::bfcMemoryFragmentation.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-BFC-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-BFC-MGMT-MIB::bfcMemoryFragmentation'
Syntax
percentInteger32
Values & Constraints
Object Constraints
range: 0-100