All MIBs › RMON2-MIB › usrHistoryObjectSampleType
usrHistoryObjectSampleType
Module: RMON2-MIB
OID (symbolic): RMON2-MIB::usrHistoryObjectSampleType
OID (numeric): 1.3.6.1.2.1.16.18.2.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-create
Description:
The method of sampling the selected variable for storage in the usrHistoryTable.
If the value of this object is absoluteValue(1), the value of the selected variable will be copied directly into the history bucket.
If the value of this object is deltaValue(2), the value of the selected variable at the last sample will be subtracted from the current value, and the difference will be stored in the history bucket. If the associated usrHistoryObjectVariable instance could not be obtained at the previous sample interval, then a delta sample is not possible, and the value of the associated usrHistoryValStatus object for this interval will be valueNotAvailable(1).
This object may not be modified if the associated usrHistoryControlStatus object is equal to active(1).
What is usrHistoryObjectSampleType?
This setting determines whether to store the raw absolute value of the metric (like "75% CPU") or the delta change since the last sample (like "+5%"). Network engineers use delta mode to automatically calculate rates and differences without manual math, while absolute mode shows current status. Choosing deltaValue(2) for a byte counter automatically gives you bytes-per-second throughput.
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.2 | usrHistoryObjectTable | RMON2-MIB |
| 1.3.6.1.2.1.16.18.2.1 | usrHistoryObjectEntry | RMON2-MIB |
| 1.3.6.1.2.1.16.18.2.1.3 | usrHistoryObjectSampleType | RMON2-MIB |