07 May 2019
12:05 AM
- last edited on
10 May 2021
05:06 AM
by
MaciejNeumann
In the Methods dashboard, I found Exec Avg time of a method equal to 1255.22ms. After charting (Dual-Axis chart) the same method with aggregation as Average vs Count, I found that the Average time as 27807.46ms for the same time frame. So, is their any difference between Exec Avg and Average time?
Solved! Go to Solution.
Hello @Navneet S.
The method's average execution time, measured as its response time minus the response time of all called (and instrumented) methods.
Events captured for a Measure on the AppMon Server are aggregated into a measurement per 10 sec. interval.
Average: Average of all incoming event values per interval.
Have a look on the below link for Measures and charting FAQ.
Regards,
Babar