glances

Keep An Eye On Your System With Glances Monitor

[code language=”js”]# yum install glances[/code] [code language=”js”] $ sudo apt-get install python-pip build-essential python-dev $ sudo pip install Glances $ sudo pip install PySensors [/code] <span style="color: #00ff00;">GREEN</span>: the statistic is “<span style="color: #00ff00;">OK</span>” <span style="color: #0000ff;">BLUE</span> : the statistic is “<span style="color: #0000ff;">CAREFUL</span>” (to watch) <span style="color: #842dce;">VIOLET</span> : the statistic is “<span style="color: #842dce;">WARNING</span>” (alert) <span style="color: #ff0000;">RED</span> : the statistic is “<span style="color: #ff0000;">CRITICAL</span>” (critical) c: Sort processes by CPU% m: Sort processes by MEM% p: Sort processes by name i: Sort processes by IO Rate d: Show/hide disk I/O stats f: Show/hide file system stats n: Show/hide network stats s: Show/hide sensors stats b: Bit/s or Byte/s for network IO w: Delete warning logs x: Delete warning and critical logs 1: Global CPU or Per Core stats h: Show/hide this help message q: Quit (Esc and Ctrl-C also work) l: Show/hide log messages