Advertisement
Guest User

Untitled

a guest
Aug 21st, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.15 KB | None | 0 0
  1. ntfs mitgitations=off
  2.  
  3. fio --filename=blyat --readwrite=write --bs=1m --direct=1 --loops=10000 -runtime=3m --name=plain --size=1g     
  4.  
  5. plain: (g=0): rw=write, bs=(R) 1024KiB-1024KiB, (W) 1024KiB-1024KiB, (T) 1024KiB-1024KiB, ioengine=psync, iodepth=1  
  6. fio-3.35  
  7. Starting 1 process  
  8. Jobs: 1 (f=1): [W(1)][100.0%][w=5108MiB/s][w=5108 IOPS][eta 00m:00s]  
  9. plain: (groupid=0, jobs=1): err= 0: pid=3051: Mon Aug 21 13:59:43 2023  
  10.  write: IOPS=5125, BW=5125MiB/s (5374MB/s)(901GiB/179999msec); 0 zone resets  
  11.    clat (usec): min=178, max=14625, avg=188.99, stdev=165.72  
  12.     lat (usec): min=181, max=14629, avg=192.98, stdev=165.74  
  13.    clat percentiles (usec):  
  14.     |  1.00th=[  182],  5.00th=[  182], 10.00th=[  182], 20.00th=[  182],  
  15.     | 30.00th=[  182], 40.00th=[  182], 50.00th=[  182], 60.00th=[  182],  
  16.     | 70.00th=[  182], 80.00th=[  184], 90.00th=[  186], 95.00th=[  188],  
  17.     | 99.00th=[  227], 99.50th=[  330], 99.90th=[ 1205], 99.95th=[ 6194],  
  18.     | 99.99th=[ 6325]  
  19.   bw (  MiB/s): min= 4856, max= 5294, per=100.00%, avg=5128.04, stdev=52.01, samples=359  
  20.   iops        : min= 4856, max= 5294, avg=5128.04, stdev=52.01, samples=359  
  21.  lat (usec)   : 250=99.15%, 500=0.60%, 750=0.12%, 1000=0.01%  
  22.  lat (msec)   : 2=0.05%, 4=0.01%, 10=0.07%, 20=0.01%  
  23.  cpu          : usr=1.51%, sys=22.74%, ctx=922680, majf=0, minf=12  
  24.  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%  
  25.     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%  
  26.     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%  
  27.     issued rwts: total=0,922582,0,0 short=0,0,0,0 dropped=0,0,0,0  
  28.     latency   : target=0, window=0, percentile=100.00%, depth=1  
  29.  
  30. Run status group 0 (all jobs):  
  31.  WRITE: bw=5125MiB/s (5374MB/s), 5125MiB/s-5125MiB/s (5374MB/s-5374MB/s), io=901GiB (967GB), run=179999-179999msec  
  32.  
  33. Disk stats (read/write):  
  34.  nvme0n1: ios=113/7377022, merge=0/353, ticks=32/706327, in_queue=706384, util=99.99%
  35.  
  36. -----------------------------------
  37.  
  38. fio --filename=blyat --readwrite=read --bs=1m --direct=1 --loops=10000 -runtime=3m --name=plain --size=1g     
  39.  
  40. plain: (g=0): rw=read, bs=(R) 1024KiB-1024KiB, (W) 1024KiB-1024KiB, (T) 1024KiB-1024KiB, ioengine=psync, iodepth=1  
  41. fio-3.35  
  42. Starting 1 process  
  43. Jobs: 1 (f=1): [R(1)][100.0%][r=5508MiB/s][r=5507 IOPS][eta 00m:00s]  
  44. plain: (groupid=0, jobs=1): err= 0: pid=3116: Mon Aug 21 14:04:10 2023  
  45.  read: IOPS=5499, BW=5499MiB/s (5766MB/s)(967GiB/179998msec)  
  46.    clat (usec): min=169, max=8644, avg=178.84, stdev=27.76  
  47.     lat (usec): min=170, max=8646, avg=179.77, stdev=27.76  
  48.    clat percentiles (usec):  
  49.     |  1.00th=[  176],  5.00th=[  176], 10.00th=[  178], 20.00th=[  178],  
  50.     | 30.00th=[  178], 40.00th=[  178], 50.00th=[  178], 60.00th=[  180],  
  51.     | 70.00th=[  180], 80.00th=[  180], 90.00th=[  180], 95.00th=[  182],  
  52.     | 99.00th=[  188], 99.50th=[  192], 99.90th=[  255], 99.95th=[  260],  
  53.     | 99.99th=[ 1516]  
  54.   bw (  MiB/s): min= 5195, max= 5532, per=100.00%, avg=5501.77, stdev=28.57, samples=359  
  55.   iops        : min= 5195, max= 5532, avg=5501.77, stdev=28.59, samples=359  
  56.  lat (usec)   : 250=99.85%, 500=0.11%, 750=0.01%, 1000=0.01%  
  57.  lat (msec)   : 2=0.04%, 4=0.01%, 10=0.01%  
  58.  cpu          : usr=0.21%, sys=31.09%, ctx=990081, majf=0, minf=268  
  59.  IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%  
  60.     submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%  
  61.     complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%  
  62.     issued rwts: total=989855,0,0,0 short=0,0,0,0 dropped=0,0,0,0  
  63.     latency   : target=0, window=0, percentile=100.00%, depth=1  
  64.  
  65. Run status group 0 (all jobs):  
  66.   READ: bw=5499MiB/s (5766MB/s), 5499MiB/s-5499MiB/s (5766MB/s-5766MB/s), io=967GiB (1038GB), run=179998-179998msec  
  67.  
  68. Disk stats (read/write):  
  69.  nvme0n1: ios=7914329/680, merge=0/349, ticks=652114/56, in_queue=652194, util=99.99%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement