Differences

This shows you the differences between two versions of the page.

Link to this comparison view

glances [2012/12/28 09:21]
glances [2012/12/28 09:21] (current)
Line 1: Line 1:
 +====== glances ======
  
 +  * [[http://​nicolargo.github.com/​glances/​|Homepage]]
 +
 +Glances is a CLI tool that displays an overview of system status.
 +
 +=== Ubuntu Installation ===
 +
 +If it is not in a repo for your release, it's easiest to install it using pypi.
 +
 +<​code>​
 +aptitude install python-pip build-essential python-dev python-psutil
 +pip install glances
 +</​code>​