You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually upload the [test plan](/performance/vita-user-journey.jmx) to the s3 path `s3://gh-vita-***-load-testing/plans/`.
38
+
Manually upload the [test plan](/performance/vita-user-journey.jmx) to the s3 path `s3://gh-vita-***-load-testing/plans/`. You should only need to do this if the test plan has been modified.
39
+
40
+
#### Triggering the task
37
41
38
-
Trigger the task from AWS console UI. For the number of desired tasks and threads, apply the formula
42
+
Trigger the task from AWS console UI or via the aws-cli command. For the number of desired tasks and threads, apply the formula
43
+
44
+
##### Via AWS Console UI
39
45
40
46
```text
41
47
Number of concurrent users = (Number of tasks) x (Number of threads/task)
@@ -47,7 +53,7 @@ Number of concurrent users = (Number of tasks) x (Number of threads/task)
47
53
- Click `Deploy` -> `Run task`
48
54
- Task details
49
55
-`Task definition revision`: LATEST
50
-
-`Desired tasks`: <basedonaboveformula>
56
+
-`Desired tasks`: `<based on above formula>`
51
57
-`Task group`: load-generator
52
58
- Environment
53
59
- Existing cluster: fake-api-project-cluster
@@ -61,11 +67,32 @@ Number of concurrent users = (Number of tasks) x (Number of threads/task)
61
67
- Change the default values as per need
62
68
-`DURATION`: duration of the test in seconds
63
69
-`RAMPUP`: seconds to ramp up concurrent threads linearly, 1 -> $THREADS
64
-
-`THREADS`: the number of concurrent threads to use, <basedonaboveformula>
70
+
-`THREADS`: the number of concurrent threads to use (threads/task), `<based on above formula>`
65
71
-`ENVIRONMENT`: the subdomain that represents the environment to run the test on, e.g. `test`
66
72
-`S3_BUCKET`: the bucket name to use for test inputs and outputs
67
73
-`TEST_PLAN`: the *.jmx file name to use as the JMeter test plan
68
74
75
+
##### Via aws-cli
76
+
77
+
These instructions assume you've named your profile `vita-test`.
0 commit comments