Last active
December 16, 2015 11:18
-
-
Save germs12/5426041 to your computer and use it in GitHub Desktop.
System Monitoring 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
| # Installing htop | |
| # Followed this: http://www.youtube.com/watch?v=le8o7Lu5RDY | |
| $ sudo apt-get install htop | |
| # Alexey suggested Munin | |
| # http://munin-monitoring.org/ | |
| $ sudo apt-get install munin | |
| # http://munin-monitoring.org/wiki/CgiHowto <-- finish | |
| # Tunnel to apache | |
| $ ssl -L 8080:localhost:80 <domain> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment