← Back to list

iperf3 Multisession Test

iperf3 process is single-threaded. This means all the parallel streams for one test use the same CPU core.

Andre · 2026-02-13 11:19 · 0 claps · 0.3 min read
#iperf3
Open on Medium ↗

iperf3 Multisession Test

iperf3 process is single-threaded. This means all the parallel streams for one test use the same CPU core.

To run multiple iperf3 processes for a testing a high-speed host, do the following:

Start Multiple Session on iperf3 Server

iperf3 -s -p 5101&; iperf3 -s -p 5102&; iperf3 -s -p 5103 &

Run multiple clients, using the “-T” flag to label the output:

iperf3 -c hostname -T s1 -p 5101 &;
iperf3 -c hostname -T s2 -p 5102 &;
iperf3 -c hostname -T s3 -p 5103 &;

메타데이터
post_id
6ed4b2ecd9eb
slug
iperf3-multisession-test-6ed4b2ecd9eb
url
https://medium.com/@andreferyana/iperf3-multisession-test-6ed4b2ecd9eb
canonical_url
https://medium.com/@andreferyana/iperf3-multisession-test-6ed4b2ecd9eb
author_url
https://medium.com/@andreferyana
status
ok
fetched_at
2026-07-15 06:54:52