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
| $ fio --name=seqwrite --rw=write --bs=1M --size=5G --numjobs=2 --direct=1 --runtime=60 --group_reporting seqwrite: (g=0): rw=write, bs=(R) 1024KiB-1024KiB, (W) 1024KiB-1024KiB, (T) 1024KiB-1024KiB, ioengine=psync, iodepth=1 ... fio-3.41 Starting 2 processes seqwrite: Laying out IO file (1 file / 5120MiB) seqwrite: Laying out IO file (1 file / 5120MiB) Jobs: 2 (f=2): [W(2)][100.0%][w=112MiB/s][w=112 IOPS][eta 00m:00s] seqwrite: (groupid=0, jobs=2): err= 0: pid=70688: Sun Sep 7 22:37:47 2025 write: IOPS=111, BW=111MiB/s (117MB/s)(6685MiB/60016msec); 0 zone resets clat (usec): min=9606, max=74763, avg=17922.82, stdev=1446.89 lat (usec): min=9628, max=74791, avg=17951.49, stdev=1446.80 clat percentiles (usec): | 1.00th=[15008], 5.00th=[16319], 10.00th=[16909], 20.00th=[17433], | 30.00th=[17695], 40.00th=[17695], 50.00th=[17957], 60.00th=[17957], | 70.00th=[18220], 80.00th=[18482], 90.00th=[19006], 95.00th=[19268], | 99.00th=[21365], 99.50th=[22414], 99.90th=[32375], 99.95th=[40109], | 99.99th=[74974] bw (KiB/s): min=96062, max=116736, per=100.00%, avg=114150.20, stdev=1061.35, samples=238 iops : min= 92, max= 114, avg=110.77, stdev= 1.18, samples=238 lat (msec) : 10=0.03%, 20=97.43%, 50=2.53%, 100=0.01% cpu : usr=0.22%, sys=0.75%, ctx=6717, majf=0, minf=67 IO depths : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=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.0%, 64=0.0%, >=64=0.0% issued rwts: total=0,6685,0,0 short=0,0,0,0 dropped=0,0,0,0 latency : target=0, window=0, percentile=100.00%, depth=1
Run status group 0 (all jobs): WRITE: bw=111MiB/s (117MB/s), 111MiB/s-111MiB/s (117MB/s-117MB/s), io=6685MiB (7010MB), run=60016-60016mse
|