glances https://github.com/nicolargo/glances
安装的时候注意:
# python -V
# glances -v
# python -c ‘from logutils.dictconfig import dictConfig‘
如果phthon的版本是2.6.x的时候,报警:ImportError: cannot import name dictConfig
需要安装Python logutils package (https://pypi.python.org/pypi/logutils or https://packages.debian.org/search?keywords=python-logutils)
下载完后:logutils-0.3.3.tar.gz 解压后
python setup.py install
时间: 2024-10-09 11:27:20