---
type: Sensor Reference
title: "SNMP CPU OIDs: hrProcessorLoad & Load Average Reference"
description: "hrProcessorLoad, UCD load average, and raw CPU counter OIDs with snmpwalk samples."
resource: "https://snmp-monitoring.info/sensors/cpu/"
tags: [sensors]
timestamp: 2026-07-10T00:00:00Z
---

# SNMP CPU OIDs: hrProcessorLoad & Load Average Reference

hrProcessorLoad, UCD load average, and raw CPU counter OIDs with snmpwalk samples.

## Related concepts

- Up: [SNMP Sensors & OID Catalog: Every Metric You Can Monitor](/sensors/index.md)

## Frequently asked questions

### What is the OID for CPU usage?

HOST-RESOURCES hosts: 1.3.6.1.2.1.25.3.3.1.2. Walk the column. Gear with only enterprise MIBs is a different hunt.

### Is there a total CPU OID?

Not in HOST-RESOURCES. Average the per-core rows. Anyone selling a "total CPU OID" for this MIB is simplifying.

### What OID is load average?

UCD: 1.3.6.1.4.1.2021.10.1.3, usually three instances for 1 / 5 / 15 minutes.

### How do I read ssCpuRaw counters?

Two polls, subtract, divide components by total delta. Single sample = noise. If the leaf isn't there, walk the UCD branch and map names from the MIB on that host.

## Source

Concept generated from https://snmp-monitoring.info/sensors/cpu/ — the SNMP Monitoring vendor-neutral knowledge base. Content is limited to what that page states (no external claims added here).
