% Cumulative time clarification

33 views
Skip to first unread message

sathish randy

unread,
Oct 24, 2019, 1:43:50 PM10/24/19
to javamelody
Hi All,

we need two clarification.

1. can we get clarification regarding the Cumulative time calculation for http and SQL statistics report since we could not understand how they calculated.

2. we could not understand the total started count in Thread report.

Thanks in advance.


Thanks,
Arockia prabakar.

evernat

unread,
Oct 24, 2019, 7:29:21 PM10/24/19
to javamelody
Hi Arockia,

Cumulative time is the sum of durations for all hits of one request on the selected period (current day by default). An example, is the cumulative time of executions of the request "select * from user where user_id = ?". Then the report displays a percentage of the cumulative time for this request compared to the cumulative time of other requests such as "delete from user where user_id = ?".

The total started count of threads is the number of threads which were started since the JVM was started, for http connectors, application threads pools, caches management, short live background tasks ...
Most of the time, many started threads have finished and have died. That's why the current count of alive threads is often much less than the total started count.

bye,
Emeric
Reply all
Reply to author
Forward
0 new messages