💾 Archived View for freeshell.de › tldr › k6.gmi captured on 2023-07-22 at 17:34:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Open source load testing tool and SaaS for engineering teams.
k6 run {script.js}
k6 run --vus {10} --duration {30s} {script.js}
k6 run -e {HOSTNAME=example.com} {script.js}
k6 run --out influxdb={http://localhost:8086/k6db} {script.js}
k6 run --discard-response-bodies {script.js}
k6 run --compatibility-mode=base {script.js}
k6 login cloud --token {secret}
k6 cloud {script.js}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).