tc qdisc add dev eth0 root netem delay 100ms

Category: Networking

tc qdisc add dev eth0 root netem delay 100ms

Add 100ms artificial network delay (for testing)

netem (Network Emulator) is a qdisc that adds artificial impairments: delay, packet loss, duplication, corruption. Use this in development/staging to simulate high-latency networks (e.g., mobile, satellite) and test how your app responds.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.