2
0
mirror of https://github.com/knorrie/network-examples synced 2025-08-29 05:29:21 +00:00

Also install iperf3 to measure connection stability

iperf3 can be used to send data fast or slow over a TCP connection,
detecting packet loss. We'll be using it in the tutorials to show that
it's possible to fail over routes dynamically without any loss of
connectivity.
This commit is contained in:
Hans van Kranenburg 2015-11-21 22:39:23 +01:00
parent 9757213fe4
commit 98d1ce0315

View File

@ -218,7 +218,7 @@ Oh, there's our first problem... it's still a bit too basic :)
root@birdbase:/# apt-get update
[...]
root@birdbase:/# apt-get install iputils-ping bird dnsutils iptables iptstate mtr-tiny tcpdump nmon traceroute iftop
root@birdbase:/# apt-get install iputils-ping bird dnsutils iptables iptstate mtr-tiny tcpdump nmon traceroute iftop iperf3
[...]
The fact that we can do this already proves networking is set up right!