-
Linux如何安装及使用Glances
- 时间:2021-09-30 来源:全国寄修 人气:
Glances是Linux下的监控东西,可以或许对Linux系统的机能及利用环境举办监控,安装完Glances,就可以利用Glances呼吁举办相关监控了,下面小编就给各人具体先容下Linux安装和利用Glances的要领,感乐趣的伴侣可以来相识下。
Glances安装
Glances安装要求:python 》= 2.6 和 psutil 》= 0.4.1
# pip install psutil
# pip install pysensors
# pip install hddtemp
# git clone https://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监控的差异成果,具体查察负载、内存等信息。
相关文章
-
Glances是Linux下的监控东西,可以或许对Linux系统的机能及利用环境举办监控,安装完Glances,就可以利用Glances呼吁举办相关...2021-09-17 06.09.39