Tech
30 Jun 2024
Results of my network performance research in linux
Overview In this article you can find short summary of my network performance research in linux: Notes and hints where to look and what to check Final sysctl parameters applied Notes and hints where to look and what to check Find out how your network works now with iperf3 Run iperf3 on the server iperf3 -s Run iperf3 on the client (to check UPLOAD to the server throughput): iperf3 -c <server IP> -P 4 -t 30 -i 2 -N Short description of parameters -c server_ip: Run iperf in client mode, connecting to the specified server IP.