centos 6.5安装glances

Glances是一款python开发系统资源监控工具。

安装方法:

1,安装pip

wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
python get-pip.py


2,安装gcc

yum -y install gcc

3,安装glances

pip install glances


4,运行glances

glances

posted @ 2016-07-12 14:48  D.sean  阅读(664)  评论(0)    收藏  举报