Versus71 Posted November 30, 2013 Report Posted November 30, 2013 Database changes monitorSQLWatch 4.0 - tool for monitoring and profiling SQL queries in application on JDBC Driver layer.Currenly supported JDBC Drivers:MySQL - direct supportedOther (including MySQL) - supported through log4jdbc driver proxyProfiling: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.ziphttp://sqlwatch.googlecode.com/files/sqlwatch3.0.0.jar Quote