Skip to content

Instantly share code, notes, and snippets.

@germs12
Last active December 16, 2015 11:18
Show Gist options
  • Select an option

  • Save germs12/5426041 to your computer and use it in GitHub Desktop.

Select an option

Save germs12/5426041 to your computer and use it in GitHub Desktop.
System Monitoring Tools
# 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