rbnSmsMemoryBlocksInUse
RBN-MEMORY-MIB ·
.1.3.6.1.4.1.2352.2.16.1.1.1.5
Object
column
obsolete
Unsigned32
The number of blocks of memory in use in this entry.
A block of memory is the amount of memory returned by a
single call to the memory allocation routine in AOS.
Hence the size of a block of memory is variable.
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.1.1.5- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- rbnSmsMemoryEntry
- Table
- rbnSmsMemoryTable
- Siblings
- 5
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rbnSmsMemoryIndex obsolete A unique identifier for an entry in this table. | column | Unsigned32 | .1.3.6.1.4.1.2352.2.16.1.1.1.1 |
| rbnSmsMemoryModule obsolete The name of the module. This name is the same as that
which would be displayed via the `show memory' CLI command.
Examples would be CE, FE, SM 2, CM 3. | column | OctetString | .1.3.6.1.4.1.2352.2.16.1.1.1.2 |
| rbnSmsMemoryFreeBytes obsolete The number of unused bytes of memory in this entry. | column | Unsigned32 | .1.3.6.1.4.1.2352.2.16.1.1.1.3 |
| rbnSmsMemoryBytesInUse obsolete The number of bytes of memory in use in this entry. | column | Unsigned32 | .1.3.6.1.4.1.2352.2.16.1.1.1.4 |
| rbnSmsMemoryCumulBlocks obsolete The cumulative blocks count for this entry. It is an
indication of how many times the memory allocation in
AOS has been called since the system booted.
It can be u… | column | Unsigned32 | .1.3.6.1.4.1.2352.2.16.1.1.1.6 |