search for: linespeed

Displaying 4 results from an estimated 4 matches for "linespeed".

2018 Apr 30
1
Slow Speed
...y = yes Test with scp: 10.0.0.20->10.0.0.12 7.8MegaByte/s (good enough) 10.0.0.20->10.0.0.27 700kByte (slow) 10.0.0.12-> 10.0.0.20 26MegaByte 10.0.0.12 -> 10.0.0.27 700kByte (slow, should be 10mBit) 10.0.0.27 -> 10.0.0.20 700kByte (slow) 10.0.0.27 -> 10.0.0.12 1MegaByte/s (Linespeed 10mBit->fine) There a much more nodes (with the same master 10.0.0.12) and the same speed-problemes on different sites (with 1-2 old openwrt-routers with very old tinc-versions). I think the problem is mtu related. How can I improve the speed? The cpu-speed on the computers should by high...
2010 Jan 20
2
SMB/CIFS seq. transfers top out at 30MiB/s (NFSv4 and HTTP: 100MiB/s+)
...ch other via a switched GBit ethernet network, the actual available bandwidth between the server and the nodes over TCP amounts to about 940-980MBit (according to iperf). The server's storage backend is aquite potent, and achieves sequential read and write speeds well over the network's linespeed (somewhere around 180MiB/s read and 130MiB/s write at worst and well over 200MiB/s and 160MiB/s, resp., at best). When serving files from the very same filesystem as with Samba, Apache 2.2 delivers about 110MiB/s on average, and NFSv4-transfers match that number in terms of speed. With Samba a...
2007 Sep 28
0
samba-3.0.24 on openbsd: low throughput
...write raw = yes oplocks = yes max xmit = 65535 dead time = 15 getwd cache = yes ... socket options = IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192 without the SO_* options set as above, the throughput is much worse, with less than 1 MBps coming through. can pull pretty much full linespeed (12 MBps =~ 100 Mbps) using scp from this same server, so it's not likely errors on the interface. just to be clear # netstat -i Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Colls lo0 33192 <Link> 0 0 0 0...
2017 Jan 20
0
Samba multi channel route configuration on same subnet
...indows 10 with 2 interfaces my server running Gentoo with Samba 4.5.4 with 2 interfaces (all connected to the same network) workstation has IPs 192.168.2.114, 192.168.2.115 server has 192.168.2.16(enp2s0f0),192.168.2.17(enp2s0f1) i'm connecting to .16 using my workstation and i can send at 2x linespeed devided to both .16 and .17 as expected. But when i'm receiving Samba sends over .16 and only over .16 to both .114 and .115 at half line speed. It's because .16 has the default route. Adding single target routes to the two workstation IPs via different interfaces works, but i expected S...