Difference between revisions of "K6"

From Indie IT Wiki
(Created page with "== Introduction == Grafana k6 is a developer-friendly and extensible load testing tool that helps prevent performance issues and improve reliability. Learn how to use k6 for...")
 
Line 6: Line 6:
  
 
  sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A3642D57D77C6C491D6AC1D69
 
  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
+
  echo "deb <nowiki>https://dl.k6.io/deb</nowiki> stable main" | sudo tee /etc/apt/sources.list.d/k6.list
 
  sudo apt-get update
 
  sudo apt-get update
 
  sudo apt-get install k6
 
  sudo apt-get install k6

Revision as of 16:20, 6 September 2024

Introduction

Grafana k6 is a developer-friendly and extensible load testing tool that helps prevent performance issues and improve reliability. Learn how to use k6 for load, browser, synthetic, and chaos testing, and integrate it with CI/CD and Grafana Cloud.

Installation

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

Documentation

https://grafana.com/docs/k6/latest