iPerf is an open-source tool that is used for testing the performance of a network. It is widely used by network administrators, network engineers, and other IT professionals to measure the bandwidth and speed of a network.
## Usage
Once iPerf is installed, you can use it to test the performance of your network. The basic usage of iPerf involves running a server on one machine and a client on another machine. The client sends data to the server, and iPerf measures the bandwidth and speed of the network.
To run an iPerf server, use the following command:
```shell
iperf -s
```
This will start an iPerf server on the default port 5001.
To run an iPerf client, use the following command:
Replace `<server_ip_address>` with the [IP](../../internet/Internet%20Protocol.md) address of the machine running the iPerf server. This will start an iPerf client that sends data to the server and measures the bandwidth and speed of the network.