🚀 SecureCheap is live — Start free →
Monitoring
Server Metrics

Server Metrics Reference

The agent collects the following metrics every 15 seconds (configurable).

CPU

MetricUnitDescription
cpu.usage_percent%Total CPU utilisation (all cores averaged)
cpu.user_percent%User-space CPU time
cpu.system_percent%Kernel CPU time
cpu.iowait_percent%Time waiting on I/O
cpu.steal_percent%CPU stolen by hypervisor (VMs)
cpu.load_11-minute load average
cpu.load_55-minute load average
cpu.load_1515-minute load average

Default alert thresholds:

  • cpu.usage_percent > 85% for 5 minutes → Warning
  • cpu.usage_percent > 95% for 2 minutes → Critical

Memory

MetricUnitDescription
mem.total_bytesbytesTotal physical RAM
mem.used_bytesbytesUsed RAM (excluding buffers/cache)
mem.free_bytesbytesFree RAM
mem.used_percent%Used / Total
mem.buffers_bytesbytesKernel buffers
mem.cached_bytesbytesDisk page cache
swap.total_bytesbytesTotal swap
swap.used_bytesbytesUsed swap
swap.used_percent%Swap usage

Disk

MetricUnitDescription
disk.{mount}.total_bytesbytesTotal capacity for each mount point
disk.{mount}.used_bytesbytesUsed space
disk.{mount}.free_bytesbytesAvailable space
disk.{mount}.used_percent%Used / Total
disk.{mount}.inode_used_percent%Inode usage (critical for mail servers)

Default alert thresholds:

  • disk./.used_percent > 85% → Warning
  • disk./.used_percent > 95% → Critical

Network

MetricUnitDescription
net.{iface}.bytes_recv_ratebytes/sInbound throughput
net.{iface}.bytes_sent_ratebytes/sOutbound throughput
net.{iface}.packets_recv_ratepkt/sInbound packet rate
net.{iface}.packets_sent_ratepkt/sOutbound packet rate
net.{iface}.err_in_rateerrors/sInbound errors
net.{iface}.err_out_rateerrors/sOutbound errors
net.{iface}.drop_in_ratedrops/sDropped inbound packets

Processes

The top-20 processes by CPU and memory are reported every 60 seconds:

{
  "pid": 1234,
  "name": "php-fpm",
  "cpu_percent": 12.4,
  "mem_rss_bytes": 134217728,
  "status": "running",
  "user": "www-data",
  "cmdline": "php-fpm: worker process"
}

System info (reported once on connect)

  • OS name, version, kernel
  • CPU model, core count
  • Total RAM
  • Hostname
  • Public IP
  • Uptime