gibney.org : Technology : Linux : Simulate a slow network connection


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





Simulate a slow network connection
(Entry Nr. 32, by user 1 | edit)
tc qdisc add dev eth0 root tbf rate 1kbit latency 50ms burst 5kb

(The parameter "rate 1kbit" slows down the network. I have no idea what the whole things means, but it works)

remove the slowdown:

tc qdisc del dev eth0 root
Create a new entry at this position