Linux 安装性能监控检测工具sysstat

来源:互联网 发布:java soa的理解 编辑:程序博客网 时间:2024/05/18 03:05

使用iostat、mpstat、sar

yum install sysstat -y

sysstat的安装包是:sysstat-9.0.4-20.el6.x86_64.rpm,装完了后 就会有iostat、mpstat、sar、sa的功能
启动sysstat 
/etc/init.d/sysstat start 
设置sysstat自启动 
chkconfig sysstat on

---------------------

sysstat工具包提供的主要命令:iostat mpstat sar


mpstat是Multiprocessor Statistics的缩写,是实时系统监控工具。其报告与CPU的一些统计信息,这些信息存放在/proc/stat文件中。在多CPUs系统里,其不 但能查看所有CPU的平均状况信息,而且能够查看特定CPU的信息。下面只介绍 mpstat与CPU相关的参数,mpstat的语法如下:

mpstat [-P {|ALL}] [internal [count]]

mpstat -P 0 1 5

mpstat -P ALL 1 5


网卡流量查看方法

sar –n DEV 1 5

命令后面 1 4 意思是:每一秒钟取一次值,取5次。 IFACE:LAN接口
rxpck/s:每秒钟接收的数据包 
txpck/s:每秒钟发送的数据包 
rxbyt/s:每秒钟接收的字节数 
txbyt/s:每秒钟发送的字节数 
rxcmp/s:每秒钟接收的压缩数据包 
txcmp/s:每秒钟发送的压缩数据包 
rxmcst/s:每秒钟接收的多播数据包

  1. 16时35分25秒     IFACE   rxpck/s   txpck/s   rxbyt/s   txbyt/s   rxcmp/s   txcmp/s  rxmcst/s  
  2. 16时35分26秒        lo      0.00      0.00      0.00      0.00      0.00      0.00      0.00  
  3. 16时35分26秒      eth0      3.00      2.00    258.00    284.00      0.00      0.00      0.00  
  4. 16时35分26秒      eth1     51.00     89.00   5680.00 122874.00      0.00      0.00      0.00  
  5. 16时35分26秒      sit0      0.00      0.00      0.00      0.00      0.00      0.00      0.00  
  6.   
  7. 16时35分26秒     IFACE   rxpck/s   txpck/s   rxbyt/s   txbyt/s   rxcmp/s   txcmp/s  rxmcst/s  
  8. 16时35分27秒        lo      0.00      0.00      0.00      0.00      0.00      0.00      0.00  
  9. 16时35分27秒      eth0      4.00      3.00    274.00    834.00      0.00      0.00      0.00  
  10. 16时35分27秒      eth1     81.00    106.00  11816.00 138982.00      0.00      0.00      0.00  
  11. 16时35分27秒      sit0      0.00      0.00      0.00      0.00      0.00      0.00      0.00  
  12.   
  13. 16时35分27秒     IFACE   rxpck/s   txpck/s   rxbyt/s   txbyt/s   rxcmp/s   txcmp/s  rxmcst/s  
  14. 16时35分28秒        lo      4.00      4.00    422.00    422.00      0.00      0.00      0.00  
  15. 16时35分28秒      eth0      1.00      1.00     70.00    598.00      0.00      0.00      0.00  
  16. 16时35分28秒      eth1      9.00     20.00   1811.00  25787.00      0.00      0.00      0.00  
  17. 16时35分28秒      sit0      0.00      0.00      0.00      0.00      0.00      0.00      0.00  
  18.   
  19. 16时35分28秒     IFACE   rxpck/s   txpck/s   rxbyt/s   txbyt/s   rxcmp/s   txcmp/s  rxmcst/s  
  20. 16时35分29秒        lo      0.00      0.00      0.00      0.00      0.00      0.00      0.00  
  21. 16时35分29秒      eth0      8.91      7.92    629.70   7144.55      0.00      0.00      0.00  
  22. 16时35分29秒      eth1     20.79     22.77   1927.72  32144.55      0.00      0.00      0.00  
  23. 16时35分29秒      sit0      0.00      0.00      0.00      0.00      0.00      0.00      0.00  
  24.   
  25. 16时35分29秒     IFACE   rxpck/s   txpck/s   rxbyt/s   txbyt/s   rxcmp/s   txcmp/s  rxmcst/s  
  26. 16时35分30秒        lo      8.08      8.08    607.07    607.07      0.00      0.00      0.00  
  27. 16时35分30秒      eth0      6.06      5.05    418.18   1969.70      0.00      0.00      0.00  
  28. 16时35分30秒      eth1      2.02      2.02    153.54    177.78      0.00      0.00      0.00  
  29. 16时35分30秒      sit0      0.00      0.00      0.00      0.00      0.00      0.00      0.00  
  30.   Average:        IFACE   rxpck/s   txpck/s   rxbyt/s   txbyt/s   rxcmp/s   txcmp/s  rxmcst/s  
  31. Average:           lo      2.40      2.40    204.60    204.60      0.00      0.00      0.00  
  32. Average:         eth0      4.60      3.80    330.40   2176.40      0.00      0.00      0.00  
  33. Average:         eth1     32.80     48.00   4281.20  64057.00      0.00      0.00      0.00  
  34. Average:         sit0      0.00      0.00      0.00      0.00      0.00      0.00      0.00  

iostat  1 2

[plain] view plain copy
 print?
  1. [root@localhost home]# iostat  1 2  
  2. Linux 2.6.32-358.el6.x86_64 (localhost.localdomain)     2013年07月11日  _x86_64_        (1 CPU)  
  3.   
  4. avg-cpu:  %user   %nice %system %iowait  %steal   %idle  
  5.            0.07    0.00    0.12    0.07    0.00   99.74  
  6.   
  7. Device:            tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn  
  8. scd0              0.00         0.00         0.00        288          0  
  9. sda               0.23         2.58         5.69     168800     372132  
  10. dm-0              0.79         2.44         5.69     159410     372080  
  11. dm-1              0.00         0.04         0.00       2376          0  
  12.   
  13. avg-cpu:  %user   %nice %system %iowait  %steal   %idle  
  14.            0.00    0.00    0.00    0.00    0.00  100.00  
  15.   
  16. Device:            tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn  
  17. scd0              0.00         0.00         0.00          0          0  
  18. sda               0.00         0.00         0.00          0          0  
  19. dm-0              0.00         0.00         0.00          0          0  
  20. dm-1              0.00         0.00         0.00          0          0  


0 0
原创粉丝点击