Advertisement
Guest User

Untitled

a guest
Aug 21st, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.21 KB | None | 0 0
  1. ntfs mitigitations=on
  2.  
  3. fio --filename=blyat --readwrite=write --bs=1m --direct=1 --loops=10000 -runtime=3m --name=plain --size=1g  
  4. plain: (g=0): rw=write, bs=(R) 1024KiB-1024KiB, (W) 1024KiB-1024KiB, (T) 1024KiB-1024KiB, ioengine=psync, iodepth=1  
  5. fio-3.35  
  6. Starting 1 process  
  7. plain: Laying out IO file (1 file / 1024MiB)  
  8. Jobs: 1 (f=1): [W(1)][100.0%][w=1625MiB/s][w=1624 IOPS][eta 00m:00s]  
  9. plain: (groupid=0, jobs=1): err= 0: pid=36464: Mon Aug 21 13:40:56 2023  
  10.  write: IOPS=4675, BW=4675MiB/s (4903MB/s)(822GiB/179999msec); 0 zone resets  
  11.    clat (usec): min=191, max=32067, avg=207.17, stdev=182.08  
  12.     lat (usec): min=194, max=32073, avg=211.43, stdev=182.15  
  13.    clat percentiles (usec):  
  14.     |  1.00th=[  194],  5.00th=[  194], 10.00th=[  194], 20.00th=[  196],  
  15.     | 30.00th=[  196], 40.00th=[  196], 50.00th=[  196], 60.00th=[  196],  
  16.     | 70.00th=[  196], 80.00th=[  196], 90.00th=[  200], 95.00th=[  206],  
  17.     | 99.00th=[  408], 99.50th=[  578], 99.90th=[ 1778], 99.95th=[ 6128],  
  18.     | 99.99th=[ 6325]  
  19.   bw (  MiB/s): min= 1620, max= 4948, per=100.00%, avg=4685.11, stdev=553.05, samples=359  
  20.   iops        : min= 1620, max= 4948, avg=4685.10, stdev=553.07, samples=359  
  21.  lat (usec)   : 250=97.47%, 500=1.85%, 750=0.36%, 1000=0.09%  
  22.  lat (msec)   : 2=0.15%, 4=0.01%, 10=0.07%, 20=0.01%, 50=0.01%  
  23.  cpu          : usr=2.03%, sys=38.88%, ctx=841829, majf=0, minf=11  
  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,841571,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=4675MiB/s (4903MB/s), 4675MiB/s-4675MiB/s (4903MB/s-4903MB/s), io=822GiB (882GB), run=179999-179999msec  
  32.  
  33. Disk stats (read/write):  
  34.  nvme0n1: ios=13/6732544, merge=0/462, ticks=2/618645, in_queue=618707, util=100.00%
  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=4949MiB/s][r=4948 IOPS][eta 00m:00s]  
  44. plain: (groupid=0, jobs=1): err= 0: pid=36652: Mon Aug 21 13:46:12 2023  
  45.  read: IOPS=4993, BW=4994MiB/s (5236MB/s)(878GiB/179998msec)  
  46.    clat (usec): min=186, max=10585, avg=196.70, stdev=46.46  
  47.     lat (usec): min=187, max=10587, avg=197.82, stdev=46.46  
  48.    clat percentiles (usec):  
  49.     |  1.00th=[  192],  5.00th=[  192], 10.00th=[  194], 20.00th=[  194],  
  50.     | 30.00th=[  194], 40.00th=[  194], 50.00th=[  194], 60.00th=[  194],  
  51.     | 70.00th=[  196], 80.00th=[  196], 90.00th=[  198], 95.00th=[  200],  
  52.     | 99.00th=[  219], 99.50th=[  269], 99.90th=[  709], 99.95th=[ 1467],  
  53.     | 99.99th=[ 1598]  
  54.   bw (  MiB/s): min= 4508, max= 5064, per=100.00%, avg=4997.09, stdev=63.72, samples=359  
  55.   iops        : min= 4508, max= 5064, avg=4997.09, stdev=63.72, samples=359  
  56.  lat (usec)   : 250=99.42%, 500=0.37%, 750=0.12%, 1000=0.01%  
  57.  lat (msec)   : 2=0.07%, 4=0.01%, 10=0.01%, 20=0.01%  
  58.  cpu          : usr=0.36%, sys=46.63%, ctx=899300, majf=0, minf=266  
  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=898892,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=4994MiB/s (5236MB/s), 4994MiB/s-4994MiB/s (5236MB/s-5236MB/s), io=878GiB (943GB), run=179998-179998msec  
  67.  
  68. Disk stats (read/write):  
  69.  nvme0n1: ios=7187102/1973, merge=86/1264, ticks=563760/486, in_queue=564513, util=100.00%
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement