Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2016-09-13 17:02:29 +0300
committerMatt Martz <matt@sivel.net>2016-09-13 17:02:29 +0300
commit9e3a5b3a597804947dd2cb59a923abca08a5b28e (patch)
tree3ff99f5eca46bb26725e39c293b1645f168c35bf /speedtest-cli.1
parent53b760dfbae43d777cf2a9d908b91fc9f288d25b (diff)
update usage information
Diffstat (limited to 'speedtest-cli.1')
-rw-r--r--speedtest-cli.134
1 files changed, 32 insertions, 2 deletions
diff --git a/speedtest-cli.1 b/speedtest-cli.1
index eb20ea7..9e1befe 100644
--- a/speedtest-cli.1
+++ b/speedtest-cli.1
@@ -1,9 +1,9 @@
.TH "speedtest-cli" 1 "2014-04-23" "speedtest-cli"
.SH NAME
-speedtest\-cli \- Test your bandwidth througput using speedtest.net
+speedtest\-cli \- Command line interface for testing internet bandwidth using speedtest.net
.SH SYNOPSIS
.B speedtest\-cli
-[OPTION]...
+[OPTION...]
.SH DESCRIPTION
Speedtest.net is a web service for testing your broadband connection by downloading a file
from a nearby speedtest.net server on the web. This tool allows you to access the service
@@ -38,6 +38,26 @@ Generate and provide a URL to the speedtest.net share results image
Suppress verbose output, only show basic information
.RE
+\fB\-\-csv\fR
+.RS
+Suppress verbose output, only show basic information in CSV format. Speeds listed in bit/s and not affected by \-\-bytes
+.RE
+
+\fB\-\-csv-delimiter CSV_DELIMITER\fR
+.RS
+Single character delimiter to use in CSV output. Default ","
+.RE
+
+\fB\-\-csv-header\fR
+.RS
+Print CSV headers
+.RE
+
+\fB\-\-json\fR
+.RS
+Suppress verbose output, only show basic information in JSON format. Speeds listed in bit/s and not affected by \-\-bytes
+.RE
+
\fB\-\-list\fR
.RS
Display a list of speedtest.net servers sorted by distance
@@ -58,6 +78,16 @@ URL of the Speedtest Mini server
Source IP address to bind to
.RE
+\fB\-\-timeout TIMEOUT\fR
+.RS
+HTTP timeout in seconds. Default 10
+.RE
+
+\fB\-\-secure\fR
+.RS
+Use HTTPS instead of HTTP when communicating with speedtest.net operated servers
+.RE
+
\fB\-\-version\fR
.RS
Show the version number and exit