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