linux性能监控利器20个

简介:
http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html 
9个免费的linux系统镜像软件,监控服务器 
http://www.linuxlinks.com/article/20090709183715280/SystemMonitoring.html 


top,vmstat(软硬件信息),w(用户信息),uptime(负载信息),ps,free,iostat,sar,mpstat,pmap(某进程的具体内存使用),netstat,ss(查看本地端口与远程主机端口连接),iptraf(实时的网卡监控),tcpdump(详细的网络传输数据包分析),strace,proc file(系统自带的/proc/cpuinfo meminfo zoneinfo mounts),Nagios,cacti,kde,gnome 

A few more tools: 

nmap  - scan your server for open ports. 
lsof  - list open files, network connections and much more. 
ntop web based tool - ntop is the best tool to see network usage in a way similar to what top command does for processes i.e. it is network traffic monitoring software. You can see network status, protocol wise distribution of traffic for UDP, TCP, DNS, HTTP and other protocols. 
Conky  - Another good monitoring tool for the X Window System. It is highly configurable and is able to monitor many system variables including the status of the CPU, memory, swap space, disk storage, temperatures, processes, network interfaces, battery power, system messages, e-mail inboxes etc. 
GKrellM  - It can be used to monitor the status of CPUs, main memory, hard disks, network interfaces, local and remote mailboxes, and many other things. 
vnstat  - vnStat is a console-based network traffic monitor. It keeps a log of hourly, daily and monthly network traffic for the selected interface(s). 
htop  - htop is an enhanced version of top, the interactive process viewer, which can display the list of processes in a tree form. 
mtr  - mtr combines the functionality of the traceroute and ping programs in a single network diagnostic t 

全部掌握即可快速定位服务器系统性能瓶颈
目录
相关文章
|
6月前
|
缓存 监控 关系型数据库
《Linux 简易速速上手小册》第10章: 性能监控与优化(2024 最新版)
《Linux 简易速速上手小册》第10章: 性能监控与优化(2024 最新版)
56 0
|
3月前
|
传感器 缓存 Prometheus
在Linux中,如何进行硬件性能监控?
在Linux中,如何进行硬件性能监控?
|
3月前
|
缓存 Prometheus 监控
在Linux中,如何进行应用性能监控?
在Linux中,如何进行应用性能监控?
|
3月前
|
Prometheus 监控 Ubuntu
在Linux中,如何进行磁盘性能监控?
在Linux中,如何进行磁盘性能监控?
|
3月前
|
运维 Prometheus 监控
在Linux中,如何进行系统性能监控?
在Linux中,如何进行系统性能监控?
|
3月前
|
存储 监控 Ubuntu
完全交互式!易于使用的 Linux 性能监控工具
完全交互式!易于使用的 Linux 性能监控工具
|
5月前
|
运维 监控 网络协议
Linux 下的性能监控与分析技巧
在Linux环境中,命令行工具助力服务器管理和故障排查。通过示例展示如何监控网络、TCP连接、CPU及内存使用。例如,用`netstat`结合`awk`查TOP 20高频率IP访问80端口,识别DDoS迹象;`netstat -nat`统计TCP状态;`ps -aux`排序列出CPU和内存消耗大的进程;`find`加`tar`查找并压缩`.conf`文件。掌握这些命令提升运维效率。
45 1
|
5月前
|
存储 监控 Linux
性能监控之Telegraf+InfluxDB+Grafana linux服务器实时监控
【6月更文挑战11天】标题性能监控之 Java Metrics 度量包性能监控之Telegraf+InfluxDB+Grafana linux服务器实时监控
109 2
|
5月前
|
缓存 监控 Linux
Linux系统性能监控详解
Linux系统性能监控详解
45 1
|
6月前
|
运维 监控 Linux
提升系统稳定性:Linux服务器性能监控与故障排查实践深入理解与实践:持续集成在软件测试中的应用
【5月更文挑战第27天】在互联网服务日益增长的今天,保障Linux服务器的性能和稳定性对于企业运维至关重要。本文将详细探讨Linux服务器性能监控的工具选择、故障排查流程以及优化策略,旨在帮助运维人员快速定位问题并提升系统的整体运行效率。通过实际案例分析,我们将展示如何利用系统资源监控、日志分析和性能调优等手段,有效预防和解决服务器性能瓶颈。
下一篇
无影云桌面