Skip to content

Instantly share code, notes, and snippets.

@mazurkin
Last active November 5, 2020 15:47
Show Gist options
  • Save mazurkin/f46a905f00c42abea0bbe605c7cba8f2 to your computer and use it in GitHub Desktop.
Save mazurkin/f46a905f00c42abea0bbe605c7cba8f2 to your computer and use it in GitHub Desktop.
Linux monitoring tools

System

  • atop
  • vmstat
  • dstat - Combines vmstat, iostat, ifstat, netstat information and more
  • speedometer - ASCII graphs

Network

  • iftop - Amazing network bandwidth utility to analyse what is really happening on your eth
  • ifstat
  • iptraf - An IP traffic monitor that shows information on the IP traffic passing over your network

IO

  • iotop
  • iostat

CPU

  • top
  • htop

Hardware

  • inxi -Fxz
  • dmidecode
  • hwinfo
  • lspci
  • lsusb

Logs

  • logtop
  • | pv --line-mode --rate

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment