Skip to content

Commit e1b04a1

Browse files
committed
Merge branch 'bpmct/scale-docs' of github.com:coder/coder into bpmct/scale-docs
2 parents c1de2b4 + 7637f86 commit e1b04a1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/admin/scale/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@ For example, this command will do the following:
1919
- establish a SSH connection to each workspace
2020
- run `sleep 3 && echo hello` on each workspace via the web terminal
2121
- close connections, attempt to delete all workspaces
22-
- return results (e.g. `99 succeeded, 1 failed to connect` )
22+
- return results (e.g. `99 succeeded, 1 failed to connect`)
2323

2424
```sh
25-
coder loadtest create-workspaces \
25+
coder scaletest create-workspaces \
2626
--count 100 \
2727
--template "my-custom-template" \
2828
--parameter image="my-custom-image" \
29-
--run-command "sleep 3 && echo hello" \
30-
--connect-timeout "10s"
29+
--run-command "sleep 3 && echo hello"
3130

32-
# Run `coder scaletest --help` for all usage
31+
# Run `coder scaletest create-workspaces --help` for all usage
3332
```
3433

3534
> To avoid user outages and orphaned resources, we recommend running scale tests on a secondary "staging" environment.

0 commit comments

Comments
 (0)