feat(cli): add json output to coder speedtest (#13475)

This commit is contained in:
Ethan
2024-06-05 08:31:44 +00:00
committed by GitHub
parent 9a757f8e74
commit a4bba520a2
7 changed files with 226 additions and 38 deletions
+7
View File
@@ -6,6 +6,10 @@ USAGE:
Run upload and download tests from your machine to a workspace
OPTIONS:
-c, --column string-array (default: Interval,Throughput)
Columns to display in table output. Available columns: Interval,
Throughput.
-d, --direct bool
Specifies whether to wait for a direct connection before testing
speed.
@@ -14,6 +18,9 @@ OPTIONS:
Specifies whether to run in reverse mode where the client receives and
the server sends.
-o, --output string (default: table)
Output format. Available formats: table, json.
--pcap-file string
Specifies a file to write a network capture to.