iperf is a tool for performing network throughput measurements. It can test either TCP or UDP throughput. To perform an iperf test the user must
establish both a server (to discard traffic) and a client (to generate traffic).
======================================= Server side:
./iperf -s
Client connecting to 192.168.202.62, TCP port 5001
TCP window size: 16.0 KByte (default)
————————————————————
[ 3] local 192.168.202.102 port 53164 connected with 192.168.202.62 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 627 MBytes 526 Mbits/sec
========================================= Client side:
./iperf -c 192.168.202.62
————————————————————
Client connecting to 192.168.202.62, TCP port 5001
TCP window size: 16.0 KByte (default)
————————————————————
[ 3] local 192.168.202.102 port 53164 connected with 192.168.202.62 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 627 MBytes 526 Mbits/sec
=================================================================================================
Om te testen of deze testen goed zijn heb ik gedaan tussen adrianus en sink
iperf -c 192.168.202.62
————————————————————
Client connecting to 192.168.202.62, TCP port 5001
TCP window size: 16.0 KByte (default)
————————————————————
[ 3] local 192.168.2.56 port 39525 connected with 192.168.202.62 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 114 MBytes 95.5 Mbits/sec
Dat is dus 100% juist wat deze leuke iperf meet.
==================================================================================================
