Skip to content

Instantly share code, notes, and snippets.

@yuichielectric
Created April 3, 2014 01:09
Show Gist options
  • Save yuichielectric/9946535 to your computer and use it in GitHub Desktop.
Save yuichielectric/9946535 to your computer and use it in GitHub Desktop.
ネットワーク遅延をコマンド1発で再現する ref: http://qiita.com/yuichielectric/items/62e6fc0a51d1ce1f64c1
$ sudo tc qdisc add dev eth0 root netem delay 100ms
$ sudo tc qdisc del dev eth0 root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment