• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

Linux服务器性能数据收集 - Sysstat介绍

发布: 2009-3-24 10:16 | 作者: 不详 | 来源: 测试时代采编 | 查看: 315次 | 进入软件测试论坛讨论

领测软件测试网

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->sar -r 2 5
//每隔2秒,显示5次,内存使用的情况查看网络吞吐量


Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->sar -n DEV 2 5
//每隔2秒,显示5次,网络吞吐量情况保存性能数据

        sar支持保存成两种格式的文件,一种是文本文件,一种是二进制文件(只有通过sar自己的命令才能查看)。

保存为文本文件

结合上面的查看命令,加入 > filename 参数即可保存文本文件,下面列出几个有用的命令:


Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->sar 1 10 > data.txt
//每隔1秒,写入10次,把CPU使用数据保存到data.txt文件中。
sar 1 0 -e 15:00:00 > data.txt
//每隔1秒记录CPU的使用情况,直到15点,数据将保存到data.txt文件中。(-e 参数表示结束时间,注意时间格式:必须为hh:mm:ss格式)
sar 1 0 -r -e 15:00:00 > data.txt
//每隔1秒记录内存使用情况,直到15点,数据将保存到data.txt文件中。
sar 1 0 -n DEV -e 15:00:00 > data.txt
//每隔1秒记录网络使用情况,直到15点,数据将保存到data.txt文件中。用WinSCP工具从Linux服务器上取下data.txt文件,内容如下:


Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->Linux 2.6.18-53.el5 (Performancesvr5)  2008年05月05日     _x86_64_

 11时04分05秒     CPU     %user     %nice   %system   %iowait    %steal     %idle
 11时04分06秒     all      0.25      0.00      0.00      0.00      0.00     99.75
 11时04分07秒     all      0.00      0.00      0.25      0.00      0.00     99.75
 11时04分08秒     all      0.25      0.00      0.25      1.50      0.00     98.00
 11时04分09秒     all      0.25      0.00      0.00      0.50      0.00     99.25
 11时04分10秒     all      0.00      0.00      0.00      0.00      0.00    100.00
 11时04分11秒     all      0.25      0.00      0.25      0.00      0.00     99.50
 11时04分12秒     all      0.00      0.00      0.25      0.00      0.00     99.75
 11时04分13秒     all      0.50      0.00      0.50      0.99      0.00     98.01
 11时04分14秒     all      0.00      0.00      0.00      1.25      0.00     98.75
 11时04分15秒     all      0.50      0.00      0.00      0.00      0.00     99.50
 平均时间:     all      0.20      0.00      0.15      0.42      0.00     99.23有了这份数据,就可以轻松的使用WPS表格来统计CPU的使用情况了。

保存为二进制文件

        由于保存的二进制文件只有sar通过-f参数才能打开,不利于我们分析和统计数据,因此不推荐使用这个方法。保存二进制文件的参数是-o,如:


Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->sar 1 5 -r -o data
//每隔1秒,写入5次,将内存使用的数据写入二进制文件data中。
sar -f data
//查看data文件

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

22/2<12

关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备2023014753号-2
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网