-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fio #129
Comments
sudo fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=1024 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest Run status group 0 (all jobs): Disk stats (read/write): |
sudo fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=512 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest Run status group 0 (all jobs): Disk stats (read/write): |
sudo fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=2048 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest Run status group 0 (all jobs): Disk stats (read/write): |
sudo fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=4096 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest Run status group 0 (all jobs): Disk stats (read/write): |
sudo fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=8192 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest Run status group 0 (all jobs): Disk stats (read/write): |
sudo fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=16384 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest Run status group 0 (all jobs): Disk stats (read/write): |
bad fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=8192 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest Run status group 0 (all jobs): Disk stats (read/write): |
fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=512 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest
mytest: (g=0): rw=write, bs=(R) 512B-512B, (W) 512B-512B, (T) 512B-512B, ioengine=libaio, iodepth=100
fio-3.7
Starting 1 thread
mytest: Laying out IO file (1 file / 10240MiB)
Jobs: 1 (f=1): [W(1)][100.0%][r=0KiB/s,w=287KiB/s][r=0,w=575 IOPS][eta 00m:00s]
mytest: (groupid=0, jobs=1): err= 0: pid=107146: Tue Apr 23 06:47:18 2024
write: IOPS=527, BW=264KiB/s (270kB/s)(30.9MiB/120002msec)
slat (usec): min=422, max=20786, avg=1891.05, stdev=1311.53
clat (usec): min=599, max=439886, avg=187584.81, stdev=40509.57
lat (msec): min=2, max=442, avg=189.48, stdev=40.83
clat percentiles (msec):
| 1.00th=[ 123], 5.00th=[ 136], 10.00th=[ 144], 20.00th=[ 155],
| 30.00th=[ 165], 40.00th=[ 174], 50.00th=[ 182], 60.00th=[ 192],
| 70.00th=[ 201], 80.00th=[ 215], 90.00th=[ 236], 95.00th=[ 259],
| 99.00th=[ 334], 99.50th=[ 355], 99.90th=[ 380], 99.95th=[ 405],
| 99.99th=[ 430]
bw ( KiB/s): min= 123, max= 367, per=100.00%, avg=263.15, stdev=44.63, samples=240
iops : min= 246, max= 734, avg=526.31, stdev=89.25, samples=240
lat (usec) : 750=0.01%
lat (msec) : 4=0.01%, 10=0.01%, 20=0.01%, 50=0.03%, 100=0.06%
lat (msec) : 250=93.37%, 500=6.52%
cpu : usr=0.48%, sys=2.14%, ctx=126512, majf=0, minf=6
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=99.9%
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.1%
issued rwts: total=0,63266,0,0 short=0,0,0,0 dropped=0,0,0,0
latency : target=0, window=0, percentile=100.00%, depth=100
Run status group 0 (all jobs):
WRITE: bw=264KiB/s (270kB/s), 264KiB/s-264KiB/s (270kB/s-270kB/s), io=30.9MiB (32.4MB), run=120002-120002msec
Disk stats (read/write):
vdb: ios=581/126787, merge=0/11, ticks=1909/117594, in_queue=119465, util=97.49%
fio -filename=./10G.data -iodepth 100 -thread -rw=write -ioengine=libaio --direct=1 -sync=1 -bs=1024 -size=10G -numjobs=1 -runtime=120 -group_reporting -name=mytest
mytest: (g=0): rw=write, bs=(R) 1024B-1024B, (W) 1024B-1024B, (T) 1024B-1024B, ioengine=libaio, iodepth=100
fio-3.7
Starting 1 thread
Jobs: 1 (f=1): [W(1)][100.0%][r=0KiB/s,w=559KiB/s][r=0,w=559 IOPS][eta 00m:00s]
mytest: (groupid=0, jobs=1): err= 0: pid=107149: Tue Apr 23 06:49:58 2024
write: IOPS=553, BW=554KiB/s (567kB/s)(64.9MiB/120002msec)
slat (usec): min=366, max=33698, avg=1800.30, stdev=1254.34
clat (usec): min=819, max=561740, avg=178611.69, stdev=50078.99
lat (msec): min=2, max=569, avg=180.41, stdev=50.51
clat percentiles (msec):
| 1.00th=[ 120], 5.00th=[ 132], 10.00th=[ 138], 20.00th=[ 146],
| 30.00th=[ 155], 40.00th=[ 163], 50.00th=[ 169], 60.00th=[ 178],
| 70.00th=[ 186], 80.00th=[ 199], 90.00th=[ 218], 95.00th=[ 251],
| 99.00th=[ 422], 99.50th=[ 472], 99.90th=[ 514], 99.95th=[ 527],
| 99.99th=[ 550]
bw ( KiB/s): min= 186, max= 724, per=100.00%, avg=552.98, stdev=106.84, samples=240
iops : min= 186, max= 724, avg=552.98, stdev=106.84, samples=240
lat (usec) : 1000=0.01%
lat (msec) : 4=0.01%, 10=0.01%, 20=0.01%, 50=0.03%, 100=0.03%
lat (msec) : 250=94.87%, 500=4.87%, 750=0.17%
cpu : usr=0.44%, sys=2.29%, ctx=132877, majf=0, minf=7
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=99.9%
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.1%
issued rwts: total=0,66462,0,0 short=0,0,0,0 dropped=0,0,0,0
latency : target=0, window=0, percentile=100.00%, depth=100
Run status group 0 (all jobs):
WRITE: bw=554KiB/s (567kB/s), 554KiB/s-554KiB/s (567kB/s-567kB/s), io=64.9MiB (68.1MB), run=120002-120002msec
The text was updated successfully, but these errors were encountered: