uncle_josh
Master Member
- Joined
- Jun 16, 2018
- Messages
- 3,030
- Reaction score
- 733
Due to the slow/inaccurate speedtest result from the SpeedTest-Cli provided in the linux distribution, I have manage to find this client for Linux user to make and compile on their linux client so that they can perform a more accurate result which correlates or close to the clients speedtest result in Windows.
1. Download the SpeedTest zip here : https://github.com/taganaka/SpeedTest
2. Unzip & Compile
Instructions can be found in the "readme.md" file (after decompress the zip file)
3. Usage
$ ./SpeedTest --help
Usage: ./SpeedTest [--latency] [--quality] [--download] [--upload] [--share] [--help]
[--test-server host
ort] [--quality-server host
ort] [--output verbose|text]
optional arguments:
--help Show this message and exit
--latency Perform latency test only
--quality Perform quality test only. It includes latency test
--download Perform download test only. It includes latency test
--upload Perform upload test only. It includes latency test
--share Generate and provide a URL to the speedtest.net share results image
--test-server host
ort Run speed test against a specific server
--quality-server host
ort Run line quality test against a specific server
--output verbose|text Set output type. Default: verbose
2054 - Viewqwest Pte Ltd
4235 - StarHub Mobile Pte Ltd
5935 - MyRepublic
4. Results :
Win10 results - https://www.speedtest.net/result/d/a3a8d501-c411-4cdc-9eef-f9f18da8d16c.png
Linux results - https://www.speedtest.net/result/8857940195.png
1. Download the SpeedTest zip here : https://github.com/taganaka/SpeedTest
2. Unzip & Compile
Instructions can be found in the "readme.md" file (after decompress the zip file)
$ sudo apt-get install build-essential libcurl4-openssl-dev libxml2-dev libssl-dev cmake
$ git clone https://github.com/taganaka/SpeedTest
$ cd SpeedTest
$ cmake -DCMAKE_BUILD_TYPE=Release .
$ sudo make install
3. Usage
$ ./SpeedTest --help
Usage: ./SpeedTest [--latency] [--quality] [--download] [--upload] [--share] [--help]
[--test-server host
optional arguments:
--help Show this message and exit
--latency Perform latency test only
--quality Perform quality test only. It includes latency test
--download Perform download test only. It includes latency test
--upload Perform upload test only. It includes latency test
--share Generate and provide a URL to the speedtest.net share results image
--test-server host
--quality-server host
--output verbose|text Set output type. Default: verbose
2054 - Viewqwest Pte Ltd
4235 - StarHub Mobile Pte Ltd
5935 - MyRepublic
4. Results :
Win10 results - https://www.speedtest.net/result/d/a3a8d501-c411-4cdc-9eef-f9f18da8d16c.png
Linux results - https://www.speedtest.net/result/8857940195.png
Last edited: