Guest User

Untitled

a guest
Jun 11th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.75 KB | None | 0 0
  1. root@fio-test2:~# fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=/dev/sdb --bs=4k --iodepth=1 --fsync=1 --readwrite=randrw --rwmixread=75 --runtime=10m
  2. test: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=1
  3. fio-3.16
  4. Starting 1 process
  5. Jobs: 1 (f=1): [m(1)][100.0%][r=1677KiB/s,w=524KiB/s][r=419,w=131 IOPS][eta 00m:00s]
  6. test: (groupid=0, jobs=1): err= 0: pid=2028: Fri Jun 11 09:23:16 2021
  7.   read: IOPS=347, BW=1392KiB/s (1425kB/s)(815MiB/600037msec)
  8.    bw (  KiB/s): min=  424, max= 2456, per=100.00%, avg=1391.58, stdev=311.89, samples=1200
  9.    iops        : min=  106, max=  614, avg=347.89, stdev=77.97, samples=1200
  10.   write: IOPS=116, BW=465KiB/s (476kB/s)(272MiB/600037msec); 0 zone resets
  11.    bw (  KiB/s): min=  136, max=  752, per=100.00%, avg=464.98, stdev=92.37, samples=1200
  12.    iops        : min=   34, max=  188, avg=116.24, stdev=23.09, samples=1200
  13.   cpu          : usr=0.73%, sys=2.28%, ctx=835617, majf=0, minf=9
  14.   IO depths    : 1=200.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
  15.      submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  16.      complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  17.      issued rwts: total=208745,69752,0,278493 short=0,0,0,0 dropped=0,0,0,0
  18.      latency   : target=0, window=0, percentile=100.00%, depth=1
  19.  
  20. Run status group 0 (all jobs):
  21.    READ: bw=1392KiB/s (1425kB/s), 1392KiB/s-1392KiB/s (1425kB/s-1425kB/s), io=815MiB (855MB), run=600037-600037msec
  22.   WRITE: bw=465KiB/s (476kB/s), 465KiB/s-465KiB/s (476kB/s-476kB/s), io=272MiB (286MB), run=600037-600037msec
  23.  
  24. Disk stats (read/write):
  25.   sdb: ios=208764/348182, merge=0/0, ticks=122633/467042, in_queue=312536, util=100.00%
  26.  
Advertisement
Add Comment
Please, Sign In to add comment