Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit ac608cb

Browse files
committed
Updated README
1 parent 7f1b19f commit ac608cb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Distributed Load Testing Using Fargate
22

33
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.
66

77
![Architecture](docs/arch.png)
88

@@ -26,6 +26,14 @@ This sample code is made available under a modified MIT license. See the LICENSE
2626
- Access to an AWS account
2727
- A DockerHub account
2828

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.
34+
- [Coming next] Simulating Kinesis Streams producers.
35+
36+
2937
## Getting Started
3038

3139
### 1. Clone this repository

0 commit comments

Comments
 (0)