www/content/blog/miscellaneous/tc.md

396 B

title date description tags
Traffic shaping with tc 2019-09-17 How to use the tc command to shape traffic on linux
linux

How to

tc qdisc show dev eth0
tc qdisc add dev eth0 root netem delay 200ms
tc qdisc show dev eth0

tc qdisc delete dev eth0 root netem delay 200ms
tc qdisc show dev eth0

References