发布时间:2014-09-05 17:15:25作者:知识屋
LoadRunner Controller 菜单 tools > options 中我们可以看到是3秒钟采集一次服务器的资源信息,如下图所示:
LoadRunner Controller 菜单 tools > options 中我们可以看到是3秒钟采集一次服务器的资源信息,如下图所示:
这就等价于以下命令:
iostat d 3n 输出的tps
或者 iostat x 3 中的 r/s+w/s
iostat d 3n 的输出类似如下:
# iostat -d 3n
Linux 2.6.18-194.el5 (www2.×××.cn) 01/23/2011 _x86_64_ (8 CPU)
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 3.94 171.62 80.80 362832 170820
sdb 0.22 1.53 3.27 3240 6912
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 1.66 5.32 61.13 16 184
sdb 0.66 0.00 7.97 0 24
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 0.00 0.00 0.00 0 0
sdb 0.00 0.00 0.00 0 0
iostat x 3 的输出类似如下:
# iostat -x 3
Linux 2.6.18-194.el5 (www2.×××.cn) 01/23/2011 _x86_64_ (8 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
4.42 0.00 0.34 0.16 0.00 95.08
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 3.23 7.94 1.90 1.97 167.59 79.25 63.88 0.06 15.07 3.55 1.37
sdb 0.02 0.32 0.12 0.10 1.49 3.31 21.52 0.00 2.32 1.29 0.03
avg-cpu: %user %nice %system %iowait %steal %idle
0.04 0.00 0.08 0.12 0.00 99.75
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 5.00 0.00 1.00 0.00 48.00 48.00 0.01 7.67 7.67 0.77
sdb 0.00 0.33 0.00 0.67 0.00 8.00 12.00 0.00 0.50 0.50 0.03
avg-cpu: %user %nice %system %iowait %steal %idle
0.00 0.00 0.04 0.08 0.00 99.88
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 0.00 2.67 0.00 1.33 0.00 32.00 24.00 0.01 8.00 6.25 0.83
sdb 0.00 0.33 0.00 0.67 0.00 8.00 12.00 0.00 0.50 0.50 0.03
这就等价于以下命令:
iostat d 3n 输出的tps
或者 iostat x 3 中的 r/s+w/s
iostat d 3n 的输出类似如下:
# iostat -d 3n
Linux 2.6.18-194.el5 (www2.×××.cn) 01/23/2011 _x86_64_ (8 CPU)
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 3.94 171.62 80.80 362832 170820
sdb 0.22&n
linux一键安装web环境全攻略 在linux系统中怎么一键安装web环境方法
Linux网络基本网络配置方法介绍 如何配置Linux系统的网络方法
Linux下DNS服务器搭建详解 Linux下搭建DNS服务器和配置文件
对Linux进行详细的性能监控的方法 Linux 系统性能监控命令详解
linux系统root密码忘了怎么办 linux忘记root密码后找回密码的方法
Linux基本命令有哪些 Linux系统常用操作命令有哪些
Linux必学的网络操作命令 linux网络操作相关命令汇总
linux系统从入侵到提权的详细过程 linux入侵提权服务器方法技巧
linux系统怎么用命令切换用户登录 Linux切换用户的命令是什么
在linux中添加普通新用户登录 如何在Linux中添加一个新的用户
2012-07-10
CentOS 6.3安装(详细图解教程)
Linux怎么查看网卡驱动?Linux下查看网卡的驱动程序
centos修改主机名命令
Ubuntu或UbuntuKyKin14.04Unity桌面风格与Gnome桌面风格的切换
FEDORA 17中设置TIGERVNC远程访问
StartOS 5.0相关介绍,新型的Linux系统!
解决vSphere Client登录linux版vCenter失败
LINUX最新提权 Exploits Linux Kernel <= 2.6.37
nginx在网站中的7层转发功能