Skip to content

docs: scaling Coder #5206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Update docs/admin/scale/index.md
Co-authored-by: Dean Sheather <dean@deansheather.com>
  • Loading branch information
bpmct and deansheather authored Nov 30, 2022
commit fdacfad7a0b4a0a8a47447f34f757bb16e90309c
5 changes: 2 additions & 3 deletions docs/admin/scale/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ For example, this command will do the following:
- return results (e.g. `99 succeeded, 1 failed to connect` )

```sh
coder loadtest create-workspaces \
coder scaletest create-workspaces \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this what we want the command to be like, or what it currently is?

Just tried to look this up, and I couldn't find scaletest. What I did find was loadtest but that takes a config file, not flags.

Copy link
Member Author

@bpmct bpmct Dec 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is blocked by #5202. I'll be sure to update the schema to whatever it changes to prior to merging

--count 100 \
--template "my-custom-template" \
--parameter image="my-custom-image" \
--run-command "sleep 3 && echo hello" \
--connect-timeout "10s"
--run-command "sleep 3 && echo hello"

# Run `coder scaletest --help` for all usage
```
Expand Down