k6 run script.js
k6 run script.js --http-debug="full"
k6 run --insecure-skip-tls-verify xmlrpc.js
k6 run -u 10 -d 30s script.js
It is hard the keep the same folder structure in docker. we use docker-compose to run multiple containers.
The Javalin API server and K6 script to check the relationship between thread pool and rps (and response time), the Little's Law.