add ip
This commit is contained in:
parent
d2a058b56d
commit
2f3f94c40f
11 changed files with 119 additions and 21 deletions
|
@ -19,7 +19,7 @@ To run an iPerf client, use the following command:
|
|||
iperf -c <server_ip_address>
|
||||
```
|
||||
|
||||
Replace `<server_ip_address>` with the IP 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.
|
||||
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.
|
||||
|
||||
By default, iPerf uses TCP as the transport protocol. If you want to use UDP instead, you can add the `-u` option to the iPerf command:
|
||||
```shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue