====== IPerf3-Configs ====== Für einen Automatischen Testzyklus bei einem Kunden habe Ich ein Script gebastelt. iperf3 -c dein-wlan-test.de -p 9000 -R -V --get-server-output #reverseDOWNload iperf3 -c dein-wlan-test.de -p 9000 iperf3 -D -s -p 9000 -f M -V > iperf3log iperf3 -u -b9G -c dein-wlan-test.de -p 9000 * [https://github.com/Wlanfr3ak/mixed-scripts/blob/master/makespeedtest.sh Script für Logging] * [https://github.com/Wlanfr3ak/mixed-scripts/blob/master/makespeedtest.sh Script iperf3 and wget] Quellen: * [https://www.thomas-krenn.com/de/wiki/TCP_und_UDP_Netzwerk_Performance_mit_iperf_messen] * [https://support.cumulusnetworks.com/hc/en-us/articles/216509388-Throughput-Testing-and-Troubleshooting] * [https://www.tecmint.com/test-network-throughput-in-linux/] * [https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/iperf/]