Displaying 3 results from an estimated 3 matches for "30mbits".
Did you mean:
30mbit
2003 Dec 01
0
No subject
about 30mbits/s (3750kBytes/s) from a Windows NT Workstation to the Samba
server, and, as strange as it may be, 25mbits/s (3175kBytes/s) from the
Samba server to the NT Workstation.
Using FTP, I get the same both ways (30mbits/s)... I don't know why my from
Samba to Windows speed is slower than the other di...
2002 Oct 21
9
help, a children can not borrow from a parent?
Hi ;
MY script:
tc-htb3 qdisc del dev eth2 root
ipchains -F
tc-htb3 qdisc add dev eth2 root handle 10: htb default 20 r2q 40
tc-htb3 class add dev eth2 parent 10: classid 10:1 htb rate 50Mbit burst
2000
tc-htb3 class add dev eth2 parent 10:1 classid 10:100 htb rate 12mbit ceil
50mbit prio 1
tc-htb3 class add dev eth2 parent 10:1 classid 10:20 htb rate 38mbit ceil
50Mbit prio 8
ipchains
2004 Mar 12
1
Sustainable transfer rate with Samba
We have a customer who requires us to use SAMBA to transfer large amount
of data with sustainable transfer rate of 30Mbits/s.
Both server and client is Linux machine. We already tried to set the
SENDBUF and RECVBUF to 64K and IPTOS_LOWDELAY but the best we could get
is about 5Mbits/s.
After reviewing the Ethereal trace, it is clear that the client only
request 4096 byte of data per read request throughout the test pe...