cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Aws lambda average TPS calculation

Anidarsha
Newcomer

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.

1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

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. 

-Chad

Featured Posts