Skip to content
forked from taganaka/SpeedTest

Yet another unofficial speedtest.net client cli interface

Notifications You must be signed in to change notification settings

booya/SpeedTest

Repository files navigation

SpeedTest++

Yet another unofficial speedtest.net client cli interface

It supports the new (undocumented) raw TCP protocol for better accuracy.

Features

  1. Best server discovery based on speed and distance from you.

  2. Line type discovery to select the best test profile based on your line speed.

  3. Aggressive multi-threading program in order to saturate your bandwidth quickly.

  4. Test supported: Ping / Jitter / Download speed / Upload speed / Packet loss (UDP).

  5. Provide a URL to the speedtest.net share results image using option --share

Installation

Requirements

  1. A modern C++ compiler
  2. cmake
  3. libcurl
  4. libssl
  5. libxml2

On Mac OS X

$ brew install cmake
$ cd cmake_build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make install

On Ubuntu/Debian

$ sudo apt-get install build-essentials libcurl4-openssl-dev libxml2-dev libssl-dev cmake
$ cd cmake_build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make install

Usage

$ SpeedTest --help
SpeedTest++ version 1.6
Speedtest.net command line interface
Info: https://github.com/taganaka/SpeedTest
Author: Francesco Laurita <francesco.laurita@gmail.com>

usage: ./SpeedTest [--latency] [--download] [--upload] [--help] [--share]
optional arguments:
	--help      Show this message and exit
	--latency   Perform latency / Jitter / Packet loss test only
	--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
$

License

SpeedTest++ is available as open source program under the terms of the MIT License.

About

Yet another unofficial speedtest.net client cli interface

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.9%
  • C 6.9%
  • CMake 4.0%
  • Dockerfile 1.2%