操作系统

Linux安装和使用Glances的方法介绍

时间:2023-03-05 12:53:13 操作系统 我要投稿
  • 相关推荐

Linux安装和使用Glances的方法介绍

  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

  # 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监控的不同功能,详细查看负载、内存等信息。

【Linux安装和使用Glances的方法介绍】相关文章:

Linux系统top命令的使用方法介绍11-18

Linux的free命令使用方法11-20

Linux系统中sleep的使用方法07-17

Linux系统使用NTP服务器的方法11-18

linux系统中scp命令的使用方法04-07

Linux系统常用的网络命令及使用方法12-02

linux下卸载apache方法介绍11-15

在linux系统下使用Godaddy域名更换DNS的方法11-19

Linux格式化硬盘的方法和步骤12-04

Linux系统下使用grep命令搜索多个单词的方法11-11