21 Sep 2023 08:00 PM - last edited on 08 Aug 2024 11:35 AM by Michal_Gebacki
In time period of 24 hours , the lambda received 1193 request between 08.29 am and 08.30 am . For the rest of the time the no of request is 1 at 2 pm . How do we calculate the average TPS for this lambda .
In dynatrace , the average tps from throughput metrics changes with time period selected for observation .
Average TPS between 8 am to 12 pm gives 16.1/s . Extending it between 8 am to next day 8 am makes it 1.61/s (3.22/s + 0.002/s) ÷ 2 .
How average tps needs to be calculated at this scenario. I am using single value mode of view.
Solved! Go to Solution.
12 Feb 2024 08:38 PM - edited 12 Feb 2024 08:39 PM
Within the Data Explorer you can formulate a Query statement that first looks at one results of the TPS Average in your first time frame, then Copy that query and paste it in adding the + operator between them, supplying the time shift to get the same metric from a different time frame and then adding in your divisible by 2.
Granted you doing need the divisible by two if you are already looking at the average via the query. it will average the two statements together within the selected time frames.