Metrics

The Metrics section provides a real-time resource usage dashboard β€” system-level metrics (CPU, memory, disk, network) and per-container performance data. All metrics update live while the agent is connected.

Tabs

Overview

System-wide and container resource trends:

  • CPU Usage Chart β€” Time-series of system and per-container CPU usage
  • Resource Usage Pie Charts β€” Current CPU, memory, and disk usages
  • Memory Usage Chart β€” Time-series of system and per-container memory usage
  • Network Traffic Chart β€” Time-series of inbound/outbound traffic

Containers

Per-container metrics in a sortable table:

Metric Description
CPU % CPU percentage of host capacity used by container
Memory Used MB and percentage of container limit
Network I/O Receive and transmit speeds (KB/s)
Disk I/O Read and write speeds (KB/s)

All columns are sortable. Use Pause Updates to freeze the table while analyzing data.

System

Deeper system-level analysis:

  • System CPU β€” Time-series with per-container breakdown
  • Disk I/O β€” Time-series of read/write operations

Interpreting Metrics

Pattern Likely Cause Action
High CPU Container under load Check logs for errors or infinite loops
Memory near limit Potential OOM kill Increase memory limit or check for leaks
Network I/O spikes Large data transfer Verify if expected workload
Zero metrics on running container Container idle or writing to files only Check logs to verify it’s still active

If the agent disconnects, charts display an error and metrics stop updating.