Jump to content
Versus71

SQL Watch

Recommended Posts

Posted

Database changes monitor

SQLWatch 4.0 - tool for monitoring and profiling SQL queries in application on JDBC Driver layer.

Currenly supported JDBC Drivers:

  • MySQL - direct supported
  • Other (including MySQL) - supported through log4jdbc driver proxy

Profiling:

  • How many times same data is selected from database per operation?
  • How long it take to perform all SQL queries per operation?
  • Is SQL queries efficient?

SQLWatch-QueriesProfiler: listens all SQL queries from JDBC driver and aggregates them. Whan no queries is received within 5 sec (configurable) then queries statistics is printed to stdout.

Download:

http://sqlwatch.googlecode.com/files/sqlwatch-4.0-preview-v1.zip

http://sqlwatch.googlecode.com/files/sqlwatch3.0.0.jar

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...