All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Why does scp stall on low bandwidth connections?
@ 2007-06-20  7:37 Marc
  2007-06-24 23:26 ` Andy Furniss
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Marc @ 2007-06-20  7:37 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 1981 bytes --]

Hi,

I am new to tc and have been reading quite a bit on how to set it up etc.
Everything seems to be working fine, until I started scp-ing a large file
over a low bandwidth connection as part of my testing process.

Here is the setup:
my pc --- bridge running tc/htb --- rest of network

TC is filtering traffic from "my pc" and classifies it as 120kbit (see my
script below). I then scp a 5MB file from a server in "rest of network" to
"my pc". Everything seems to work fine and copies at a speed of around
12KB/s, which is what I would expect from a 120kbit connection. At some
stage scp stalls and eventually disconnects or I get bored and press
<Ctrl>+C. The stage at which it stalls is different every time. First it was
at 76% of the copy progress, then at 32% of the copy progress.

For my testing purposes, there is no other traffic flowing through either
this class or any other class. My expectation was that it would copy the
entire file, just at a low speed. I expected to be able to copy a 600MB file
at 12KB/s, which would of course be very slow, but eventually arrive.

Here are the rules I specified, note that "my pc" does *not* have the ip
address 10.0.2.42 in the test desribed above:

#eth0 qdisc
tc qdisc add dev eth0 root handle 1:0 htb default 2
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 10mbit ceil 10mbit
tc class add dev eth0 parent 1:1 classid 1:2 htb rate 120kbit ceil 120kbit
tc class add dev eth0 parent 1:1 classid 1:3 htb rate 200kbit ceil 1mbit

#eth1 qdisc
tc qdisc add dev eth1 root handle 2:0 htb default 2
tc class add dev eth1 parent 2:1 classid 2:2 htb rate 120kbit ceil 120kbit
tc class add dev eth1 parent 2:1 classid 2:3 htb rate 200kbit ceil 1mbit

#eth0 filter
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip src
10.0.2.42 flowid 1:3

#eth1 filter
tc filter add dev eth1 parent 2:0 protocol ip prio 1 u32 match ip dst
10.0.2.42 flowid 2:3

Thank you for your comments on this situation.

Regards, /|/|arc.

[-- Attachment #1.2: Type: text/html, Size: 2227 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-06-28  8:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-20  7:37 [LARTC] Why does scp stall on low bandwidth connections? Marc
2007-06-24 23:26 ` Andy Furniss
2007-06-25 11:04 ` Nikolay Kichukov
2007-06-25 11:20 ` Andreas Unterkircher
2007-06-25 11:39 ` Nikolay Kichukov
2007-06-26 21:32 ` Andy Furniss
2007-06-27  9:28 ` Nikolay Kichukov
2007-06-27 22:28 ` Andy Furniss
2007-06-28  8:48 ` Nikolay Kichukov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.