Skip to content

Instantly share code, notes, and snippets.

@nosmall
Last active December 2, 2019 10:18
Show Gist options
  • Save nosmall/3889e38c3dc160637e74af21cc540314 to your computer and use it in GitHub Desktop.
Save nosmall/3889e38c3dc160637e74af21cc540314 to your computer and use it in GitHub Desktop.
speedtest-cli application by speedtest.net - Ubuntu 16.04

speedtest-cli (lazy guide)

speedtest-cli application by speedtest.net - Ubuntu 16.04

sudo su

quick install & run speed-test

apt update \
&& apt install -y python-pip \
&& pip install --upgrade pip \
&& pip install speedtest-cli \
&& pip install speedtest-cli --upgrade \
&& speedtest-cli

commands

speedtest-cli --help
speedtest-cli
speedtest-cli --share
@nosmall
Copy link
Author

nosmall commented Dec 2, 2019

iperf3 test:

uploadu server:
iperf3 -c 185.152.64.150 -P 20 -R
downloadu server:
iperf3 -c 185.152.64.150 -P 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment