Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. root@victim:~# cat write.ini
  2. [writetest]
  3. blocksize=4096
  4. filename=/dev/sdk
  5. rw=randwrite
  6. direct=1
  7. buffered=0
  8. ioengine=libaio
  9. iodepth=32
  10. runtime=60
  11. root@victim:~# fio write.ini
  12. writetest: (g=0): rw=randwrite, bs=4K-4K/4K-4K/4K-4K, ioengine=libaio, iodepth=32
  13. fio-2.2.10
  14. Starting 1 process
  15. Jobs: 1 (f=1): [w(1)] [100.0% done] [0KB/1144KB/0KB /s] [0/286/0 iops] [eta 00m:00s]
  16. writetest: (groupid=0, jobs=1): err= 0: pid=14469: Mon Feb 20 13:55:42 2017
  17. write: io=121340KB, bw=2019.9KB/s, iops=504, runt= 60073msec
  18. slat (usec): min=4, max=285, avg=24.74, stdev= 8.69
  19. clat (usec): min=532, max=366269, avg=63293.77, stdev=44200.23
  20. lat (usec): min=598, max=366299, avg=63319.19, stdev=44205.06
  21. clat percentiles (msec):
  22. | 1.00th=[ 7], 5.00th=[ 7], 10.00th=[ 8], 20.00th=[ 9],
  23. | 30.00th=[ 58], 40.00th=[ 68], 50.00th=[ 71], 60.00th=[ 75],
  24. | 70.00th=[ 79], 80.00th=[ 85], 90.00th=[ 101], 95.00th=[ 127],
  25. | 99.00th=[ 227], 99.50th=[ 269], 99.90th=[ 355], 99.95th=[ 359],
  26. | 99.99th=[ 363]
  27. bw (KB /s): min= 367, max=14480, per=100.00%, avg=2025.30, stdev=2493.85
  28. lat (usec) : 750=0.01%
  29. lat (msec) : 10=24.29%, 20=3.27%, 50=1.01%, 100=61.25%, 250=9.52%
  30. lat (msec) : 500=0.67%
  31. cpu : usr=0.83%, sys=2.23%, ctx=25812, majf=0, minf=747
  32. IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=99.9%, >=64=0.0%
  33. submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
  34. complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.1%, 64=0.0%, >=64=0.0%
  35. issued : total=r=0/w=30335/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0
  36. latency : target=0, window=0, percentile=100.00%, depth=32
  37.  
  38. Run status group 0 (all jobs):
  39. WRITE: io=121340KB, aggrb=2019KB/s, minb=2019KB/s, maxb=2019KB/s, mint=60073msec, maxt=60073msec
  40.  
  41. Disk stats (read/write):
  42. sdk: ios=44/30233, merge=0/0, ticks=12/1910692, in_queue=1911936, util=99.71%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement