<?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 Re: Calculate uptime/downtime per day in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733448#M8492</link>
    <description>&lt;P&gt;In reference to the daily uptime.&amp;nbsp; I am interested in creating a report that will expand over 30 days however i need the report to show.&lt;/P&gt;&lt;P&gt;1st&amp;nbsp; 100 % uptime&lt;/P&gt;&lt;P&gt;2nd 100% uptime&lt;/P&gt;&lt;P&gt;3rd 99% uptime.&lt;/P&gt;&lt;P&gt;etc&amp;nbsp;&lt;/P&gt;&lt;P&gt;then maybe an average uptime at the end of the month if possible.&lt;/P&gt;&lt;P&gt;I need this for a certain URL. I am sure it starts with a dashboard just need a little guidance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2021 20:27:39 GMT</pubDate>
    <dc:creator>Michael_Batchel</dc:creator>
    <dc:date>2021-05-13T20:27:39Z</dc:date>
    <item>
      <title>Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733433#M8477</link>
      <description>&lt;P&gt;How to calculate the uptime/downtime based on the transactions response?&lt;/P&gt;&lt;P&gt;If the interface is consider as down when 5 consecutive requests not replied within a total of 30 seconds...how to create a rule with this&amp;nbsp;condition?&lt;/P&gt;&lt;P&gt;The time is clear but the number&amp;nbsp;of attempts? How to indicate that value on a&amp;nbsp;condition rule please?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 11:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733433#M8477</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-09T11:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733434#M8478</link>
      <description>&lt;P&gt;If I am understanding your question correctly, then you're trying to setup a health rule that triggers if your agent doesn't report in 5 times in a row over a 30 second period. Since the agents only report in every minute, I don't think this will be possible unless AppD adds a "ping" feature which allows users to set their own intervals (a feature I'd love to have too for better Server HealthCheck Monitoring). Your best bet may be to set your health rule to look at the past 1 minute's worth of data and report 1 minute after that if the Agent Availability % drops below 1 or has No data. This won't give you a 30 second response time, but a 120 second one, so you'll have to decide if that extra 90 seconds is acceptable or not.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 13:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733434#M8478</guid>
      <dc:creator>millerep</dc:creator>
      <dc:date>2019-10-09T13:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733435#M8479</link>
      <description>&lt;P&gt;Thanks Eric,&lt;/P&gt;&lt;P&gt;Sorry let me explain better.&lt;/P&gt;&lt;P&gt;We have 3 business transactions that need to be executed in order to complete a login.&lt;/P&gt;&lt;P&gt;The requiremente is:&lt;/P&gt;&lt;P&gt;- if there are 5 attempts of failed login, then there is an application&amp;nbsp;downtime&lt;/P&gt;&lt;P&gt;- an attempt is considered as failed if the business transaction spends more than 30seconds&lt;/P&gt;&lt;P&gt;I hope this clarify the issue...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 13:55:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733435#M8479</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-09T13:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733436#M8480</link>
      <description>&lt;P&gt;Ahh that's a bit more complicated. I'd have to think about the first one, but off the top of my head you may be able to open your Application in the Controller GUI, then go to "Configuration" on the left-hand menu then click on "Instrumentation" then "Error Detection" and maybe set some sort of Error using a redirect or an HTTP Code (Maybe 405?), but I'm not sure how your app is designed or your "login" call works. (Error detection documentation can be found here:&amp;nbsp;&lt;FONT&gt;&lt;A href="https://docs.appdynamics.com/display/PRO45/Error+Detection" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.appdynamics.com/display/PRO45/Error+Detection&lt;/A&gt;&lt;/FONT&gt;). I'm not sure though I'll have to play with it to see.&lt;/P&gt;&lt;P&gt;As for your second issue, you can do that fairly easier, by creating a Health Rule for that application, using the "Business Transaction Performance (load, response time, slow calls, etc)" Health Rule Type, then select the exact Business Transaction you want, and create a "Critical Condition" using a metric value of &amp;gt; 30 for response time. Then just create a Policy and Action to trigger that rule. Also, depending on how your application is setup, you may be able to do a 2for1 by adding multiple conditions in the Health Rule set to use an "Any" condition to trigger off your 5 failed login attempts to, but it'll probably use an "errors per minute" metric instead.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 15:45:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733436#M8480</guid>
      <dc:creator>millerep</dc:creator>
      <dc:date>2019-10-09T15:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733437#M8481</link>
      <description>&lt;P&gt;We have 3 business transactions that need to be executed in order to complete a login.&lt;/P&gt;&lt;P&gt;The requiremente is:&lt;/P&gt;&lt;P&gt;- if there are 5 attempts of failed login, then there is an application downtime&lt;/P&gt;&lt;P&gt;- an attempt is considered as failed if the business transaction spends more than 30seconds&lt;/P&gt;&lt;P&gt;I hope this clarify the issue...&lt;/P&gt;&lt;P&gt;Answer: I am assuming that you need it from real user monitoring not from synthetic (it can be easily available from synthetic).&lt;/P&gt;&lt;P&gt;you can define threshold at application level for slow OR very slow transactions 30 secs.&lt;/P&gt;&lt;P&gt;Now group them all three transaction as "Login" , now create a dashboard for it. Select widget "metric" then select particular application as datasource then select metric category "custom"&lt;/P&gt;&lt;P&gt;Now select metric expression from Select a Metric field .&lt;/P&gt;&lt;P&gt;Now select Two metrics as mentioned below:&lt;BR /&gt;Login Business transaction group : V2 slow calls metric - Value&amp;nbsp; &amp;amp;&amp;nbsp; V1 Average Response Time (ms) - Count&lt;/P&gt;&lt;P&gt;Use below formula , it will give you Availability % for Login BT group :&lt;BR /&gt;&amp;nbsp;100 - (100*({v2}/({v1}+{v2})))&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 17:34:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733437#M8481</guid>
      <dc:creator>Anand_Yadav</dc:creator>
      <dc:date>2019-10-09T17:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733438#M8482</link>
      <description>&lt;P&gt;Thanks Anand,&lt;/P&gt;&lt;P&gt;We cannot use real user monitoring, it is not available for us.&lt;/P&gt;&lt;P&gt;Regarding the formule, sorry could you please kindly clarify it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;V2 slow calls metric - Value&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;V1 Average Response Time (ms) - Count&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 07:43:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733438#M8482</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-10T07:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733439#M8483</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry but I do not undersatnd why &amp;nbsp;V2 (slow calls metric - Value)&amp;nbsp;&amp;nbsp;is added to &amp;nbsp; V1 (Average Response Time (ms) - Count).&lt;/P&gt;&lt;P&gt;You would be adding the number of slow calls to the number of times the agent collected the metric. But those slow calls should be already included in the V1 count... am I right?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 11:19:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733439#M8483</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-10T11:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733440#M8484</link>
      <description>&lt;P&gt;Correct , my bad.&lt;/P&gt;&lt;P&gt;thanks for correcting it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 11:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733440#M8484</guid>
      <dc:creator>Anand_Yadav</dc:creator>
      <dc:date>2019-10-10T11:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733441#M8485</link>
      <description>&lt;P&gt;Which should be then the right expression to be used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;100 - (100*({v2}/({v1}))&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 14:02:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733441#M8485</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-10T14:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733442#M8486</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please kindly confirm how to proceed.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 09:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733442#M8486</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-15T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733443#M8487</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;The information was very useful but it is not exactly what we need.&lt;/P&gt;&lt;P&gt;We have 2 transactions that compose the Login action. What we need to calculate is the uptime time of this servic.&lt;/P&gt;&lt;P&gt;Downtime is considered if the following condition occurs more than 5 times:&lt;/P&gt;&lt;P&gt;- the sum of the response time of those 3 transactions is higher than 30 seg&lt;/P&gt;&lt;P&gt;Could you please kindly provide us support on this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 15:37:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733443#M8487</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-16T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733444#M8488</link>
      <description>&lt;P&gt;formula would be :&lt;/P&gt;
&lt;P&gt;100 - (100*({v2}/{v1}))&amp;nbsp; , where V2 is Very slow calls value and V1 is total calls ( Average response time (counts) or Sum(Calls per minute ) )&lt;/P&gt;


&lt;P&gt;Question : the sum of the response time of those 3 transactions is higher than 30 secs.&lt;/P&gt;
&lt;P&gt;Answer :&amp;nbsp; I mentioned earlier that create a business transaction group And create a dashboard and health rule for it.&lt;/P&gt;
&lt;P&gt;Select BT group in health rule and dashboard.you can use this formula in dashboard to get Availability %&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100 - (100*({v2}/{v1}))&lt;/P&gt;
&lt;P&gt;And create health rule for BT group on Sum(Avg Response Time) &amp;gt; 30 secs , select 5 out of 10 mins or whatever you want in health rule.&lt;/P&gt;
&lt;P&gt;if you want to discuss more,please call me.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;+91 9540642389&lt;/P&gt;

&lt;P&gt;^ Edited by&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142051"&gt;@Ryan.Paredez&lt;/A&gt;&amp;nbsp;Be sure to read the entire thread for more context about the problem and solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 17:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733444#M8488</guid>
      <dc:creator>Anand_Yadav</dc:creator>
      <dc:date>2019-10-16T17:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733445#M8489</link>
      <description>Thanks a lot. Just as confirmation, the response time metric displayed for a group... is the sum of all the response times or it is an average? Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2019 07:02:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733445#M8489</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-17T07:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733446#M8490</link>
      <description>&lt;P&gt;Yes.It will be a sum of all three Avergae response time.&lt;/P&gt;&lt;P&gt;You may also validate it by adding them manually for a given time of interval.&lt;/P&gt;&lt;P&gt;sum Total accumulated value for the metric over the selected time period.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 11:28:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733446#M8490</guid>
      <dc:creator>Anand_Yadav</dc:creator>
      <dc:date>2019-10-18T11:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733447#M8491</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Then we should obtain the same result if we use one of this cases indistinctly (taking into account that&amp;nbsp;the service that is composed by 3 Business Transactions) for creating a rule:&lt;/P&gt;&lt;P&gt;A) metric expression&lt;/P&gt;&lt;P&gt;{value(average response time BT1)}+{value(average response time BT2)}+{value(average response time BT3)}&lt;/P&gt;&lt;P&gt;B) group metrics (including teh 3 BTs on a group)&lt;/P&gt;&lt;P&gt;value(average response time group)&lt;/P&gt;&lt;P&gt;Am I right please?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 11:52:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733447#M8491</guid>
      <dc:creator>Maria_Garcia</dc:creator>
      <dc:date>2019-10-18T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate uptime/downtime per day</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733448#M8492</link>
      <description>&lt;P&gt;In reference to the daily uptime.&amp;nbsp; I am interested in creating a report that will expand over 30 days however i need the report to show.&lt;/P&gt;&lt;P&gt;1st&amp;nbsp; 100 % uptime&lt;/P&gt;&lt;P&gt;2nd 100% uptime&lt;/P&gt;&lt;P&gt;3rd 99% uptime.&lt;/P&gt;&lt;P&gt;etc&amp;nbsp;&lt;/P&gt;&lt;P&gt;then maybe an average uptime at the end of the month if possible.&lt;/P&gt;&lt;P&gt;I need this for a certain URL. I am sure it starts with a dashboard just need a little guidance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 20:27:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Calculate-uptime-downtime-per-day/m-p/733448#M8492</guid>
      <dc:creator>Michael_Batchel</dc:creator>
      <dc:date>2021-05-13T20:27:39Z</dc:date>
    </item>
  </channel>
</rss>

