DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Trending

  • [closed] DZone's 2025 Developer Community Survey
  • Reactive Kafka With Spring Boot
  • The Developer's Guide to Context-Aware AI: When Your Code Documentation Becomes Intelligent
  • Product-Led Software Delivery: Intelligent Platforms for DevOps at Scale

Reporting of Apdex Rating in JMeter

If you have difficulties in making a Pass/Fail call for your performance tests when given your Summary Statistics, then the Apdex metric may come in handy.

By 
Robert Bourgault user avatar
Robert Bourgault
·
Jun. 16, 21 · Tutorial
Likes (3)
Comment
Save
Tweet
Share
17.6K Views

Join the DZone community and get the full member experience.

Join For Free

Application Performance Index

If, like me, you have some difficulties in making a Pass/Fail call for your performance tests when given the Summary Statistics of the performance test results, then the Apdex metric may come in handy.

The Application Performance Index defines a score to report the quality of the user experience across any application. The score ranges from 0.0 to 1.0 and the user experience is split into different ratings as per the following table:

Application Performance Index

You can use the Apdex rating to simplify the reporting of your performance tests. For example, for "Good" or "Excellent" ratings, I usually pass the tests. But for "Unacceptable" or "Poor" ratings, I will fail the tests. When the rating comes back as "Fair" then I am open to discussions!

Apdex Score Calculator Plugin in JMeter

Apdex metric is already reported by JMeter, and this for some time now. But you have to generate the full Report Dashboard to get that metric.

Now, with the new Apdex Score Calulator plugin, you can obtain the Apdex score in an easy and straight way. All you have to do is specify your Tolerated threshold T and then the plugin will compute the Apdex score of the samplers and display the results in a table. You can export this table into a file should you wish to import the Apdex results in your test report.

What Value To Choose For Apdex T

As per the Apdex specs, the plugin comes with a default value of 4s for T. Ideally, the Business Analysts and/or Product owners should provide you with a value for T in the performance requirements of your specific application.

In case T is missing and that the default value does not suit you, you can fallback on Industry best practices. Below are some common alternative values for T:

  • API testing: T = 0.5s (100ms might be too severe)
  • Web testing: T = 1s (as per the RAIL model)

As to me, I have picked a T threshold for my application that results in consistent scores (baselines) so that I can monitor significant movement over time.

Apdex

Opinions expressed by DZone contributors are their own.

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook