Reference capture
ssh app.example.com 'uptime; free -h; iostat -xz 1 2; ss -lntp'
Prefer a dedicated SSH jump host and maintenance window for production hosts.
Host telemetry
Collect host diagnostics and triage load, memory, I/O, and socket posture before changes.
Command output stays private: all analysis is local and non-networked.
Execution workflow
ssh app.example.com 'uptime; free -h; iostat -xz 1 2; ss -lntp'
Prefer a dedicated SSH jump host and maintenance window for production hosts.
Severity map
Severe load spikes with no matching process context.
Memory pressure or saturated disks with limited recovery headroom.
Missing one of the expected metric blocks in captured output.
Analyzer
0 of 0 complete
Filter:
Total in this lab: 0
Cross-page references