-
Notifications
You must be signed in to change notification settings - Fork 97
Description
"Setting load profiles" has a quiz question that asks about "The best way to define baseline metrics". Is this question too vague? Won't different SLAs have different key metrics? For example, if I wanted define an SLA on latency, wouldn't it also make sense to use ramping-vus with thresholds?
But even for one metric, how confidently can we say that one executor is "best" for it?
We're looking to establish some baseline metrics to define an SLA for an existing service, what is the quickest way to achieve this?
A : Use theshared-iterationsexecutor to run through 1,000 requests.B: Use the
constant-arrival-rateto see how many virtual users it takes to maintain a constant 50 requests per second (RPS).C: Use the
externally-controlledexecutor to start k6 in server mode to have your sweet Bash script ramp up virtual users.