The Geek Ramblings

Blog by Aravind Pedapudi

Nov 14th, 2013

NetEM

NetEM - helpful to add latency (on the network that I am, I don't know why I needed to use this!)

Resources:

http://www.linuxfoundation.org/collaborate/workgroups/networking/netem

http://mytestbed.net/projects/1/wiki/NetEM_examples_of_rules

tc qdisc add dev eth0 root handle 1: tbf rate 20kbit buffer 1600 limit 30000
tc qdisc add dev eth0 parent 1:1 handle 10: netem delay 100ms loss 5%