|
楼主 |
发表于 2024-12-18 11:49:00
|
显示全部楼层
sudo fio --allow_mounted_write=1 test.fio
read: (g=0): rw=read, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=32
write: (g=0): rw=write, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=32
randread: (g=0): rw=randread, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=32
randwrite: (g=0): rw=randwrite, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=32
read_write: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=32
fio-3.33
Starting 5 processes
Jobs: 5 (f=5): [R(1),W(1),r(1),w(1),m(1)][100.0%][r=74.8MiB/s,w=75.0MiB/s][r=19.1k,w=19.2k IOPS][eta 00m:00s]
read: (groupid=0, jobs=5): err= 0: pid=44986: Wed Dec 18 02:38:19 2024
read: IOPS=10.2k, BW=39.9MiB/s (41.9MB/s)(2397MiB/60013msec)
slat (usec): min=2, max=20268, avg=52.04, stdev=155.30
clat (usec): min=5, max=7137.8k, avg=9023.82, stdev=80032.58
lat (usec): min=172, max=7137.9k, avg=9075.86, stdev=80032.72
clat percentiles (usec):
| 1.00th=[ 437], 5.00th=[ 1156], 10.00th=[ 1663],
| 20.00th=[ 2278], 30.00th=[ 2868], 40.00th=[ 3490],
| 50.00th=[ 4015], 60.00th=[ 4359], 70.00th=[ 4621],
| 80.00th=[ 5014], 90.00th=[ 6783], 95.00th=[ 10421],
| 99.00th=[ 81265], 99.50th=[ 173016], 99.90th=[1115685],
| 99.95th=[1837106], 99.99th=[3305112]
bw ( KiB/s): min= 183, max=99296, per=99.50%, avg=40699.96, stdev=10316.88, samples=357
iops : min= 45, max=24823, avg=10174.43, stdev=2579.23, samples=357
write: IOPS=13.6k, BW=53.0MiB/s (55.6MB/s)(3182MiB/60007msec); 0 zone resets
slat (usec): min=2, max=248816, avg=35.91, stdev=527.66
clat (usec): min=8, max=1523.5k, avg=4899.17, stdev=14314.56
lat (usec): min=171, max=1523.5k, avg=4935.08, stdev=14356.05
clat percentiles (usec):
| 1.00th=[ 627], 5.00th=[ 1287], 10.00th=[ 1745], 20.00th=[ 2278],
| 30.00th=[ 2704], 40.00th=[ 3097], 50.00th=[ 3425], 60.00th=[ 3720],
| 70.00th=[ 4047], 80.00th=[ 4752], 90.00th=[ 7046], 95.00th=[ 9634],
| 99.00th=[ 27395], 99.50th=[ 56886], 99.90th=[227541], 99.95th=[367002],
| 99.99th=[501220]
bw ( KiB/s): min= 1911, max=97129, per=99.79%, avg=54182.47, stdev=9379.88, samples=357
iops : min= 477, max=24282, avg=13545.06, stdev=2344.98, samples=357
lat (usec) : 10=0.01%, 50=0.01%, 100=0.01%, 250=0.09%, 500=0.72%
lat (usec) : 750=1.27%, 1000=1.43%
lat (msec) : 2=11.07%, 4=45.90%, 10=34.60%, 20=2.95%, 50=1.02%
lat (msec) : 100=0.41%, 250=0.34%, 500=0.08%, 750=0.03%, 1000=0.02%
lat (msec) : 2000=0.03%, >=2000=0.02%
cpu : usr=3.95%, sys=10.41%, ctx=905729, majf=0, minf=129
IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.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.1%, 64=0.0%, >=64=0.0%
issued rwts: total=613677,814515,0,0 short=0,0,0,0 dropped=0,0,0,0
latency : target=0, window=0, percentile=100.00%, depth=32
Run status group 0 (all jobs):
READ: bw=39.9MiB/s (41.9MB/s), 39.9MiB/s-39.9MiB/s (41.9MB/s-41.9MB/s), io=2397MiB (2514MB), run=60013-60013msec
WRITE: bw=53.0MiB/s (55.6MB/s), 53.0MiB/s-53.0MiB/s (55.6MB/s-55.6MB/s), io=3182MiB (3336MB), run=60007-60007msec
Disk stats (read/write):
vdb: ios=515680/695826, merge=95788/116548, ticks=4626432/2781720, in_queue=7408918, util=74.54%
这是用fio测试的结果,这个算石头盘吗 |
|