Skip to content

Instantly share code, notes, and snippets.

@kanekv
Created July 1, 2015 22:57
Show Gist options
  • Save kanekv/3d834f62a08b3e33f80b to your computer and use it in GitHub Desktop.
Save kanekv/3d834f62a08b3e33f80b to your computer and use it in GitHub Desktop.
tc qdisc
tc qdisc add dev eth0 root netem delay 1000ms
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root netem loss 25%
tc qdisc add dev eth0 root netem duplicate 50%
tc qdisc show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment