<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Application Performance Ratio Apdex Index in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Application-Performance-Ratio-Apdex-Index/m-p/718306#M915</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I would like to setup a query to reflect the ApDex Index of an application performance.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Apdex#:~:text=Apdex%20(Application%20Performance%20Index)%20is,measured%20performance%20meets%20user%20expectations" target="_blank" rel="noopener nofollow noreferrer"&gt;https://en.wikipedia.org/wiki/Apdex#:~:text=Apdex%20(Application%20Performance%20Index)%20is,measured%20performance%20meets%20user%20expectations&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;i am not able to translate the docu into a proper query - any idea&amp;nbsp;&amp;nbsp;?&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;SELECT sum((count(userExperience=Normal)+ count(userExperience=NORMAL)+count(userExperience=SLOW))* 0.5+ count(count(userExperience=VERY SLOW)+count(userExperience=Stall))/count(userExperience)&lt;/LI&gt;
&lt;LI&gt;FROM transactions WHERE application = "appname"&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;BR, Reto&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2021 12:59:01 GMT</pubDate>
    <dc:creator>Reto_Zwyer</dc:creator>
    <dc:date>2021-01-25T12:59:01Z</dc:date>
    <item>
      <title>Application Performance Ratio Apdex Index</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Application-Performance-Ratio-Apdex-Index/m-p/718306#M915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I would like to setup a query to reflect the ApDex Index of an application performance.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Apdex#:~:text=Apdex%20(Application%20Performance%20Index)%20is,measured%20performance%20meets%20user%20expectations" target="_blank" rel="noopener nofollow noreferrer"&gt;https://en.wikipedia.org/wiki/Apdex#:~:text=Apdex%20(Application%20Performance%20Index)%20is,measured%20performance%20meets%20user%20expectations&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;i am not able to translate the docu into a proper query - any idea&amp;nbsp;&amp;nbsp;?&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;SELECT sum((count(userExperience=Normal)+ count(userExperience=NORMAL)+count(userExperience=SLOW))* 0.5+ count(count(userExperience=VERY SLOW)+count(userExperience=Stall))/count(userExperience)&lt;/LI&gt;
&lt;LI&gt;FROM transactions WHERE application = "appname"&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;BR, Reto&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 12:59:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Application-Performance-Ratio-Apdex-Index/m-p/718306#M915</guid>
      <dc:creator>Reto_Zwyer</dc:creator>
      <dc:date>2021-01-25T12:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Application Performance Ratio Apdex Index</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Application-Performance-Ratio-Apdex-Index/m-p/718307#M916</link>
      <description>&lt;P&gt;I found kind of a solution with this query:&lt;/P&gt;&lt;P&gt;SELECT 100.0 * filter(count(*), userExperience != "ERROR") / count(*) FROM transactions WHERE application = "application" SINCE 1 minutes&lt;/P&gt;&lt;P&gt;This gives me the ratio in % of the completed transactions. But in my case&amp;nbsp;still it isn't what i am looking for&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 13:40:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Application-Performance-Ratio-Apdex-Index/m-p/718307#M916</guid>
      <dc:creator>Sebastian_Perna</dc:creator>
      <dc:date>2021-05-22T13:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Application Performance Ratio Apdex Index</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Application-Performance-Ratio-Apdex-Index/m-p/718308#M917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/145189"&gt;@Sebastian.Perna&lt;/A&gt;,&lt;/P&gt;

&lt;P&gt;Is it possible to request the time series data of this query via API? Any useful reference can help&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 09:53:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Application-Performance-Ratio-Apdex-Index/m-p/718308#M917</guid>
      <dc:creator>Ashmita_Thapar</dc:creator>
      <dc:date>2021-10-26T09:53:41Z</dc:date>
    </item>
  </channel>
</rss>

