Vault7: CIA Hacking Tools Revealed
Navigation: » Directory » Network Devices Branch (NDB) » Network Devices Branch » How-to articles
Owner: User #1179928
TC Qdisk network delay
This is the process in which you can add network delay on a Flux node or other host for testing purposes.
Step-by-step guide
- To add delay:
- root@flux-04:/home/ubuntu# tc qdisc add dev eth0 root netem delay 800ms
- Confirm the delay is active:
root@flux-04:/home/ubuntu# tc -s qdisc ls dev eth0
qdisc netem 8001: root refcnt 5 limit 1000 delay 800.0ms
Sent 35030 bytes 165 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
- To delete all rules:
root@flux-04:/home/ubuntu# tc qdisc del dev eth0 root
Related articles
('contentbylabel' missing)
('details' missing)