Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 813 Bytes

File metadata and controls

28 lines (18 loc) · 813 Bytes

k6

k6 load testing scripts


----

Setup

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A3642D57D77C6C491D6AC1D69
echo "deb 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

k6 is also available via Docker: docker pull loadimpact/k6

Troubleshooting

I am getting errors related to too many open files

Increase your open files limit

Resources