soulgalore / jdbcmetrics

Get information from your JDBC driver.
39 stars 12 forks source link

Total db time per request #15

Open mlundberg opened 11 years ago

mlundberg commented 11 years ago

I want to view how much time of the request was spent in db executions. Filter knows requests total time (if its placed first/last). The proxy should add upp the total time for every execution, maybe stored in thread local.

soulgalore commented 11 years ago

:+1:

soulgalore commented 11 years ago

now the data is collected, need to output & and to the stats.

soulgalore commented 11 years ago

ok, should we also add total request time? not totally about the database but would be nice to have? @mlundberg

soulgalore commented 11 years ago

no on second thought, that is out of scope.

mlundberg commented 11 years ago

Total request time would be total filter time, and yes its out of scope. But would it be interesting with percent spent on db querying?

On 12 maj 2013, at 09:18, Peter Hedenskog notifications@github.com wrote:

no on second thought, that is out of scope.

— Reply to this email directly or view it on GitHub.

soulgalore commented 11 years ago

yes, it would be quite nice, will you or me add the percentage?