Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/austincunningham/k6-loadtesting
- Owner: austincunningham
- License: apache-2.0
- Created: 2024-05-13T12:45:26.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-15T11:43:04.000Z (9 months ago)
- Last Synced: 2024-05-16T01:39:14.379Z (9 months ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)