mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
38 lines
637 B
Markdown
38 lines
637 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# coder speedtest
|
|
|
|
Run upload and download tests from your machine to a workspace
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder speedtest <workspace> [flags]
|
|
```
|
|
|
|
## Flags
|
|
|
|
### --direct, -d
|
|
|
|
Specifies whether to wait for a direct connection before testing speed.
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>false</code> |
|
|
|
|
### --direction
|
|
|
|
Specifies whether to run in reverse mode where the client receives and the server sends. (up|down)
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>down</code> |
|
|
|
|
### --time, -t
|
|
|
|
Specifies the duration to monitor traffic.
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>5s</code> |
|