mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FIO benchmark (markdown)
parent
b861e58031
commit
cc6a289b52
198
FIO-benchmark.md
198
FIO-benchmark.md
|
@ -22,23 +22,22 @@ $ fio --randrepeat=1 --name=test --filename=fiotest --bs=4k --iodepth=1 --readwr
|
|||
test: (g=0): rw=randread, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=psync, iodepth=1
|
||||
fio-3.28
|
||||
Starting 1 process
|
||||
Jobs: 1 (f=1): [r(1)][100.0%][r=5972KiB/s][r=1493 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=17278: Tue Dec 28 13:07:47 2021
|
||||
read: IOPS=1376, BW=5504KiB/s (5636kB/s)(10.0GiB/1905070msec)
|
||||
clat (nsec): min=0, max=67454k, avg=724310.61, stdev=74651.05
|
||||
lat (nsec): min=0, max=67454k, avg=724502.93, stdev=74659.30
|
||||
Jobs: 1 (f=1): [r(1)][100.0%][r=13.2MiB/s][r=3373 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=9828: Sun Apr 16 22:34:33 2023
|
||||
read: IOPS=3007, BW=11.7MiB/s (12.3MB/s)(10.0GiB/871667msec)
|
||||
clat (usec): min=52, max=15787, avg=328.89, stdev=117.07
|
||||
lat (usec): min=53, max=15788, avg=329.22, stdev=117.09
|
||||
clat percentiles (usec):
|
||||
| 1.00th=[ 660], 5.00th=[ 676], 10.00th=[ 685], 20.00th=[ 701],
|
||||
| 30.00th=[ 701], 40.00th=[ 709], 50.00th=[ 717], 60.00th=[ 725],
|
||||
| 70.00th=[ 734], 80.00th=[ 742], 90.00th=[ 758], 95.00th=[ 775],
|
||||
| 99.00th=[ 889], 99.50th=[ 1139], 99.90th=[ 1483], 99.95th=[ 1663],
|
||||
| 99.99th=[ 2278]
|
||||
bw ( KiB/s): min= 4968, max= 6128, per=100.00%, avg=5508.64, stdev=50.73, samples=3793
|
||||
iops : min= 1242, max= 1532, avg=1376.89, stdev=12.68, samples=3793
|
||||
lat (nsec) : 2=0.01%
|
||||
lat (usec) : 100=0.01%, 750=87.03%, 1000=12.30%
|
||||
lat (msec) : 2=0.64%, 4=0.03%, 10=0.01%, 100=0.01%
|
||||
cpu : usr=0.48%, sys=1.20%, ctx=2631575, majf=5, minf=29
|
||||
| 1.00th=[ 258], 5.00th=[ 265], 10.00th=[ 269], 20.00th=[ 277],
|
||||
| 30.00th=[ 281], 40.00th=[ 285], 50.00th=[ 293], 60.00th=[ 302],
|
||||
| 70.00th=[ 314], 80.00th=[ 343], 90.00th=[ 437], 95.00th=[ 586],
|
||||
| 99.00th=[ 693], 99.50th=[ 750], 99.90th=[ 1139], 99.95th=[ 1467],
|
||||
| 99.99th=[ 3097]
|
||||
bw ( KiB/s): min= 7057, max=13892, per=100.00%, avg=12041.13, stdev=956.93, samples=1736
|
||||
iops : min= 1764, max= 3473, avg=3010.03, stdev=239.26, samples=1736
|
||||
lat (usec) : 100=0.07%, 250=0.11%, 500=91.31%, 750=8.01%, 1000=0.37%
|
||||
lat (msec) : 2=0.11%, 4=0.02%, 10=0.01%, 20=0.01%
|
||||
cpu : usr=1.62%, sys=9.58%, ctx=2704498, majf=0, minf=31
|
||||
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%
|
||||
|
@ -46,30 +45,28 @@ test: (groupid=0, jobs=1): err= 0: pid=17278: Tue Dec 28 13:07:47 2021
|
|||
latency : target=0, window=0, percentile=100.00%, depth=1
|
||||
|
||||
Run status group 0 (all jobs):
|
||||
READ: bw=5504KiB/s (5636kB/s), 5504KiB/s-5504KiB/s (5636kB/s-5636kB/s), io=10.0GiB (10.7GB), run=1905070-1905070msec
|
||||
|
||||
|
||||
READ: bw=11.7MiB/s (12.3MB/s), 11.7MiB/s-11.7MiB/s (12.3MB/s-12.3MB/s), io=10.0GiB (10.7GB), run=871667-871667msec
|
||||
|
||||
$ fio --randrepeat=1 --name=test --filename=fiotest --bs=128k --iodepth=1 --readwrite=randread --size=10G -direct=1
|
||||
test: (g=0): rw=randread, bs=(R) 128KiB-128KiB, (W) 128KiB-128KiB, (T) 128KiB-128KiB, ioengine=psync, iodepth=1
|
||||
fio-3.28
|
||||
Starting 1 process
|
||||
Jobs: 1 (f=1): [r(1)][98.7%][r=139MiB/s][r=1110 IOPS][eta 00m:01s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=21569: Tue Dec 28 16:59:29 2021
|
||||
read: IOPS=1079, BW=135MiB/s (141MB/s)(10.0GiB/75889msec)
|
||||
clat (usec): min=790, max=6740, avg=923.86, stdev=111.89
|
||||
lat (usec): min=790, max=6741, avg=924.06, stdev=111.91
|
||||
Jobs: 1 (f=1): [r(1)][100.0%][r=283MiB/s][r=2260 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=45279: Sun Apr 16 22:42:53 2023
|
||||
read: IOPS=2420, BW=303MiB/s (317MB/s)(10.0GiB/33840msec)
|
||||
clat (usec): min=93, max=6284, avg=409.46, stdev=84.31
|
||||
lat (usec): min=93, max=6285, avg=409.75, stdev=84.33
|
||||
clat percentiles (usec):
|
||||
| 1.00th=[ 832], 5.00th=[ 848], 10.00th=[ 857], 20.00th=[ 873],
|
||||
| 30.00th=[ 881], 40.00th=[ 889], 50.00th=[ 898], 60.00th=[ 906],
|
||||
| 70.00th=[ 922], 80.00th=[ 947], 90.00th=[ 1004], 95.00th=[ 1074],
|
||||
| 99.00th=[ 1401], 99.50th=[ 1565], 99.90th=[ 2311], 99.95th=[ 2474],
|
||||
| 99.99th=[ 2868]
|
||||
bw ( KiB/s): min=115785, max=144000, per=100.00%, avg=138291.78, stdev=4500.30, samples=151
|
||||
iops : min= 904, max= 1125, avg=1080.05, stdev=35.17, samples=151
|
||||
lat (usec) : 1000=89.92%
|
||||
lat (msec) : 2=9.94%, 4=0.14%, 10=0.01%
|
||||
cpu : usr=0.39%, sys=10.24%, ctx=82736, majf=0, minf=61
|
||||
| 1.00th=[ 347], 5.00th=[ 359], 10.00th=[ 367], 20.00th=[ 379],
|
||||
| 30.00th=[ 383], 40.00th=[ 388], 50.00th=[ 396], 60.00th=[ 400],
|
||||
| 70.00th=[ 412], 80.00th=[ 429], 90.00th=[ 465], 95.00th=[ 502],
|
||||
| 99.00th=[ 619], 99.50th=[ 701], 99.90th=[ 1516], 99.95th=[ 1647],
|
||||
| 99.99th=[ 2573]
|
||||
bw ( KiB/s): min=268518, max=334080, per=100.00%, avg=310269.63, stdev=15104.91, samples=67
|
||||
iops : min= 2097, max= 2610, avg=2423.64, stdev=118.06, samples=67
|
||||
lat (usec) : 100=0.02%, 250=0.27%, 500=94.61%, 750=4.69%, 1000=0.16%
|
||||
lat (msec) : 2=0.24%, 4=0.01%, 10=0.01%
|
||||
cpu : usr=1.28%, sys=10.74%, ctx=83219, majf=5, minf=56
|
||||
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%
|
||||
|
@ -77,7 +74,7 @@ test: (groupid=0, jobs=1): err= 0: pid=21569: Tue Dec 28 16:59:29 2021
|
|||
latency : target=0, window=0, percentile=100.00%, depth=1
|
||||
|
||||
Run status group 0 (all jobs):
|
||||
READ: bw=135MiB/s (141MB/s), 135MiB/s-135MiB/s (141MB/s-141MB/s), io=10.0GiB (10.7GB), run=75889-75889msec
|
||||
READ: bw=303MiB/s (317MB/s), 303MiB/s-303MiB/s (317MB/s-317MB/s), io=10.0GiB (10.7GB), run=33840-33840msec
|
||||
|
||||
|
||||
|
||||
|
@ -85,21 +82,21 @@ $ fio --randrepeat=1 --name=test --filename=fiotest --bs=2m --iodepth=1 --readwr
|
|||
test: (g=0): rw=randread, bs=(R) 2048KiB-2048KiB, (W) 2048KiB-2048KiB, (T) 2048KiB-2048KiB, ioengine=psync, iodepth=1
|
||||
fio-3.28
|
||||
Starting 1 process
|
||||
Jobs: 1 (f=1): [r(1)][100.0%][r=695MiB/s][r=347 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=21575: Tue Dec 28 17:00:10 2021
|
||||
read: IOPS=336, BW=672MiB/s (705MB/s)(10.0GiB/15227msec)
|
||||
clat (usec): min=2630, max=6284, avg=2968.73, stdev=282.67
|
||||
lat (usec): min=2630, max=6285, avg=2969.09, stdev=282.68
|
||||
Jobs: 1 (f=1): [r(1)][100.0%][r=528MiB/s][r=264 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=47911: Sun Apr 16 22:44:13 2023
|
||||
read: IOPS=261, BW=522MiB/s (547MB/s)(10.0GiB/19614msec)
|
||||
clat (usec): min=2216, max=19256, avg=3823.48, stdev=698.64
|
||||
lat (usec): min=2216, max=19257, avg=3823.90, stdev=698.67
|
||||
clat percentiles (usec):
|
||||
| 1.00th=[ 2704], 5.00th=[ 2737], 10.00th=[ 2737], 20.00th=[ 2769],
|
||||
| 30.00th=[ 2802], 40.00th=[ 2802], 50.00th=[ 2868], 60.00th=[ 2933],
|
||||
| 70.00th=[ 2999], 80.00th=[ 3163], 90.00th=[ 3359], 95.00th=[ 3523],
|
||||
| 99.00th=[ 3949], 99.50th=[ 4113], 99.90th=[ 4555], 99.95th=[ 4883],
|
||||
| 99.99th=[ 6259]
|
||||
bw ( KiB/s): min=639236, max=716596, per=100.00%, avg=689137.23, stdev=20736.67, samples=30
|
||||
iops : min= 312, max= 349, avg=335.97, stdev=10.04, samples=30
|
||||
lat (msec) : 4=99.22%, 10=0.78%
|
||||
cpu : usr=0.19%, sys=11.65%, ctx=5382, majf=0, minf=540
|
||||
| 1.00th=[ 2474], 5.00th=[ 3458], 10.00th=[ 3490], 20.00th=[ 3556],
|
||||
| 30.00th=[ 3621], 40.00th=[ 3654], 50.00th=[ 3720], 60.00th=[ 3785],
|
||||
| 70.00th=[ 3851], 80.00th=[ 4015], 90.00th=[ 4293], 95.00th=[ 4555],
|
||||
| 99.00th=[ 5473], 99.50th=[ 7570], 99.90th=[13173], 99.95th=[15664],
|
||||
| 99.99th=[19268]
|
||||
bw ( KiB/s): min=333868, max=585728, per=99.76%, avg=533330.84, stdev=41527.52, samples=38
|
||||
iops : min= 163, max= 286, avg=259.92, stdev=20.19, samples=38
|
||||
lat (msec) : 4=80.10%, 10=19.65%, 20=0.25%
|
||||
cpu : usr=0.23%, sys=37.77%, ctx=82174, majf=0, minf=541
|
||||
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%
|
||||
|
@ -107,7 +104,7 @@ test: (groupid=0, jobs=1): err= 0: pid=21575: Tue Dec 28 17:00:10 2021
|
|||
latency : target=0, window=0, percentile=100.00%, depth=1
|
||||
|
||||
Run status group 0 (all jobs):
|
||||
READ: bw=672MiB/s (705MB/s), 672MiB/s-672MiB/s (705MB/s-705MB/s), io=10.0GiB (10.7GB), run=15227-15227msec
|
||||
READ: bw=522MiB/s (547MB/s), 522MiB/s-522MiB/s (547MB/s-547MB/s), io=10.0GiB (10.7GB), run=19614-19614msec
|
||||
|
||||
|
||||
|
||||
|
@ -127,24 +124,24 @@ $ fio --randrepeat=1 --name=test --filename=fiotest --bs=4k --iodepth=1 --readwr
|
|||
test: (g=0): rw=read, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=psync, iodepth=1
|
||||
fio-3.28
|
||||
Starting 1 process
|
||||
Jobs: 1 (f=1): [R(1)][100.0%][r=528MiB/s][r=135k IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=22103: Tue Dec 28 17:37:14 2021
|
||||
read: IOPS=136k, BW=533MiB/s (559MB/s)(10.0GiB/19218msec)
|
||||
clat (nsec): min=1000, max=84895k, avg=6930.47, stdev=623830.02
|
||||
lat (nsec): min=1000, max=84895k, avg=7003.33, stdev=623829.90
|
||||
Jobs: 1 (f=1): [R(1)][100.0%][r=512MiB/s][r=131k IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=50525: Sun Apr 16 22:45:47 2023
|
||||
read: IOPS=137k, BW=534MiB/s (560MB/s)(10.0GiB/19185msec)
|
||||
clat (nsec): min=1000, max=24558k, avg=6732.85, stdev=140559.71
|
||||
lat (nsec): min=1000, max=24558k, avg=6840.28, stdev=140559.60
|
||||
clat percentiles (nsec):
|
||||
| 1.00th=[ 1004], 5.00th=[ 1004], 10.00th=[ 1004], 20.00th=[ 1004],
|
||||
| 30.00th=[ 1004], 40.00th=[ 1004], 50.00th=[ 1004], 60.00th=[ 1004],
|
||||
| 70.00th=[ 1004], 80.00th=[ 2008], 90.00th=[ 2008], 95.00th=[ 2008],
|
||||
| 99.00th=[ 2008], 99.50th=[ 2008], 99.90th=[ 2992], 99.95th=[ 4016],
|
||||
| 99.99th=[20096]
|
||||
bw ( KiB/s): min=480223, max=589824, per=99.73%, avg=544153.29, stdev=43836.80, samples=38
|
||||
iops : min=120055, max=147456, avg=136038.05, stdev=10959.17, samples=38
|
||||
lat (usec) : 2=71.64%, 4=28.30%, 10=0.04%, 20=0.01%, 50=0.01%
|
||||
lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%
|
||||
lat (msec) : 2=0.01%, 4=0.01%, 10=0.01%, 20=0.01%, 50=0.01%
|
||||
lat (msec) : 100=0.01%
|
||||
cpu : usr=10.32%, sys=23.22%, ctx=5346, majf=0, minf=36
|
||||
| 1.00th=[ 1004], 5.00th=[ 1004], 10.00th=[ 1004],
|
||||
| 20.00th=[ 2008], 30.00th=[ 2008], 40.00th=[ 2008],
|
||||
| 50.00th=[ 2008], 60.00th=[ 2008], 70.00th=[ 2008],
|
||||
| 80.00th=[ 2008], 90.00th=[ 2008], 95.00th=[ 2008],
|
||||
| 99.00th=[ 4016], 99.50th=[ 5024], 99.90th=[3227648],
|
||||
| 99.95th=[3457024], 99.99th=[4685824]
|
||||
bw ( KiB/s): min=488126, max=583984, per=100.00%, avg=547183.82, stdev=29735.81, samples=38
|
||||
iops : min=122031, max=145996, avg=136795.61, stdev=7433.90, samples=38
|
||||
lat (usec) : 2=16.40%, 4=82.37%, 10=1.06%, 20=0.02%, 50=0.01%
|
||||
lat (usec) : 100=0.01%, 250=0.01%, 500=0.01%, 750=0.01%, 1000=0.01%
|
||||
lat (msec) : 2=0.01%, 4=0.10%, 10=0.03%, 20=0.01%, 50=0.01%
|
||||
cpu : usr=15.31%, sys=51.13%, ctx=87265, majf=0, minf=34
|
||||
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%
|
||||
|
@ -152,7 +149,7 @@ test: (groupid=0, jobs=1): err= 0: pid=22103: Tue Dec 28 17:37:14 2021
|
|||
latency : target=0, window=0, percentile=100.00%, depth=1
|
||||
|
||||
Run status group 0 (all jobs):
|
||||
READ: bw=533MiB/s (559MB/s), 533MiB/s-533MiB/s (559MB/s-559MB/s), io=10.0GiB (10.7GB), run=19218-19218msec
|
||||
READ: bw=534MiB/s (560MB/s), 534MiB/s-534MiB/s (560MB/s-560MB/s), io=10.0GiB (10.7GB), run=19185-19185msec
|
||||
|
||||
|
||||
|
||||
|
@ -160,22 +157,23 @@ $ fio --randrepeat=1 --name=test --filename=fiotest --bs=128k --iodepth=1 --read
|
|||
test: (g=0): rw=read, bs=(R) 128KiB-128KiB, (W) 128KiB-128KiB, (T) 128KiB-128KiB, ioengine=psync, iodepth=1
|
||||
fio-3.28
|
||||
Starting 1 process
|
||||
Jobs: 1 (f=1): [R(1)][100.0%][r=577MiB/s][r=4612 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=22116: Tue Dec 28 17:38:38 2021
|
||||
read: IOPS=4981, BW=623MiB/s (653MB/s)(10.0GiB/16444msec)
|
||||
clat (usec): min=10, max=87052, avg=200.10, stdev=3617.56
|
||||
lat (usec): min=10, max=87053, avg=200.19, stdev=3617.56
|
||||
Jobs: 1 (f=1): [R(1)][100.0%][r=746MiB/s][r=5970 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=53095: Sun Apr 16 22:47:16 2023
|
||||
read: IOPS=5920, BW=740MiB/s (776MB/s)(10.0GiB/13837msec)
|
||||
clat (usec): min=12, max=19573, avg=167.78, stdev=732.31
|
||||
lat (usec): min=12, max=19573, avg=167.92, stdev=732.30
|
||||
clat percentiles (usec):
|
||||
| 1.00th=[ 13], 5.00th=[ 13], 10.00th=[ 15], 20.00th=[ 15],
|
||||
| 30.00th=[ 15], 40.00th=[ 15], 50.00th=[ 15], 60.00th=[ 16],
|
||||
| 70.00th=[ 16], 80.00th=[ 16], 90.00th=[ 17], 95.00th=[ 18],
|
||||
| 99.00th=[ 23], 99.50th=[ 32], 99.90th=[71828], 99.95th=[72877],
|
||||
| 99.99th=[74974]
|
||||
bw ( KiB/s): min=499712, max=688128, per=99.92%, avg=637150.06, stdev=52011.77, samples=32
|
||||
iops : min= 3904, max= 5376, avg=4977.28, stdev=406.32, samples=32
|
||||
lat (usec) : 20=97.76%, 50=1.95%, 100=0.02%, 500=0.01%, 1000=0.01%
|
||||
lat (msec) : 2=0.01%, 10=0.01%, 20=0.01%, 50=0.01%, 100=0.26%
|
||||
cpu : usr=0.49%, sys=19.73%, ctx=5238, majf=0, minf=65
|
||||
| 1.00th=[ 15], 5.00th=[ 17], 10.00th=[ 18], 20.00th=[ 19],
|
||||
| 30.00th=[ 19], 40.00th=[ 20], 50.00th=[ 21], 60.00th=[ 22],
|
||||
| 70.00th=[ 22], 80.00th=[ 23], 90.00th=[ 26], 95.00th=[ 34],
|
||||
| 99.00th=[ 3556], 99.50th=[ 3884], 99.90th=[ 5407], 99.95th=[ 6194],
|
||||
| 99.99th=[13566]
|
||||
bw ( KiB/s): min=670984, max=804864, per=100.00%, avg=757783.63, stdev=29219.46, samples=27
|
||||
iops : min= 5242, max= 6288, avg=5919.85, stdev=228.22, samples=27
|
||||
lat (usec) : 20=43.81%, 50=51.70%, 100=0.25%, 250=0.07%, 500=0.01%
|
||||
lat (usec) : 750=0.01%, 1000=0.01%
|
||||
lat (msec) : 2=0.01%, 4=3.75%, 10=0.41%, 20=0.02%
|
||||
cpu : usr=1.08%, sys=55.90%, ctx=82171, majf=0, minf=64
|
||||
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%
|
||||
|
@ -183,7 +181,7 @@ test: (groupid=0, jobs=1): err= 0: pid=22116: Tue Dec 28 17:38:38 2021
|
|||
latency : target=0, window=0, percentile=100.00%, depth=1
|
||||
|
||||
Run status group 0 (all jobs):
|
||||
READ: bw=623MiB/s (653MB/s), 623MiB/s-623MiB/s (653MB/s-653MB/s), io=10.0GiB (10.7GB), run=16444-16444msec
|
||||
READ: bw=740MiB/s (776MB/s), 740MiB/s-740MiB/s (776MB/s-776MB/s), io=10.0GiB (10.7GB), run=13837-13837msec
|
||||
|
||||
|
||||
|
||||
|
@ -193,22 +191,22 @@ $ fio --randrepeat=1 --name=test --filename=fiotest --bs=2m --iodepth=1 --readwr
|
|||
test: (g=0): rw=read, bs=(R) 2048KiB-2048KiB, (W) 2048KiB-2048KiB, (T) 2048KiB-2048KiB, ioengine=psync, iodepth=1
|
||||
fio-3.28
|
||||
Starting 1 process
|
||||
Jobs: 1 (f=1): [R(1)][100.0%][r=622MiB/s][r=311 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=22125: Tue Dec 28 17:39:37 2021
|
||||
read: IOPS=315, BW=631MiB/s (662MB/s)(10.0GiB/16225msec)
|
||||
clat (usec): min=180, max=82363, avg=3166.23, stdev=14070.94
|
||||
lat (usec): min=180, max=82363, avg=3166.34, stdev=14070.93
|
||||
Jobs: 1 (f=1): [R(1)][100.0%][r=742MiB/s][r=371 IOPS][eta 00m:00s]
|
||||
test: (groupid=0, jobs=1): err= 0: pid=54427: Sun Apr 16 22:48:05 2023
|
||||
read: IOPS=358, BW=716MiB/s (751MB/s)(10.0GiB/14296msec)
|
||||
clat (usec): min=212, max=22137, avg=2786.25, stdev=2629.95
|
||||
lat (usec): min=212, max=22137, avg=2786.62, stdev=2629.78
|
||||
clat percentiles (usec):
|
||||
| 1.00th=[ 198], 5.00th=[ 208], 10.00th=[ 212], 20.00th=[ 215],
|
||||
| 30.00th=[ 215], 40.00th=[ 217], 50.00th=[ 219], 60.00th=[ 221],
|
||||
| 70.00th=[ 225], 80.00th=[ 231], 90.00th=[ 258], 95.00th=[ 322],
|
||||
| 99.00th=[71828], 99.50th=[72877], 99.90th=[76022], 99.95th=[77071],
|
||||
| 99.99th=[82314]
|
||||
bw ( KiB/s): min=498714, max=688128, per=99.91%, avg=645721.09, stdev=51854.13, samples=32
|
||||
iops : min= 243, max= 336, avg=314.91, stdev=25.39, samples=32
|
||||
lat (usec) : 250=89.30%, 500=6.45%
|
||||
lat (msec) : 10=0.02%, 20=0.06%, 50=0.04%, 100=4.14%
|
||||
cpu : usr=0.06%, sys=19.83%, ctx=5140, majf=0, minf=544
|
||||
| 1.00th=[ 229], 5.00th=[ 285], 10.00th=[ 302], 20.00th=[ 310],
|
||||
| 30.00th=[ 326], 40.00th=[ 351], 50.00th=[ 4047], 60.00th=[ 4686],
|
||||
| 70.00th=[ 4817], 80.00th=[ 4948], 90.00th=[ 5735], 95.00th=[ 6259],
|
||||
| 99.00th=[ 7570], 99.50th=[ 8979], 99.90th=[19268], 99.95th=[20317],
|
||||
| 99.99th=[22152]
|
||||
bw ( KiB/s): min=643308, max=789884, per=100.00%, avg=733764.32, stdev=41416.68, samples=28
|
||||
iops : min= 314, max= 385, avg=357.79, stdev=20.15, samples=28
|
||||
lat (usec) : 250=2.81%, 500=46.31%, 750=0.68%, 1000=0.10%
|
||||
lat (msec) : 2=0.06%, 4=0.02%, 10=49.63%, 20=0.33%, 50=0.06%
|
||||
cpu : usr=0.27%, sys=56.58%, ctx=82517, majf=0, minf=544
|
||||
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%
|
||||
|
@ -216,7 +214,7 @@ test: (groupid=0, jobs=1): err= 0: pid=22125: Tue Dec 28 17:39:37 2021
|
|||
latency : target=0, window=0, percentile=100.00%, depth=1
|
||||
|
||||
Run status group 0 (all jobs):
|
||||
READ: bw=631MiB/s (662MB/s), 631MiB/s-631MiB/s (662MB/s-662MB/s), io=10.0GiB (10.7GB), run=16225-16225msec
|
||||
READ: bw=716MiB/s (751MB/s), 716MiB/s-716MiB/s (751MB/s-751MB/s), io=10.0GiB (10.7GB), run=14296-14296msec
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue