Skip to content

Instantly share code, notes, and snippets.

@raja-ashok
Created April 30, 2018 06:32
Show Gist options
  • Save raja-ashok/4287eff5c4a0fffc71cdc68bfe1c018c to your computer and use it in GitHub Desktop.
Save raja-ashok/4287eff5c4a0fffc71cdc68bfe1c018c to your computer and use it in GitHub Desktop.
TC command
tc qdisc add dev <interface_name> root netem delay 120ms
tc qdisc delete dev <interface_name> root netem
tc qdisc add dev <interface_name> root netem loss 2%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment