linux 监控中的瑞士军刀 glances

glances https://github.com/nicolargo/glances


linux 监控中的瑞士军刀 glances_第1张图片

安装的时候注意:

# 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


你可能感兴趣的:(python,Install,glances,dictConfig)