pip install glances
如果报pip版本低执行
python -m pip install --upgrade pip
启动
glances
如果报 Bottle module not found. Glances cannot start in web server mode. 执行
pip install bottle
查看
Server模式
glances -s -B 218.193.159.221
Web Server模式
glances -w
颜色级别定义
- 绿色:正常(OK)
- 蓝色:小心(CAREFUL),需要注意
- 紫色:警告(WARNING)
- 红色:问题严重(CRITICAL)