首页 > 其他分享 >unix 计数器disk traffic含义补充

unix 计数器disk traffic含义补充

时间:2023-06-22 11:35:53浏览次数:47  
标签:read 0.00 iostat unix traffic Blk Device wrtn disk

LoadRunner Controller 菜单 tools –> options 中我们可以看到是3秒钟采集一次服务器的资源信息,如下图所示:

unix 计数器disk traffic含义补充_f5

这就等价于以下命令:

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

 

参考资料

服务器监控性能指标

unix 计数器disk traffic含义
http://www.51testing.com/?uid-13997-action-viewspace-itemid-5081

标签:read,0.00,iostat,unix,traffic,Blk,Device,wrtn,disk
From: https://blog.51cto.com/u_15588078/6534472

相关文章

  • permission denied while trying to connect to the Docker daemon socket at unix://
     001、问题[liujiaxin01@PC1~]$dockersearchomicsclasspermissiondeniedwhiletryingtoconnecttotheDockerdaemonsocketatunix:///var/run/docker.sock:Get"http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/search?term=omicsclass":dialunix......
  • diskimage-builder制作ironic ARM镜像
    虚环境安装克隆源码的仓库:$gitclonehttps://git.openstack.org/openstack/diskimage-builder$gitclonehttps://git.openstack.org/openstack/dib-utils建立虚环境:$virtualenvdib-env启用虚环境$sourcedib-env/bin/activate停止环境$sourcedib-env/bin/deac......
  • BUUCTF:[BSidesSF2019]diskimage
    https://buuoj.cn/challenges#[BSidesSF2019]diskimageattachment.pngzsteg-aattachment.png发现磁盘数据zsteg-e'b8,rgb,lsb,xy'attachment.png>data.dat分离出FAT格式的数据使用TestDisk对文件进行分析testdiskdata.dat[Proceed]回车[None]回车[Boot]回车[RebuildsBS]......
  • 获取cpu、memory、disk的基本情况
    #!/bin/bash#获取逻辑CPU个数processors=`cat/proc/cpuinfo|grep"processor"|wc-l`functioncpu(){NUM=1while[$NUM-le$processors];doutil=`vmstat|awk'{if(NR==3)print100-$15"%"}'`user=`vmst......
  • 记一次ubuntu系统磁盘无法挂载之gdisk命令的使用
    可以使用fdisk-l查看到磁盘分区信息但实际上并未成功(base)root@ywb:~#fdisk-l......TheprimaryGPTtableiscorrupt,butthebackupappearsOK,sothatwillbeused.Disk/dev/sde:4.6TiB,5000981077504bytes,9767541167sectorsUnits:sectorsof1*51......
  • 修复 Sqlite "database disk image is malformed"
    Sqlite是用于移动设备的轻量级数据库。Android编译遇到出错异常:databasediskimageismalformed 处理方法为通过对sqlite提供的修复命令建立脚本封装自动处理。修复方法来自网络搜索,年代久远,出处不可考,如找到出处,本文引用改为链接。 1#1.dumpSQL语句2def__d......
  • linux命令行elasticsearch查询工具es2unix
    当想在linux的命令行中查看elasticsearch的状态时,可以用es2unix这个工具,插件地址: https://github.com/elasticsearch/es2unix。它是elasticsearch官方推出的,可以通过命令来查看es的各种状态,安装方法curl-sdownload.elasticsearch.org/es2unix/es>/bin/eschmod+x/bin/es这......
  • ramdisk.img 格式【解压/压缩】
     1、查看ramdisk.img格式[root@localhostramdisk]#fileramdisk.imgramdisk.img:u-bootlegacyuImage,ramdisk,Linux/RAMDiskImage(gzip),24477522bytes,WedApr1918:10:252023,LoadAddress:0x10000000,EntryPoint:0x10000000,HeaderCRC:0xEDB56EAE......
  • 北京时间与Unix时间戳相互转换
    #include<bits/stdc++.h>#defineullunsignedlonglong#definelllonglongusingnamespacestd;intT;strings1,s2;intx;charch;voidsolve1(){structtmt;t.tm_year=x;scanf("%d-%d",&t.tm_mon,&t.tm_mday);......
  • cpp test write content speed to ssd and usual disk respectively 1M,10M,100M row
    #include<chrono>#include<ctime>#include<fstream>#include<iomanip>#include<iostream>#include<sstream>#include<thread>#include<uuid/uuid.h>std::stringget_time_now(){autonow=std::chro......