之前安装Glances的时候方法弄复杂了 其实不一定需要Python2.7的 2.6以上就可以了
依赖组件:
Python 2.6及以上bane不能 (Python 3+ 未测试)
build-essential
python-dev
python-setuptools
python-psutil 0.4.1+
python-jinja2 2.0+
pysensors
安装过程:
先下载安装包
$ rm -rf /root/nicolargo-glances-* $ wget -O /root/glances-last.tgz https://github.com/nicolargo/glances/tarball/master
接下来安装:
$ yum install python-setuptools build-essential python-dev $ cd ~ $ tar zxvf glances-last.tgz $ cd nicolargo-glances-* $ python setup.py install
安装过程中如果出现error: command ‘gcc’ failed with exit status 1的错误,请执行yum install gcc python-devel来解决。
运行Glances:
要运行Glances,只需要执行:
$ glances