Files
coder/docs/cli/coder_speedtest.md
2023-02-23 01:53:21 +00:00

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> |