Re: [Geoserver-users] Processing and DB Query Statistics Breakdown

2023-01-01 Thread Tiago Vieira
I don't know any native Geoserver thing that could give you that. Normally i use some profile to get that information. I used the JProfiler and YourKit. Those are paid products, but you have a trial period to check it. Cheers, *Tiago Vieira* On Sat, 31 Dec 2022 at 20:48, Felipe Fraga wrote: >

[Geoserver-users] Processing and DB Query Statistics Breakdown

2022-12-31 Thread Felipe Fraga
Hello all, I am trying to get request time statistics from GeoServer. Monitoring extension already provides request total time, but I would like to know how much of the time was spent by the database query execution and how much was actually spent by GeoServer processing. Does anyone know if ther