tc
Verified for current stable LTS
Tc Commands
Tc command syntax with verified terminal examples.
Commands
7 commands for Tc
tc Operations
Tc Command: Add Constant Network Delay Outbound Packages
sudo tc q a dev <eth0> root netem delay <delay_in_milliseconds>ms tc Operations
Tc Command: Add Normal Distributed Network Delay Outbound Packages
sudo tc q a dev <eth0> root netem delay <mean_delay_ms>ms <delay_std_ms>ms tc Operations
Tc Command: Add Package Corruption Loss Duplication To Packages
sudo tc q a dev <eth0> root netem <corruption|loss|duplication> <effect_percentage>% tc Operations
Tc Command: Change Traffic Control Rule
sudo tc q c dev <eth0> root netem <policy> <policy_parameters> tc Operations
Tc Command: Delete All Traffic Control Rules
sudo tc q d dev <eth0> tc Operations
Tc Command: Limit Bandwidth Burst Rate And Max Latency
sudo tc q a dev eth0 root tbf rate <max_bandwidth_mb>mbit burst <max_burst_rate_kb>kbit latency <max_latency_before_drop_ms>ms tc Operations
Tc Command: Show Active Traffic Control Policies
tc q s dev <eth0> Suggest a Tc Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Tc workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.