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
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
## Distributed Load Testing Using Fargate
2
2
3
3
This solution walks you through a prescriptive implementation of Distributed Load Testing using
4
-
[AWS Fargate](https://aws.amazon.com/fargate) and [Taurus (JMeter)](https://gettaurus.org). You can use it to test your
5
-
web services (system under test) under high stress scenarios and understand it's behavior and scalability.
4
+
[AWS Fargate](https://aws.amazon.com/fargate) and [Taurus](https://gettaurus.org). You can use it to test your
5
+
services under high stress scenarios and understand it's behavior and scalability.
6
6
7
7

8
8
@@ -26,6 +26,14 @@ This sample code is made available under a modified MIT license. See the LICENSE
26
26
- Access to an AWS account
27
27
- A DockerHub account
28
28
29
+
## Examples
30
+
31
+
-[Load testing a basic HTTP endpoint](https://github.com/aws-samples/distributed-load-testing-using-aws-fargate/tree/master/examples/http)
32
+
-[Load testing an Elasticsearch cluster behind a VPC](https://github.com/aws-samples/distributed-load-testing-using-aws-fargate/tree/master/examples/elasticsearch)
33
+
-[Coming next] Simulating IoT devices for load testing.
0 commit comments