1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
| [root@node29 home]# cat fio_test [global] direct=1 ioengine=libaio group_reporting=1 iodepth=32 size=1g verify=md5 verify_fatal=1 verify_interval=512 verify_dump=1 runtime=30 rwmixread=70 rwmixwrite=30 time_based
[job1] bssplit=4k/33:8k/33;16k/34 rw=randwrite filename=/dev/rbd0
[root@node29 home]# fio fio_test job1: (g=0): rw=randwrite, bs=4K-8K/4K-8K, ioengine=libaio, iodepth=32 fio 2.0.7 Starting 1 process Jobs: 1 (f=1): [w] [100.0% done] [0K/5650K /s] [0 /861 iops] [eta 00m:00s] job1: (groupid=0, jobs=1): err= 0: pid=52184 write: io=158620KB, bw=5283.3KB/s, iops=809 , runt= 30023msec slat (usec): min=3 , max=461 , avg= 9.31, stdev= 9.32 clat (msec): min=5 , max=448 , avg=39.51, stdev=35.73 lat (msec): min=5 , max=448 , avg=39.52, stdev=35.73 clat percentiles (msec): | 1.00th=[ 12], 5.00th=[ 15], 10.00th=[ 18], 20.00th=[ 21], | 30.00th=[ 23], 40.00th=[ 26], 50.00th=[ 30], 60.00th=[ 34], | 70.00th=[ 42], 80.00th=[ 52], 90.00th=[ 70], 95.00th=[ 87], | 99.00th=[ 202], 99.50th=[ 249], 99.90th=[ 437], 99.95th=[ 449], | 99.99th=[ 449] bw (KB/s) : min= 1551, max= 7474, per=100.00%, avg=5355.09, stdev=1441.25 lat (msec) : 10=0.26%, 20=19.37%, 50=58.37%, 100=18.48%, 250=3.07% lat (msec) : 500=0.45% cpu : usr=1.74%, sys=0.91%, ctx=5009, majf=0, minf=602 IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=99.9%, >=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.1%, 64=0.0%, >=64=0.0% issued : total=r=0/w=24296/d=0, short=r=0/w=0/d=0
Run status group 0 (all jobs): WRITE: io=158620KB, aggrb=5283KB/s, minb=5283KB/s, maxb=5283KB/s, mint=30023msec, maxt=30023msec
Disk stats (read/write): rbd0: ios=0/24216, merge=0/16, ticks=0/951410, in_queue=950541, util=99.97%
|