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
+18
View File
@@ -45,3 +45,21 @@ Specifies the duration to monitor traffic.
| Type | <code>string</code> |
Specifies a file to write a network capture to.
### -c, --column
| | |
| ------- | -------------------------------- |
| Type | <code>string-array</code> |
| Default | <code>Interval,Throughput</code> |
Columns to display in table output. Available columns: Interval, Throughput.
### -o, --output
| | |
| ------- | ------------------- |
| Type | <code>string</code> |
| Default | <code>table</code> |
Output format. Available formats: table, json.