Skip to content

report.system.memory

View Markdown

Virtual memory 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.memory.
hoststringHostname of the machine running the agent.
tsstringISO 8601 timestamp set by the CLI agent at collection time.
total_bytesintegerTotal virtual memory in bytes.
used_bytesintegerUsed memory in bytes.
free_bytesintegerFree memory in bytes.
available_bytesintegerAvailable memory in bytes (free + reclaimable).
used_percentnumberMemory usage as a percentage (0.0–100.0), rounded to 2 decimal places.

Example

{
"event_type": "report.system.memory",
"host": "web-1.example.com",
"ts": "2026-06-12T14:30:00Z",
"total_bytes": 17179869184,
"used_bytes": 11811160064,
"free_bytes": 1610612736,
"available_bytes": 5368709120,
"used_percent": 68.75
}