You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
speedtest\-cli \- Command line interface for testing internet bandwidth using speedtest.net
4
4
.SH SYNOPSIS
@@ -23,14 +23,24 @@ Displays usage for the tool.
23
23
24
24
.BOptions
25
25
26
+
\fB\-\-no\-download\fR
27
+
.RS
28
+
Do not perform download test
29
+
.RE
30
+
31
+
\fB\-\-no\-upload\fR
32
+
.RS
33
+
Do not perform upload test
34
+
.RE
35
+
26
36
\fB\-\-bytes\fR
27
37
.RS
28
-
Display values in bytes instead of bits. Does not affect the image generated by \-\-share
38
+
Display values in bytes instead of bits. Does not affect the image generated by \-\-share, nor output from \-\-json or \-\-csv
29
39
.RE
30
40
31
41
\fB\-\-share\fR
32
42
.RS
33
-
Generate and provide a URL to the speedtest.net share results image
43
+
Generate and provide a URL to the speedtest.net share results image, not displayed with \-\-csv
34
44
.RE
35
45
36
46
\fB\-\-simple\fR
@@ -43,12 +53,12 @@ Suppress verbose output, only show basic information
43
53
Suppress verbose output, only show basic information in CSV format. Speeds listed in bit/s and not affected by \-\-bytes
44
54
.RE
45
55
46
-
\fB\-\-csv-delimiterCSV_DELIMITER\fR
56
+
\fB\-\-csv\-delimiterCSV_DELIMITER\fR
47
57
.RS
48
58
Single character delimiter to use in CSV output. Default ","
49
59
.RE
50
60
51
-
\fB\-\-csv-header\fR
61
+
\fB\-\-csv\-header\fR
52
62
.RS
53
63
Print CSV headers
54
64
.RE
@@ -65,7 +75,12 @@ Display a list of speedtest.net servers sorted by distance
65
75
66
76
\fB\-\-serverSERVER\fR
67
77
.RS
68
-
Specify a server ID to test against
78
+
Specify a server ID to test against. Can be supplied multiple times
79
+
.RE
80
+
81
+
\fB\-\-excludeEXCLUDE\fR
82
+
.RS
83
+
Exclude a server from selection. Can be supplied multiple times
69
84
.RE
70
85
71
86
\fB\-\-miniMINI\fR
@@ -88,6 +103,11 @@ HTTP timeout in seconds. Default 10
88
103
Use HTTPS instead of HTTP when communicating with speedtest.net operated servers
89
104
.RE
90
105
106
+
\fB\-\-no\-pre\-allocate\fR
107
+
.RS
108
+
Do not pre allocate upload data. Pre allocation is enabled by default to improve upload performance. To support systems with insufficient memory, use this option to avoid a MemoryError
0 commit comments