Skip to content

report.system.cpu

View Markdown

CPU and load average metrics from the Honeybadger CLI agent. Recorded once per reporting interval.

Category System Fields 8 honeybadger-cli

Fields

8
FieldTypeDescription
event_typestringAllowed value: report.system.cpu.
hoststringHostname of the machine running the agent.
tsstringISO 8601 timestamp set by the CLI agent at collection time.
used_percentnumberCPU usage as a percentage (0.0–100.0), rounded to 2 decimal places.
load_avg_1number1-minute load average.
load_avg_5number5-minute load average.
load_avg_15number15-minute load average.
num_cpusintegerNumber of logical CPUs.

Example

{
"event_type": "report.system.cpu",
"host": "web-1.example.com",
"ts": "2026-06-12T14:30:00Z",
"used_percent": 32.85,
"load_avg_1": 3.35,
"load_avg_5": 3.73,
"load_avg_15": 3.86,
"num_cpus": 14
}