Last active
December 7, 2015 11:32
-
-
Save vaibhaw/cf46bf8b6f3ecc7e2347 to your computer and use it in GitHub Desktop.
Admin Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## System Monitoring Tools | |
| # TODO - provide more useful flags | |
| top | |
| free -m | |
| vmstat | |
| iostat | |
| iotop | |
| sar | |
| netstat | |
| ## Terminal System Monitor | |
| sudo apt-get install python-pip build-essential python-dev # pre-req | |
| sudo pip install Glances | |
| sudo pip install PySensors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment