Skip to content

Instantly share code, notes, and snippets.

@rtfpessoa
Last active March 3, 2016 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtfpessoa/7def3a0c77c4234fb181 to your computer and use it in GitHub Desktop.
Save rtfpessoa/7def3a0c77c4234fb181 to your computer and use it in GitHub Desktop.
Linux Monitor Tools
#!/bin/bash
#
# Linux Server Profiling tools (cpu, memory, io, etc)
#
sudo apt-get -y install htop iotop sysstat
htop
sar 3 3 -P ALL
iotop
iostat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment