JDbMonitor - Monitor JDBC Performance
JDbMonitor is a tool to monitor and analyse SQL performance in any Java/J2EE application. Provides an effective GUI client to troubleshoot performance issues uncover database bottlenecks.
Features:
- Real time monitoring of SQL execution
- Works with any application that uses JDBC
- Effective GUI to analyse SQL performance data
- Detailed timing information for each SQL statement executed including preparation time, execution time, data transfer time as well as number of records retrieved
- No code change required
- Suitable for monitoring production systems
- Easy to configure and use
Why Use It?
- Troubleshoot performance issues in production systems to uncover database bottlenecks
- Constantly keep an eye on your applications for ’slow’ SQL statements that can potentially cause problems
- Find out exactly what SQL statements are executing in your Java application
- Determine database bottlenecks during development & testing phases to identify areas to improve and SQL statements to optimize
- No more writing System.currentTimeInMillis() between your JDBC calls to capture SQL timing information
- No more going through lines and lines of text based SQL log files to analyse SQL timing information































