Command line interface for testing internet bandwidth using speedtest.net
Go to file
Andrew Udvare ab2bda7ea3 Add --ib option to use binary prefixes
This is mainly for use with the --bytes options since many file managers and applications assume use of 1024 intead of 1000 when it comes to dealing with data sizes in bytes. This is so users can get a closer to realistic view for general data (pretty much except those on OS X and possibly Ubuntu, whose file manager(s) use SI units).

Please see http://en.wikipedia.org/wiki/Binary_prefix
2013-04-27 07:53:25 -07:00
.gitignore Initial commit 2012-09-10 12:17:53 -07:00
LICENSE LICENSE 2013-04-26 22:37:03 -05:00
README.md Add --ib option to use binary prefixes 2013-04-27 07:53:25 -07:00
speedtest-cli Add --ib option to use binary prefixes 2013-04-27 07:53:25 -07:00
speedtest-cli-3 Add --ib option to use binary prefixes 2013-04-27 07:53:25 -07: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] [--bytes] [--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
  --bytes          Display speeds in MBytes/s (instead of Mbit/s)
  --ib             Use IEC binary prefixes (MiB, etc)
                   http://en.wikipedia.org/wiki/Binary_prefix
  --server SERVER  Specify a server ID to test against