PROJET AUTOBLOG


Shaarli - Librement Shaarli

Site original : Shaarli - Librement Shaarli

⇐ retour index

Adding simulated network latency to your Linux server | Benjamin Cane

jeudi 20 décembre 2018 à 16:10
Pas mal pour simuler du failover !
tc qdisc add dev eth0 root netem delay 97ms
To verify the command set the rule run tc -s.
tc -s qdisc
delete :
tc qdisc del dev eth0 root netem delay 97ms
Permalink