Skip to content

docs: update reference architecture: glossary, scale tests methodology #12438

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

Merged
merged 20 commits into from
Mar 8, 2024
Prev Previous commit
Next Next commit
Overlap scenarios
  • Loading branch information
mtojek committed Mar 8, 2024
commit c953d7e828fc8670243b8129ba9b41c2a34f0c5c
18 changes: 9 additions & 9 deletions docs/admin/reference-architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ Our scale tests include the following stages:

### Infrastructure and setup requirements

The scale tests runner
The scale tests runner can distribute the workload to overlap single scenarios
based on the workflow configuration:

In a single workflow, the scale tests runner evenly spreads out the workload
like this:
| | T0 | T1 | T2 | T3 | T4 | T5 | T6 |
| -------------------- | --- | --- | --- | --- | --- | --- | --- |
| SSH connection | X | X | X | X | | | |
| Web Terminal (PTY) | | X | X | X | X | | |
| Workspace apps | | | X | X | X | X | |
| Dashboard (headless) | | | | X | X | X | X |

- 80% of users open and utilize SSH connections.
- 25% of users connect to the workspace using the Web Terminal.
- 40% of users simulate traffic for workspace apps.
- 20% of users interact with the Coder UI via a headless browser.

This distribution closely mirrors natural user behavior, as observed among our
This distribution closely mirrors natural user behavior observed among our
customers.

The basic setup of scale tests environment involves:
Expand Down