k6

star 0

Load testing tool with installation and test execution commands.

jyasuu By jyasuu schedule Updated 1/22/2026

name: k6 description: Load testing tool with installation and test execution commands.

k6 — Load Testing

Install

sudo gpg -k
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/k6-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A3642D57D77C6C491D6AC1D69
echo "deb [signed-by=/usr/share/keyrings/k6-archive-keyring.gpg] https://dl.k6.io/deb stable main" | sudo tee /etc/apt/sources.list.d/k6.list
sudo apt-get update
sudo apt-get install k6

Run Test

k6 run --out influxdb=http://localhost:8086 k6.js
Install via CLI
npx skills add https://github.com/jyasuu/cheat-sheet --skill k6
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator