[ol][root@mx ~]# fio --name=test --ioengine=sync --iodepth=1 --rw=randwrite --bs=4k --size=1G --numjobs=1 --time_based --runtime=5m --ramp_time=5stest: (g=0): rw=randwrite, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=sync, iodepth=1fio-3.7Starting 1 processtest: Laying out IO file (1 file / 1024MiB)Jobs: 1 (f=1): [w(1)][100.0%][r=0KiB/s,w=0KiB/s][r=0,w=0 IOPS][eta 00m:00s]test: (groupid=0, jobs=1): err= 0: pid=16827: Sun Nov 26 20:46:08 2023 write: IOPS=6049, BW=23.6MiB/s (24.8MB/s)(7147MiB/302453msec) clat (nsec): min=1132, max=6140.2M, avg=77681.52, stdev=17430450.17 lat (nsec): min=1353, max=6140.2M, avg=77915.79, stdev=17430452.22 clat percentiles (nsec): | 1.00th=[ 1432], 5.00th=[ 1496], 10.00th=[ 1528], | 20.00th=[ 1608], 30.00th=[ 1656], 40.00th=[ 1704], | 50.00th=[ 1752], 60.00th=[ 1816], 70.00th=[ 1912], | 80.00th=[ 2040], 90.00th=[ 2320], 95.00th=[ 2896], | 99.00th=[ 5280], 99.50th=[ 7776], 99.90th=[ 6848512], | 99.95th=[ 8290304], 99.99th=[12255232] bw ( KiB/s): min= 8, max=1185496, per=100.00%, avg=160820.30, stdev=262275.47, samples=91 iops : min= 2, max=296374, avg=40205.07, stdev=65568.87, samples=91 lat (usec) : 2=77.52%, 4=20.57%, 10=1.54%, 20=0.20%, 50=0.01% lat (usec) : 100=0.01%, 250=0.01% lat (msec) : 10=0.15%, 20=0.01%, 50=0.01%, 100=0.01%, 250=0.01% lat (msec) : 500=0.01%, 750=0.01% cpu : usr=0.40%, sys=2.15%, ctx=16015, majf=0, minf=7 IO depths : 1=112.8%, 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,1829606,0,0 short=0,0,0,0 dropped=0,0,0,0 latency : target=0, window=0, percentile=100.00%, depth=1Run status group 0 (all jobs): WRITE: bw=23.6MiB/s (24.8MB/s), 23.6MiB/s-23.6MiB/s (24.8MB/s-24.8MB/s), io=7147MiB (7494MB), run=302453-302453msecDisk stats (read/write): vda: ios=0/218884, merge=0/7891, ticks=0/73502849, in_queue=73502849, util=99.53%[/ol]复制代码 |