Splunk AppDynamics

Application Performance Ratio Apdex Index

Reto_Zwyer
Engager

Hi 

I would like to setup a query to reflect the ApDex Index of an application performance.

https://en.wikipedia.org/wiki/Apdex#:~:text=Apdex%20(Application%20Performance%20Index)%20is,measure....

i am not able to translate the docu into a proper query - any idea  ?

  • SELECT sum((count(userExperience=Normal)+ count(userExperience=NORMAL)+count(userExperience=SLOW))* 0.5+ count(count(userExperience=VERY SLOW)+count(userExperience=Stall))/count(userExperience)
  • FROM transactions WHERE application = "appname"

BR, Reto

Labels (1)
Tags (1)

Sebastian_Perna
Explorer

I found kind of a solution with this query:

SELECT 100.0 * filter(count(*), userExperience != "ERROR") / count(*) FROM transactions WHERE application = "application" SINCE 1 minutes

This gives me the ratio in % of the completed transactions. But in my case still it isn't what i am looking for

Ashmita_Thapar
Explorer

Hi @Sebastian.Perna,

Is it possible to request the time series data of this query via API? Any useful reference can help

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Best Strategies to Optimize Observability Costs

 Join us on Tuesday, May 6, 2025, at 11 AM PDT / 2 PM EDT for an insightful session on optimizing ...

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...