Linux系统监控实用工具Glances

简介: Linux系统监控实用工具Glances Glances安装 Glances安装要求:python >= 2.6 和 psutil >= 0.4.1 1、第一步,安装了python->2.6 2、第二步,安装了psutil->0.4.1 #tar -zxvf psutil.包。

Linux系统监控实用工具Glances

  • Glances安装

    Glances安装要求:python >= 2.6 和 psutil >= 0.4.1

    1、第一步,安装了python->2.6
  • 2、第二步,安装了psutil->0.4.1
  • #tar -zxvf psutil.包。
  • #cd psutil包
  • #python setup.py install
  • 3、第三步,安装glances 
  • #tar -zxvf glances.包
  • # 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

技术改变世界! --狂诗绝剑
目录
相关文章
|
1月前
|
监控 Unix Linux
Linux系统工具
Linux系统工具
44 6
|
3月前
|
Linux
在Linux中,列出几种常见打包工具并写相应解压缩参数。
在Linux中,列出几种常见打包工具并写相应解压缩参数。
|
23天前
|
监控 Java Linux
Linux系统之安装Ward服务器监控工具
【10月更文挑战第17天】Linux系统之安装Ward服务器监控工具
48 5
Linux系统之安装Ward服务器监控工具
|
26天前
|
JSON JavaScript Linux
Linux系统之安装cook菜谱工具
【10月更文挑战第15天】Linux系统之安装cook菜谱工具
34 2
Linux系统之安装cook菜谱工具
|
14天前
|
缓存 监控 Linux
Linux性能分析利器:全面掌握perf工具
【10月更文挑战第18天】 在Linux系统中,性能分析是确保软件运行效率的关键步骤。`perf`工具,作为Linux内核自带的性能分析工具,为开发者提供了强大的性能监控和分析能力。本文将全面介绍`perf`工具的使用,帮助你成为性能优化的高手。
55 1
|
14天前
|
缓存 监控 Linux
掌握Linux性能分析:深入探索perf工具
【10月更文挑战第26天】
19 1
|
2月前
|
人工智能 监控 Shell
常用的 55 个 Linux Shell 脚本(包括基础案例、文件操作、实用工具、图形化、sed、gawk)
这篇文章提供了55个常用的Linux Shell脚本实例,涵盖基础案例、文件操作、实用工具、图形化界面及sed、gawk的使用。
392 2
|
3月前
|
Linux 开发工具
Linux查看已经安装软件的版本,安装软件的路径,以及dpkg、aptitude、apt-get、apt工具的使用
Linux查看已经安装软件的版本,安装软件的路径,以及dpkg、aptitude、apt-get、apt工具的使用
122 2
Linux查看已经安装软件的版本,安装软件的路径,以及dpkg、aptitude、apt-get、apt工具的使用
|
2月前
|
监控 安全 Linux
如何利用Kali Linux进行网站渗透测试:最常用工具详解
如何利用Kali Linux进行网站渗透测试:最常用工具详解
121 6
|
2月前
|
安全 Linux 测试技术
Kali Linux预装的自动化渗透测试工具
Kali Linux预装的自动化渗透测试工具
146 2