[Home] [CInformatique - The Project] [Articles] [Books] [Google Tools] [Google Gadgets]
JDBCSpy
JDBCSpy is a lightweight JDBC wrapper that tracks and exposes query statistics via JMX
Objective
JDBCSpy aims to provide a lightweight means to obtain statistics at the JDBC driver level. StatusIt currently provides minimal statistics around JDBC Statements and PreparedStatements but functionality is expected to improve over time. JDBCSpy has been tested using PostgreSQL and hsqldb but should more or less work with any configurable JDBC data source. The code is a work in progress (and likely will continue to be for the foreseeable future). It's an interesting little side project that has actually shown some utility in a couple of situations.
JDBCSpy aims to provide a lightweight means to obtain statistics at the JDBC driver level.
It currently provides minimal statistics around JDBC Statements and PreparedStatements but functionality is expected to improve over time.
JDBCSpy has been tested using PostgreSQL and hsqldb but should more or less work with any configurable JDBC data source.
The code is a work in progress (and likely will continue to be for the foreseeable future). It's an interesting little side project that has actually shown some utility in a couple of situations.
Post a Comment
0 comments:
Post a Comment