rbnMemoryCumulBlocks
RBN-MEMORY-MIB ·
.1.3.6.1.4.1.2352.2.16.1.2.1.6
Object
column
Unsigned32
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. Then, this can be used to measure the expense of an operation because the calls to allocate memory are often considered to be cpu-intensive.
Context
- MIB
- RBN-MEMORY-MIB
- OID
.1.3.6.1.4.1.2352.2.16.1.2.1.6- 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 |
| rbnMemoryBlocksInUse 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
statisti… | column | Unsigned32 | .1.3.6.1.4.1.2352.2.16.1.2.1.5 |