search for: 44gbit

Displaying 4 results from an estimated 4 matches for "44gbit".

Did you mean: 4gbit
2019 Jul 19
3
Samba async performance - bottleneck or bug?
.... I feel like those benchmark scores should be much closer given the above test. I've ruled out the network being an issue since a) they're hosted on the same host via a Linux bridge (which means it never leaves the box) and b)an iperf3 test with a single thread completed the benchmark at 44Gbit/s. I guess that leaves one question: where is the bottleneck here, and is there perhaps another method to speed up these small writes for the sake of experimentation? ??????? Original Message ??????? On Friday, July 19, 2019 2:00 PM, David Disseldorp <ddiss at samba.org> wrote: &gt...
2019 Jul 25
0
Samba async performance - bottleneck or bug?
...hose benchmark scores should be much closer given the above test. > > > I've ruled out the network being an issue since a) they're hosted on the same host via a Linux bridge (which means it never leaves the box) and b)an iperf3 test with a single thread completed the benchmark at 44Gbit/s. > > > I guess that leaves one question: where is the bottleneck here, and is there perhaps another method to speed up these small writes for the sake of experimentation? You're still using direct I/O with fio, which will likely disallow client side caching with oplocks/leases. I&...
2019 Aug 06
1
Samba async performance - bottleneck or bug?
...k scores should be much closer given the above test. > > > > > > I've ruled out the network being an issue since a) they're hosted on the same host via a Linux bridge (which means it never leaves the box) and b)an iperf3 test with a single thread completed the benchmark at 44Gbit/s. > > I guess that leaves one question: where is the bottleneck here, and is there perhaps another method to speed up these small writes for the sake of experimentation? > > You're still using direct I/O with fio, which will likely disallow > client side caching with oplocks/lea...
2019 Jul 18
2
Samba async performance - bottleneck or bug?
Hi, I have a ZFS dataset that has sync writes disabled (setting sync=disabled) which means that it will only do async writes, and sync requests get converted to async writes. The ZFS dataset is hosted on a single Samsung 840 Pro 512GB SATA SSD. I have this same dataset served as a Samba share, using Proxmox VE 6. Samba version 4.9.5-Debian (Buster), protocol SMB3_11. Kernel version 5.0.15. To