From f7566553fbdd0b623400e9f3792642a2ce399cb8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 24 Oct 2020 22:17:23 -0700 Subject: [PATCH] Updated FUSE Mount (markdown) --- FUSE-Mount.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/FUSE-Mount.md b/FUSE-Mount.md index e742355..fcbbac1 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -251,22 +251,22 @@ Run status group 0 (all jobs): sequential-write: (g=0): rw=read, bs=(R) 4096KiB-4096KiB, (W) 4096KiB-4096KiB, (T) 4096KiB-4096KiB, ioengine=psync, iodepth=1 fio-3.19-68-gf09a77 Starting 1 process -Jobs: 1 (f=1) -sequential-write: (groupid=0, jobs=1): err= 0: pid=36028: Wed Oct 21 11:44:47 2020 - read: IOPS=146, BW=587MiB/s (616MB/s)(1024MiB/1744msec) - clat (usec): min=502, max=97617, avg=6806.27, stdev=19290.63 - lat (usec): min=502, max=97617, avg=6806.59, stdev=19290.62 +Jobs: 1 (f=1): [R(1)][60.0%][r=475MiB/s][r=118 IOPS][eta 00m:02s] +sequential-write: (groupid=0, jobs=1): err= 0: pid=98532: Sat Oct 24 22:16:20 2020 + read: IOPS=89, BW=360MiB/s (377MB/s)(1024MiB/2845msec) + clat (usec): min=525, max=717102, avg=11108.30, stdev=50407.42 + lat (usec): min=525, max=717106, avg=11108.47, stdev=50407.60 clat percentiles (usec): - | 1.00th=[ 515], 5.00th=[ 545], 10.00th=[ 586], 20.00th=[ 693], - | 30.00th=[ 734], 40.00th=[ 775], 50.00th=[ 824], 60.00th=[ 865], - | 70.00th=[ 906], 80.00th=[ 971], 90.00th=[ 1205], 95.00th=[68682], - | 99.00th=[81265], 99.50th=[81265], 99.90th=[98042], 99.95th=[98042], - | 99.99th=[98042] - bw ( KiB/s): min=496731, max=628270, per=95.07%, avg=571608.33, stdev=67634.94, samples=3 - iops : min= 121, max= 153, avg=139.33, stdev=16.50, samples=3 - lat (usec) : 750=33.20%, 1000=48.05% - lat (msec) : 2=8.98%, 20=0.78%, 50=1.17%, 100=7.81% - cpu : usr=0.06%, sys=27.08%, ctx=92, majf=0, minf=1060 + | 1.00th=[ 529], 5.00th=[ 537], 10.00th=[ 537], 20.00th=[ 545], + | 30.00th=[ 553], 40.00th=[ 562], 50.00th=[ 578], 60.00th=[ 594], + | 70.00th=[ 611], 80.00th=[ 627], 90.00th=[ 32113], 95.00th=[ 78119], + | 99.00th=[114820], 99.50th=[124257], 99.90th=[717226], 99.95th=[717226], + | 99.99th=[717226] + bw ( KiB/s): min=56888, max=635165, per=100.00%, avg=430058.25, stdev=256091.25, samples=4 + iops : min= 13, max= 155, avg=104.50, stdev=62.81, samples=4 + lat (usec) : 750=89.45%, 1000=0.39% + lat (msec) : 50=0.39%, 100=8.59%, 250=0.78%, 750=0.39% + cpu : usr=0.04%, sys=16.03%, ctx=543, majf=0, minf=1060 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% @@ -274,7 +274,7 @@ sequential-write: (groupid=0, jobs=1): err= 0: pid=36028: Wed Oct 21 11:44:47 20 latency : target=0, window=0, percentile=100.00%, depth=1 Run status group 0 (all jobs): - READ: bw=587MiB/s (616MB/s), 587MiB/s-587MiB/s (616MB/s-616MB/s), io=1024MiB (1074MB), run=1744-1744msec + READ: bw=360MiB/s (377MB/s), 360MiB/s-360MiB/s (377MB/s-377MB/s), io=1024MiB (1074MB), run=2845-2845msec ``` ## Common Problems ##