Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/austincunningham/k6-loadtesting

load testing with k6
https://github.com/austincunningham/k6-loadtesting

Last synced: 11 days ago
JSON representation

load testing with k6

Awesome Lists containing this project

README

        

# k6 load testing

Install k6 cli https://grafana.com/docs/k6/latest/set-up/install-k6/

Takes an CSV 3scale.csv

| **Request Per Day** | **Request Per Minute** |
| --- | --- |
| 100 million | 69420 |
| 50 million | 33000 |
| 20 million | 13920 |
| 5 million | 3472 |
| 1 million | 694 |

So to run 100 million request

```bash
export rpm=69420
rpm=$RPM K6_WEB_DASHBOARD=true k6 run loadtest.js
```

web dashboard on http://localhost:5665

![](./k6.png)