Linux性能诊断工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux性能诊断工具相关的知识,希望对你有一定的参考价值。

vmstat:虚拟内存状况
swpd   free  buff  cache   si  so   in   cs
參考:http://www.cnblogs.com/ggjucheng/archive/2012/01/05/2312625.html

iostat:io状况
avgqu-sz   await svctm
參考:http://blog.csdn.net/dbanote/article/details/17784429

mpstat: cpu状况
sys usr iowait
參考:http://blog.csdn.net/evils798/article/details/7524474

ifstat:网络状况
in  out

dstat:全部资源统计汇总
资源汇总
參考:http://blog.csdn.net/yuandianlws/article/details/7004364

tcpstat: 查看某个tcpport的响应时间
tcprstat -lxxx.xxx.xxx.xxx -p 3306  -t 1 -n 0 
參考:http://my.oschina.net/moooofly/blog/157063

tcpdump: 抓包
tcprstat -l xxx.xxx.xxx.xxx -p 3306  -t 1 -n 0 











以上是关于Linux性能诊断工具的主要内容,如果未能解决你的问题,请参考以下文章

一秒内诊断 Linux 服务器的性能

超全的 Linux 性能诊断分析工具

60,000毫秒内对Linux的性能诊断效的方法

Linux内存性能诊断中vmstat命令的详解

Linux 性能诊断命令

Linux性能优化 第五章 性能工具:特定进程内存