Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joaopaulopmedeiros/k6-load-test-poc
- Owner: joaopaulopmedeiros
- Created: 2023-12-14T22:22:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T19:54:37.000Z (about 2 months ago)
- Last Synced: 2024-11-06T20:39:39.510Z (about 2 months ago)
- Topics: docker, dotnet, grafana, influxdb, k6, load-test, mysql
- Language: C#
- Homepage:
- Size: 497 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.