AppD Archive

Calculate SLA Uptime Percentage using AppD

CommunityUser
Splunk Employee
Splunk Employee

Hi,

Is there a way using which i can calculate uptime percentage for a specific time interval using AppD?

I read through the below thread but this doesn't really help with the percentages that I am looking for.

http://community.appdynamics.com/t5/AppDynamics-Discussions/How-can-AppDyamics-be-used-to-produce-a-...

Please help.

Thanks,

Bala

0 Karma

Arun_Dasetty
Super Champion

Hi Bala,

see if writing custom script by retrieving the value for <value> element from rest api response and manipulating the sun of values with duration in time in minutes helps to get percentage and you could report the custom metric using machine agent to UI and can use in custom dashboard or Health rule alert,

http://community.appdynamics.com/t5/AppDynamics-Discussions/Availabilty-Monitoring-through-AppD/m-p/...

Check if that informaiton helps

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

Thanks for the response.

Can i use the <sum> instead of the <value>? My understanding is that it is basically the uptime of the specific node. 

For example, If i want to calculate the uptime SLA percentage of last 1 month of a specific node, total number of minutes would be "43200" and assume there has been some downtime for this specific node. I believe during this downtime, this availablity metric does not have any value.  So if i take the <sum> elements value from the response, is my assumption right that this is the total uptime in the last 1 month.

I can now calculate percentage like below.

(<sum> element value / 43200) * 100

Please correct me if I am wrong here.

0 Karma
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...