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
原文:https://www.cnblogs.com/ghostnet/p/15237874.html