您的位置:首页 > 编程语言 > Python开发

Glances -系统监控工具(Python)

2013-05-28 14:05 495 查看
http://nicolargo.github.io/glances/

安装需求:

python >= 2.6
 (tested with version 2.6, 2.7, 3.2, 3.3)

psutil >= 0.4.1
 (recommended version >= 0.6)

jinja
 (optional for HTML output)

pysensors
 (optional for HW monitoring support)

hddtemp
 (optional for HDD temperature monitoring support)

setuptools


安装:

1、linux

pip install Glances

2、 windows

glances-1.6.0-x86.exe (32-bit, md5sum: 1d25902a2b1030f953a108792f4732cf)

glances-1.6.0-x64.exe (64-bit, md5sum: de2c35c4bdd6a3ab2b938ea5f4c1567d)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: