IntermediateVocabulary#k6#performance-testing#load-testing#devops

k6: Threshold & Checks Vocabulary

k6 is a developer-centric load testing tool written in Go with a JavaScript API. Thresholds define pass/fail SLO criteria on aggregated metrics, while checks are per-request assertions. Executors control virtual user lifecycle patterns for different load testing scenarios.

0 / 5 completed
1 / 5
A developer configures a k6 threshold: http_req_duration: ['p(95)<500']. What does this mean?