memoryUsagePoolId
RAD-GEN-MIB ·
.1.3.6.1.4.1.164.6.2.65.5.1.2
Object
column
SNMPv2-SMIUnsigned32
An ID that identifies the memory pool the row contains information on.
If an entity contains multiple pools, they are represented in separate
rows with the same memoryUsageEntityId and different memoryUsagePoolId.
The special value of 0xffffffff represents the device itself.
Context
- MIB
- RAD-GEN-MIB
- OID
.1.3.6.1.4.1.164.6.2.65.5.1.2- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- memoryUsageEntry
- Table
- memoryUsageTable
- Siblings
- 9
Syntax
SNMPv2-SMIUnsigned32
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| memoryUsageEntityId A numeric value representing the entity the row contains information on.
If this is a slot, the same values as in the SlotType TC are used.
The special value of 0x… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.164.6.2.65.5.1.1 |
| memoryUsageApplicFreedSize Sum of memory allocations (in Bytes) the pool has ever freed. | column | bytes SNMPv2-SMICounter64 | .1.3.6.1.4.1.164.6.2.65.5.1.10 |
| memoryUsagePoolName A human-readable description of the memory pool. | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.4.1.164.6.2.65.5.1.3 |
| memoryUsageTotal Total amount of memory (in KBytes) allocated to the pool.
This is equivalent to the sum of used and free memory. | column | kilobytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.164.6.2.65.5.1.4 |
| memoryUsageFree Amount of memory (in KBytes) allocated to the pool, but not used. | column | kilobytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.164.6.2.65.5.1.5 |
| memoryUsageApplicAllocCounter Number of times the pool asked the OS application for memory allocation. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.164.6.2.65.5.1.6 |
| memoryUsageApplicFreeCounter Number of times the pool freed memory to the OS application. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.164.6.2.65.5.1.7 |
| memoryUsageApplicMaxUsed Highest amount of memory (in KBytes) ever used by the pool. | column | kilobytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.164.6.2.65.5.1.8 |
| memoryUsageApplicAllocSize Sum of memory allocations (in Bytes) the pool has ever received. | column | bytes SNMPv2-SMICounter64 | .1.3.6.1.4.1.164.6.2.65.5.1.9 |