Howto limit speed in browser for test

Sometimes need to shape speed in browser (Firefox) for emulate slow user connections
Using tc :

tc qdisc add dev eth0 root netem delay 2000ms 1000ms

2000ms – original packet timeout
1000ms – deviation

So, ping will be 2000ms+/-random(1000ms)
For remove rule

tc qdisc del dev eth0 root
  1. No comments yet.

  1. No trackbacks yet.

You must be logged in to post a comment.