CPU, 메모리, 네트워크 인터페이스, 디스크 IO 등 모니터 가능
wget https://github.com/nicolargo/glances/archive/v1.7.6.tar.gz -o glances-1.7.6.tar.gz
tar xvfp glances-1.7.6.tar.gz
cd glances-1.7.6
python setup.py install
[root@localhost~]#glances 입력시 아래와 같이 시스템 자원 모니터링이 가능하다.
현재 최신버전은 https://pypi.python.org/packages/source/G/Glances/Glances-2.5.1.tar.gz 이쪽에서 wget 으로 당겨와서 설치를 진행하면 된다.
[root@localhost~]glances -w 웹 모드로 실행시
웹페이지로도 확인 가능하다.