Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaopaulopmedeiros/k6-load-test-poc

This repository addresses a proof of concept about load test in a docker environment.
https://github.com/joaopaulopmedeiros/k6-load-test-poc

docker dotnet grafana influxdb k6 load-test mysql

Last synced: about 1 month ago
JSON representation

This repository addresses a proof of concept about load test in a docker environment.

Awesome Lists containing this project

README

        

# K6 Load Test
This repository addresses a proof of concept about load test in a docker environment.

## How to get service up and running
```
./run.sh up
```

## How to start load test
```
./run.sh loadtest
```

## How to clean up
```
./run.sh down
```

# Results
- Execution of load test in k6;
- Automatic real time report of load test in grafana via influxdb;
- Metrics collected such as p95 response time.