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
- Table
- rbnMemoryTable
- Siblings
- 5
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rbnMemoryIndex A unique identifier for an entry in this table. | column | Unsigned32 | .1.3.6.1.4.1.2352.2.16.1.2.1.1 |
| rbnMemoryModule The name of the module on which this memory resides. | column | OctetString | .1.3.6.1.4.1.2352.2.16.1.2.1.2 |
| rbnMemoryFreeKBytes The size of unused memory in this entry. | column | KBytes RBN-TCRbnKBytes | .1.3.6.1.4.1.2352.2.16.1.2.1.3 |
| rbnMemoryKBytesInUse The size of memory in use in this entry. | column | KBytes RBN-TCRbnKBytes | .1.3.6.1.4.1.2352.2.16.1.2.1.4 |
| rbnMemoryCumulBlocks The cumulative blocks count for this entry. For example,
in some systems, this indicates how many times the memory
allocation routine has been called since the system booted.
Th… | column | Unsigned32 | .1.3.6.1.4.1.2352.2.16.1.2.1.6 |