We need to profile the JDBC operations of several web applications, the number of requests, the time spent, the returned rows, ...
Do you use any free / commercial JDBC profiling tool? What are your impressions?
Thank.
I never used it, but met Elvyx . Again, it has not been updated recently.
The only JDBC profiling tool I know is P6Spy . Ancient but still working.
JAMon (Java Application Monitor). , .
IntelliJ IDEA Fluid HTTP JDBC. , -, .
IntelliJ IDEA
Fluid
HTTP
JDBC
There is a JDBC profiler built into JProfiler (go to Hotspots view -> JDBC), the best I've seen so far ...
You can use Jdbc spy: https://github.com/lbaeumer/jdbcspy .It can be configured very easily and will provide information on which operators are executed, what are the operators with the greatest duration, additional statistics about your connections, which operators are executed so often, etc.
Source: https://habr.com/ru/post/1741432/More articles:Bizarre C ++ Compiler Problem - c ++What are the requirements for HTA files? - windowsHelp System.Web.Compilation.BuildManager найти тип в сборке без ссылки - compilationfft and converting an array to image / image into an array - pythonHow to recover power outage data using C ++ programming in windows - c ++Tips and tricks for test development - unit-testingSuggest a better algorithm for encrypting an XML file in C # .NET? - c #Silverlight and Azure Tables - silverlightSQL CHECK Constraint Issues - sqlC: socket () socket programming freezes - cAll Articles