Created
April 30, 2018 06:32
-
-
Save raja-ashok/4287eff5c4a0fffc71cdc68bfe1c018c to your computer and use it in GitHub Desktop.
TC command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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