Linux安装及使用Glances的方法
Linux安装及使用Glances的方法
Glances是Linux下的监控工具,今天学习啦小编给大家带来了Linux安装及使用Glances的方法,有需要的小伙伴们快来看看吧!
Linux安装及使用Glances的方法
Glances安装
学习啦在线学习网 Glances安装要求:python 》= 2.6 和 psutil 》= 0.4.1
学习啦在线学习网 # pip install psutil
# pip install pysensors
学习啦在线学习网 # pip install hddtemp
学习啦在线学习网 # git clone http://github.com/nicolargo/glances.git
# cd glances
# python setup.py install
Glances的使用
# glances -h
学习啦在线学习网 Glances version 1.7a with PsUtil 0.7.1
学习啦在线学习网 Usage: glances [opt]
学习啦在线学习网 with opt:
学习啦在线学习网 -b Display network rate in Byte per second
-B @IP|host Bind server to the given IP or host NAME
学习啦在线学习网 -c @IP|host Connect to a Glances server
学习啦在线学习网 -C file Path to the configuration file
-d Disable disk I/O module
学习啦在线学习网 -e Enable the sensors module (Linux-only)
-f file Set the output folder (HTML) or file (CSV)
-h Display the syntax and exit
学习啦在线学习网 -m Disable mount module
-n Disable network module
学习啦在线学习网 -o output Define additional output (available: HTML or CSV)
学习啦在线学习网 -p PORT Define the client or server TCP port (default: 61209)
学习啦在线学习网 -P password Client/server password
学习啦在线学习网 -r Do not list processes (significant CPU use reduction)
-s Run Glances in server mode
-t sec Set the refresh time in seconds (default: 3)
-v Display the version and exit
学习啦在线学习网 -y Enable the hddtemp module (needs running hddtemp daemon)
学习啦在线学习网 -z Do not use the bold color attribute
-1 Start Glances in per CPU mode
上面就是Linux安装使用Glances的方法介绍了,Glances搭配上各种参数能够实现Linux监控的不同功能,详细查看负载、内存等信息。