使用fio命令查看磁盘iops
具体命令: fio -filename=./localhost.2019-05-08.log -direct=1 -iodepth 1 -thread -rw=randrw -ioengine=psync -bs=16k -size=500M -numjobs=10 -runtime=10 -group_reporting -name=mytest
结果如下:
mytest: (g=0): rw=randrw, bs=16K-16K/16K-16K/16K-16K, ioengine=psync, iodepth=1
...
fio-2.2.10
Starting 10 threads
mytest: Laying out IO file(s) (1 file(s) / 500MB)
Jobs: 10 (f=10): [m(10)] [100.0% done] [1934KB/1310KB/0KB /s] [120/81/0 iops] [eta 00m:00s]
mytest: (groupid=0, jobs=10): err= 0: pid=28368: Mon Jul 15 17:03:33 2019
read : io=19040KB, bw=1857.3KB/s, iops=116, runt= 10252msec
clat (msec): min=4, max=219, avg=56.96, stdev=24.28
lat (msec): min=4, max=219, avg=56.96, stdev=24.28
clat percentiles (msec):
| 1.00th=[ 12], 5.00th=[ 25], 10.00th=[ 32], 20.00th=[ 39],
| 30.00th=[ 45], 40.00th=[ 51], 50.00th=[ 55], 60.00th=[ 60],
| 70.00th=[ 66], 80.00th=[ 72], 90.00th=[ 84], 95.00th=[ 94],
| 99.00th=[ 141], 99.50th=[ 206], 99.90th=[ 215], 99.95th=[ 221],
| 99.99th=[ 221]
bw (KB /s): min= 57, max= 311, per=10.21%, avg=189.69, stdev=52.24
write: io=15296KB, bw=1492.1KB/s, iops=93, runt= 10252msec
clat (usec): min=350, max=254738, avg=34317.08, stdev=32044.09
lat (usec): min=351, max=254739, avg=34317.83, stdev=32044.08
clat percentiles (usec):
| 1.00th=[ 386], 5.00th=[ 418], 10.00th=[ 446], 20.00th=[ 498],
| 30.00th=[ 588], 40.00th=[29056], 50.00th=[38144], 60.00th=[45312],
| 70.00th=[52480], 80.00th=[59648], 90.00th=[69120], 95.00th=[78336],
| 99.00th=[112128], 99.50th=[209920], 99.90th=[254976], 99.95th=[254976],
| 99.99th=[254976]
bw (KB /s): min= 29, max= 355, per=10.20%, avg=152.15, stdev=60.40
lat (usec) : 500=9.27%, 750=5.08%, 1000=0.28%
lat (msec) : 2=0.19%, 4=1.72%, 10=0.70%, 20=1.40%, 50=33.18%
lat (msec) : 100=45.62%, 250=2.52%, 500=0.05%
cpu : usr=0.06%, sys=0.09%, ctx=4322, majf=0, minf=0
IO depths : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
issued : total=r=1190/w=956/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
latency : target=0, window=0, percentile=100.00%, depth=1
Run status group 0 (all jobs):
READ: io=19040KB, aggrb=1857KB/s, minb=1857KB/s, maxb=1857KB/s, mint=10252msec, maxt=10252msec
WRITE: io=15296KB, aggrb=1492KB/s, minb=1492KB/s, maxb=1492KB/s, mint=10252msec, maxt=10252msec
Disk stats (read/write):
sda: ios=1190/957, merge=0/2, ticks=25052/1140, in_queue=26440, util=98.37%
使用fio命令查看磁盘iops的更多相关文章
- 使用du与df命令查看磁盘容量不一致
在Linux系统的ECS实例中,执行du与df命令查看磁盘容量,出现不一致的现象 执行df -h命令查看文件系统的使用率,可以看到500G 执行du / -sh 命令只使用250G 执行du和df命令 ...
- 使用df -h命令查看磁盘空间使用率不算高,还有很多空余空间,但是创建文件或写入数据时一直报错磁盘写满
关于磁盘空间中索引节点爆满的问题还是挺多的,借此跟大家分享一下: 一.发现问题 在公司一台配置较低的Linux服务器(内存.硬盘比较小)的/data分区内创建文件时,系统提示磁盘空间不足,用df -h ...
- linux命令----查看磁盘空间
今天用“web发布平台”发布测试的服务,两个节点中发现有一个节点没有发布成功,压测TPS始终上不去,排查后发现只有一个节点在打日志,另一个节点的服务进程都没有在运行,由此断定应该是没有发布成功,有点坑 ...
- linux常见命令-查看磁盘空间
linux查看磁盘使用情况命令 1. 统一每个目录下磁盘的整体情况: df -h 2. 查看指定目录,在命令后直接放目录名,比如查看“usr”目录使用情况:df -h /usr/ 3. 查看当前目录 ...
- 2--linux命令--查看磁盘空间
du命令用来查看目录或文件所占用磁盘空间的大小.常用选项组合为:du -sh 二.du常用的选项: -h:以人类可读的方式显示 -a:显示目录占用的磁盘空间大小,还要显示其下目录和文件占用磁盘空间的大 ...
- findmnt、lsblk、mount 命令查看磁盘、目录挂载、挂载点以及文件系统格式等情况
findmnt 展示出了目标挂载点( TARGET ).源设备( SOURCE ).文件系统类型( FSTYPE )以及相关的挂载选项( OPTIONS ),例如文件系统是否是可读可写或者只读的.根( ...
- 向磁盘写入数据提示:No spac left on device通过df -h查看磁盘空间,发现没满,解决方法
初步判断应该有两种情况:一种是block满了,另一种情况就是inode耗尽了. 首先df -i 查看一下是否耗尽inode/block数量. 虚拟一块磁盘并格式化: dd if=/dev/zero o ...
- Linux:查看磁盘空间占用情况
Linux:查看磁盘空间占用情况 工作中有时被分配的测试机空间不大,经常遇到磁盘空间占满的情况.排查过程如下: 一.首先使用df -h 命令查看磁盘剩余空间,通过以下图看出/目录下的磁盘空间已经被占满 ...
- linux查看磁盘类型(是否SSD盘)
介绍两种方法: 第一种: cat /sys/block/sda/queue/rotational 注意: 命令中的sba是你的磁盘名称,可以通过df命令查看磁盘,然后修改成你要的 结果: 返回0:SS ...
随机推荐
- 缓存原理,自己写一个缓存类(c#版)
.net中的MemoryCache是通过内部封装一个静态Dictionary 自己写一个缓存,来看看内部怎么实现的 public class CustomerCache : ICache { priv ...
- cnpm包管理
C:\Users\Administrator>npm config set registry http://registry.npm.taobao.org vue 安装 npm install ...
- [Taro] taro 缓存
taro 缓存 Taro.clearStorageSync() 清除全部缓存 Taro.setStorage(key,value)设置缓存 Taro.getStorage(key)获取缓存 Taro. ...
- <Math> 50 367
50. Pow(x, n) abs (Integer.MIN_VALUE) > Integer.MAX_VALUE class Solution { public double myPow(do ...
- 8.7 NOIP模拟测试14 旋转子段+走格子+ 柱状图
T1 旋转子段 30% 暴力枚举起点和长度,暴力判断,o(n3) 不知道为什么我拿了40分... 60% 每一个点都有一个固定的旋转中心可以转成固定点,枚举旋转点和长度. 100% 用一个vecto ...
- [LeetCode] 518. Coin Change 2 硬币找零之二
You are given coins of different denominations and a total amount of money. Write a function to comp ...
- [LeetCode] 337. House Robber III 打家劫舍之三
The thief has found himself a new place for his thievery again. There is only one entrance to this a ...
- JAVA SE11环境变量配置(Windows)
附上:03. 安装环境:Windows · IntelliJ IDEA Tutorial 附上:使用调试功能进行 Java debug 附上:Linux(Deepin)下配置java8 - L1412 ...
- oracle--查询速度慢
查询速度慢的原因很多,常见如下几种: 1, 没有索引或者没有用到索引(这是查询慢最常见的问题,是程序设计的缺陷) 2, I/O吞吐量小,形成了瓶颈效应. 3, 没有创建计算列导致查询不优化. 4, ...
- unity资源机制(转)
原文地址:https://www.jianshu.com/p/ca5cb9d910c0作者:重装机霸 2.资源概述 Unity必须通过导入将所支持的资源序列化,生成AssetComponents后,才 ...