Options (5)
booleanAdd constant network delay to outbound packages
Example:
sudo tc {{[q|qdisc]}} {{[a|add]}} dev {{eth0}} root netem delay {{delay_in_milliseconds}}msbooleanAdd constant network delay to outbound packages
Example:
sudo tc {{[q|qdisc]}} {{[a|add]}} dev {{eth0}} root netem delay {{delay_in_milliseconds}}msbooleanShow active traffic control policies
Example:
tc {{[q|qdisc]}} {{[s|show]}} dev {{eth0}}booleanDelete all traffic control rules
Example:
sudo tc {{[q|qdisc]}} {{[d|delete]}} dev {{eth0}}booleanChange traffic control rule
Example:
sudo tc {{[q|qdisc]}} {{[c|change]}} dev {{eth0}} root netem {{policy}} {{policy_parameters}}Examples (7)
Add constant network delay to outbound packages
Add normal distributed network delay to outbound packages
Add package corruption/loss/duplication to a portion of packages
Limit bandwidth, burst rate and max latency
Show active traffic control policies
tc [q|qdisc] [s|show] dev eth0made by @shridhargupta | data from tldr-pages