glances, an awesome system monitor.

I found a really nice system monitor called Glances:

screenshot

Installation is super simple:

$ sudo pip install glances
$ glances

You can also run this in web mode, which is useful for visualizing the system load on a remote server somewhere:

$ glances -w

Then, just point your browser to http://@server:61208

NOTE that you need to have bottle installed: $ sudo pip install bottle.