Skip to content

Performance Management

Short notes for monitoring and improving system performance from the terminal.

What To Watch

  • CPU saturation.
  • Memory pressure.
  • Disk I/O.
  • Load average.
  • Process state changes.

Useful Commands

top
htop
vmstat 1
iostat -xz 1
free -h
df -h