mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat(cli): make minor improvements to speedtest (#6266)
- Remove mostly redundant "Transferred" column - Rename "Bandwidth" to "Throughput" - Replace "--reverse" (which has an ambiguous starting state) with "--direction=(up|down)" - Tolerate AgentStartErrors which may be caused by failing startup script
This commit is contained in:
10
cli/testdata/coder_speedtest_--help.golden
vendored
10
cli/testdata/coder_speedtest_--help.golden
vendored
@ -4,11 +4,11 @@ Usage:
|
||||
coder speedtest <workspace> [flags]
|
||||
|
||||
Flags:
|
||||
-d, --direct Specifies whether to wait for a direct connection before testing speed.
|
||||
-h, --help help for speedtest
|
||||
-r, --reverse Specifies whether to run in reverse mode where the client receives and
|
||||
the server sends.
|
||||
-t, --time duration Specifies the duration to monitor traffic. (default 5s)
|
||||
-d, --direct Specifies whether to wait for a direct connection before testing speed.
|
||||
--direction string Specifies whether to run in reverse mode where the client receives
|
||||
and the server sends. (up|down) (default "down")
|
||||
-h, --help help for speedtest
|
||||
-t, --time duration Specifies the duration to monitor traffic. (default 5s)
|
||||
|
||||
Global Flags:
|
||||
--global-config coder Path to the global coder config directory.
|
||||
|
Reference in New Issue
Block a user