Using iperf multi-stream may not work as expected
Published: (Updated: ) by . 2 Comments on Using iperf multi-stream may not work as expected.
Running iperf with parallel threads TL;DR – When running iperf with parallel threads/workers the -P option must be specified after the -c <target-IP> option. This is mentioned in the manpage but some options (-t for instance) work in any order, while others (specifically the -P for parallel threads) definitely does not, which is a bit […]