Iperf was developed by NLANR/DAST as a modern alternative for measuring maximum TCP and UDP bandwidth performance. Iperf allows the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, datagram loss. Install iperf on Windows – just download, unzip and run iperf.exe. Install iperf on Ubuntu: sudo apt-get install iperf Iperf […]
Category: Iperf
Bandwidth Monitoring Tools for Ubuntu
bmon – Bandwidth monitor and rate estimator bwm-ng – Bandwidth Monitor NG (Next Generation), a live bandwidthmonitor for network and disk IO cbm – displays the current traffic on all network devices iftop – Real-time bandwidth usage information on a specified interface iperf – Tool for measuring maximum TCP and UDP bandwidth performance ibmonitor – interactive bandwidth monitor […]
Measure Network Throughput (Bandwidth) with Iperf
Iperf is a tool for measuring maximum TCP and UDP bandwidth performance. Iperf reports bandwidth, delay jitter, datagram loss. Iperf allows the user to set various parameters that can be used for testing a network, or alternately for optimizing or tuning a network. Iperf has a client and server functionality, and can measure the throughput […]