All MIBs › RMON2-MIB › usrHistoryAbsValue
usrHistoryAbsValue
Module: RMON2-MIB
OID (symbolic): RMON2-MIB::usrHistoryAbsValue
OID (numeric): 1.3.6.1.2.1.16.18.3.1.4
Node type: OBJECT-TYPE
Type: Gauge32
Access: read-only
Description:
The absolute value (i.e. unsigned value) of the user-specified statistic during the last sampling period. The value during the current sampling period is not made available until the period is completed.
To obtain the true value for this sampling interval, the associated instance of usrHistoryValStatus must be checked, and usrHistoryAbsValue adjusted as necessary.
If the MIB instance could not be accessed during the sampling interval, then this object will have a value of zero and the associated instance of usrHistoryValStatus will be set to 'valueNotAvailable(1)'.
What is usrHistoryAbsValue?
This gauge holds the absolute (unsigned) value of the monitored statistic during the most recently completed sampling interval. Network engineers use this to see historical trends in custom metrics—like past CPU usage or interface queue depth—without needing to track deltas manually. A value of 82 might represent 82% CPU usage during that 5-minute bucket.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.16.18.3.1.4 snmpwalk -v2c -c public <target> RMON2-MIB::usrHistoryAbsValue
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.16.18.3.1.4.1 snmpget -v2c -c public <target> RMON2-MIB::usrHistoryAbsValue.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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.16 | rmon | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.18 | usrHistory | RMON2-MIB |
| 1.3.6.1.2.1.16.18.3 | usrHistoryTable | RMON2-MIB |
| 1.3.6.1.2.1.16.18.3.1 | usrHistoryEntry | RMON2-MIB |
| 1.3.6.1.2.1.16.18.3.1.4 | usrHistoryAbsValue | RMON2-MIB |