1SPEEDTEST(1) User Commands SPEEDTEST(1)
2
3
4
6 speedtest - manual page for speedtest 1.0.2
7
9 usage: speedtest [-h] [--bytes] [--share] [--simple] [--csv]
10
11 [--csv-delimiter CSV_DELIMITER] [--csv-header] [--json] [--list]
12 [--server SERVER] [--mini MINI] [--source SOURCE] [--timeout
13 TIMEOUT] [--secure] [--version]
14
15 Command line interface for testing internet bandwidth using
16 speedtest.net.
17 --------------------------------------------------------------------------
18 https://github.com/sivel/speedtest-cli
19
20 optional arguments:
21 -h, --help
22 show this help message and exit
23
24 --bytes
25 Display values in bytes instead of bits. Does not affect the
26 image generated by --share, nor output from --json or --csv
27
28 --share
29 Generate and provide a URL to the speedtest.net share results
30 image
31
32 --simple
33 Suppress verbose output, only show basic information
34
35 --csv Suppress verbose output, only show basic information in CSV for‐
36 mat. Speeds listed in bit/s and not affected by --bytes
37
38 --csv-delimiter CSV_DELIMITER
39 Single character delimiter to use in CSV output. Default ","
40
41 --csv-header
42 Print CSV headers
43
44 --json Suppress verbose output, only show basic information in JSON
45 format. Speeds listed in bit/s and not affected by --bytes
46
47 --list Display a list of speedtest.net servers sorted by distance
48
49 --server SERVER
50 Specify a server ID to test against
51
52 --mini MINI
53 URL of the Speedtest Mini server
54
55 --source SOURCE
56 Source IP address to bind to
57
58 --timeout TIMEOUT
59 HTTP timeout in seconds. Default 10
60
61 --secure
62 Use HTTPS instead of HTTP when communicating with speedtest.net
63 operated servers
64
65 --version
66 Show the version number and exit
67
68
69
70speedtest 1.0.2 February 2019 SPEEDTEST(1)