networking

tcp ip udp

All sorts of networking tooling

iPerf

iPerf iPerf3 is a tool for active measurements of the maximum achievable bandwidth(performance) on IP networks.

Success

Install on first server

yum --enablerepo=epel install iperf iperf3
iperf3 -s -p 80

Install on second server

yum --enablerepo=epel install iperf iperf3
iperf3 -c <ip> -i 1 -t 10 -p 80