Discovered tonight that the speedtest script I had been using before had been deprecated. Took a little Googling and finally was able to sort all of it out. The new command is VERY simple:
speedtest
And if I want to share it as an image the command is:
speedtest --share
Here is VPS 9’s speed for 22 September at 12:43 a.m.:
Here is the command lines for installing the speednet test:
$ wget -O - https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python
$ wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py
$ chmod a+rx speedtest.py
$ sudo mv speedtest.py /usr/local/bin/speedtest
$ sudo chown root:root /usr/local/bin/speedtest
Refer: https://www.shellhacks.com/test-internet-speed-linux-command-line/