Skip to content

Allow the workload for the coder scaletest command to be split up #10794

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
mafredri opened this issue Nov 20, 2023 · 0 comments · Fixed by #11753
Closed

Allow the workload for the coder scaletest command to be split up #10794

mafredri opened this issue Nov 20, 2023 · 0 comments · Fixed by #11753
Labels
scaletest Issues related to scale testing.

Comments

@mafredri
Copy link
Member

We want to be able to distribute the load generation from a single-instance running e.g. coder exp scaletest workspace-traffic to multiple instances (different machines, pods, etc).

To achieve this, we could allow the command to target workspaces (or users) by number, let's say we do --target-workspaces 1-100 for one command and --target-worksapces 101-200 for the other.

We don't need to assign numbers to the workspace, we can consider them numbered in their "sorted" order.

This can be combined with the existing --template xxx filter to further reduce the group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scaletest Issues related to scale testing.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant