diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 13:33:37 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 13:33:37 +0200 |
commit | ca44b79993c98dcc4dfece6dd8820b55a26021e1 (patch) | |
tree | fc5f89696051e1044a14bdfe043efef62d92057b /bin | |
parent | 3cd31751511031cb148724ed12ca082bcec3fb5e (diff) |
bin:network -> network.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/network.py (renamed from bin/network) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/network b/bin/network.py index fea7f72..a646f9c 100755 --- a/bin/network +++ b/bin/network.py @@ -710,17 +710,17 @@ This script provides benchmarking and information for a specified network interface. Example NIC information usage: -network info -i eth0 --max-speed +network.py info -i eth0 --max-speed For running iperf test: -network test -i eth0 -t iperf --target 192.168.0.1 +network.py test -i eth0 -t iperf --target 192.168.0.1 NOTE: The iperf test requires an iperf server running on the same network segment that the test machine is running on. Also, you can use iperf3 rather than iperf2 by specifying the -3 or --iperf3 option like so: -network test -i eth0 -t iperf -3 --target 192.168.0.1 +network.py test -i eth0 -t iperf -3 --target 192.168.0.1 Configuration ============= |