All MIBs › ACC-SYSTEM › accSlvMemPoolFails
accSlvMemPoolFails
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accSlvMemPoolFails
OID (numeric): 1.3.6.1.4.1.5.1.1.1.1.20.1.1.8
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
The number of times an allocation request addressed to this memory could not be satisfied.
What is accSlvMemPoolFails?
This counter records how many allocation requests to this pool failed because memory ran out. Even one failure indicates the pool is too small and could cause service disruption, making this a critical metric to alert on. Example: a value of 25 failures out of 50000 allocations means 0.05% denial rate—investigate and increase pool size.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.20.1.1.8 snmpwalk -v2c -c public <target> ACC-SYSTEM::accSlvMemPoolFails
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.1.20.1.1.8.1 snmpget -v2c -c public <target> ACC-SYSTEM::accSlvMemPoolFails.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1 | accSystem | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.1 | accSysInfo | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.1.20 | accSlvMemPool | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.1.20.1 | accSlvMemPoolTable | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.1.20.1.1 | accSlvMemPoolEntry | ACC-SYSTEM |
| 1.3.6.1.4.1.5.1.1.1.1.20.1.1.8 | accSlvMemPoolFails | ACC-SYSTEM |