gibney.org
:
Technology
:
Linux
:
Simulate a slow network connection
(Entry Nr. 32, by user 1 |
edit
)
<span class=span_content_bash>tc qdisc add dev eth0 root tbf rate 1kbit latency 50ms burst 5kb</span><br><br>(The parameter "rate 1kbit" slows down the network. I have no idea what the whole things means, but it works)<br><br>remove the slowdown:<br><br><span class=span_content_bash>tc qdisc del dev eth0 root </span><br>
Create a new entry at this position