num/s=12031 !!! no serverid_exists???
authorStefan Metzmacher <metze@samba.org>
Mon, 4 Jul 2022 12:21:46 +0000 (12:21 +0000)
committerStefan Metzmacher <metze@samba.org>
Wed, 17 Aug 2022 13:38:42 +0000 (15:38 +0200)
commitdaca8d8917fad7785bf97fb3300f84da718c1d4c
treeac6f636ba5e7d267ef313ff2964225e0c9a249c0
parent76861887998cf2b4130c3e2a7431471c2242476a
num/s=12031 !!! no serverid_exists???

The following test with 256 commections all looping with open/close
on the same inode (share root) is improved drastically:

  smbtorture //127.0.0.1/m -Uroot%test smb2.create.bench-path-contention-shared \
     --option='torture:bench_path=' \
     --option="torture:timelimit=60" \
     --option="torture:nprocs=256"

From some like this:

   open[num/s=10223,avslat=0.017922,minlat=0.000083,maxlat=0.106759]
   close[num/s=10223,avslat=0.017694,minlat=0.000040,maxlat=0.107345]

to:

   open[num/s=12033,avslat=0.010883,minlat=0.000070,maxlat=0.065944]
   close[num/s=12031,avslat=0.010573,minlat=0.000029,maxlat=0.065834]
source3/lib/dbwrap/dbwrap_watch.c