Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can anyone help me to understand the terms-'Toleration threshold' and 'Frustration threshold' in Dashboard report in Jmeter

Tags:

jmeter

Can anyone help me to understand the terms-'Toleration threshold' and 'Frustration threshold' in Dashboard report in Jmeter

enter image description here

like image 221
Basil Avatar asked Dec 19 '22 13:12

Basil


1 Answers

APDEX is explained here

To compute it JMeter needs 2 values:

  • Satisfied count
  • Tolerating count

Satisfied count is the Number of requests for which response time is lower than "Toleration threshold" Tolerating count is the Number of requests for which response time is higher than Toleration threshold but lower than "Frustration threshold"

So JMeter let's you customize those 2 values as it depends on your SLR/SLA.

If you're looking to learn jmeter correctly, this book will help you.

like image 154
UBIK LOAD PACK Avatar answered Apr 17 '23 03:04

UBIK LOAD PACK