Command line interface for testing internet bandwidth using speedtest.net
Go to file
Adam Fields 3151c3dd1a updated readme to add json flag
Signed-off-by: Adam Fields <github345098@aquick.org>
2013-09-13 14:41:23 -04:00
.gitignore Initial commit 2012-09-10 12:17:53 -07:00
LICENSE LICENSE 2013-04-26 22:37:03 -05:00
README.md updated readme to add json flag 2013-09-13 14:41:23 -04:00
speedtest-cli added json output as an option 2013-07-17 11:07:25 -04:00
speedtest-cli-3 Avoid redirects on hardcoded URLs 2013-05-28 07:42:06 -05:00

README.md

speedtest-cli

Command line interface for testing internet bandwidth using speedtest.net

Versions

speedtest-cli is written for use with Python 2.4-2.7

speedtest-cli-3 is written for use with Python 3

Usage

$ speedtest-cli -h
usage: speedtest-cli [-h] [--share] [--simple] [--list] [--server SERVER]

Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------
https://github.com/sivel/speedtest-cli

optional arguments:
  -h, --help       show this help message and exit
  --share          Generate and provide a URL to the speedtest.net share
                   results image
  --simple         Suppress verbose output, only show basic information
  --list           Display a list of speedtest.net servers sorted by distance
  --server SERVER  Specify a server ID to test against
  --json           Get results in json format with no status output (python 2.x only)