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
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workkloads.

Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

Trending

  • Artificial Intelligence, Real Consequences: Balancing Good vs Evil AI [Infographic]
  • Kubeflow: Driving Scalable and Intelligent Machine Learning Systems
  • Measuring the Impact of AI on Software Engineering Productivity
  • How to Practice TDD With Kotlin

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
16.7K 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
Oops! Something Went Wrong

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

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

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 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!