P6Spy is an open source framework for applications that intercept and optionally modify database statements. P6Spy includes P6Log, an application that intercepts and logs the database statements of any application that uses JDBC. This application is particularly useful for developers to monitor the SQL statements produced by EJB servers, enabling the developer to write code that achieves maximum efficiency on the server. P6Spy installs in minutes and requires no code changes to applications.
Having emerged from a 6 month beta cycle, P6Spy 1.0 is a major overhaul of P6Spy and includes both a complete rewrite of the driver architecture and many new, highly requested features such as support for JDK 1.4, DataSources, log4j, JBoss 3.x, and WebSphere.
P6Spy is available for download at http://www.p6spy.com
-
P6Spy 1.0 Released (7 messages)
- Posted by: Jeff Goke
- Posted on: February 03 2003 20:19 EST
Threaded Messages (7)
- Small but powerfull by Jan Casteels on February 04 2003 07:33 EST
- Visualization Of JDBC Performance Data by William Louth on February 04 2003 08:51 EST
- Visualization Of JDBC Performance Data by Edward Wang on February 04 2003 10:23 EST
- Visualization Of JDBC Performance Data by William Louth on February 04 2003 08:51 EST
- Cheers! by Yuval Goldstein on February 04 2003 08:50 EST
- Check out IronEye SQL. by Bruce Tate on March 06 2003 21:09 EST
- Try Elvyx ... by Armando Perdomo on February 27 2007 06:26 EST
- Check out IronEye SQL. by Bruce Tate on March 06 2003 21:09 EST
- Wonderful utility.. by Paul Danckaert on February 04 2003 10:36 EST
-
Small but powerfull[ Go to top ]
- Posted by: Jan Casteels
- Posted on: February 04 2003 07:33 EST
- in response to Jeff Goke
I used P6Spy a while ago on a project. It was one of the best utilities that I discovered at that time.
Good utilities are small and powerfull and easy to use. This is definatly one of them. -
Visualization Of JDBC Performance Data[ Go to top ]
- Posted by: William Louth
- Posted on: February 04 2003 08:51 EST
- in response to Jan Casteels
Hi Jan,
Have you tried out JDBInsight 1.2? Inspired
JDBInsight's visualization of performance, database schema and transaction data is unmatched. Its also has a competitive price.
The next release of JDBInsight, 1.5, will be out in March 2003. This will include support for Java code profiling (JDBC drivers) as well as some fantastic information visualization graphics (Java->JDBC->SQL->Database).
I would hope that you find Inspired's products well designed, powerful and easy to use.
Regards,
William Louth (william dot louth at jinspired dot com)
CTO / Product Architect
Inspired
Tune With Insight
www.jinspired.com -
Visualization Of JDBC Performance Data[ Go to top ]
- Posted by: Edward Wang
- Posted on: February 04 2003 10:23 EST
- in response to William Louth
Well, Inspired is also a very exciting tool, but as it's commercial, not so easy to abtain a demo license, while 6Spy is absolutely free, small and good enough, I like the latter better. -
Cheers![ Go to top ]
- Posted by: Yuval Goldstein
- Posted on: February 04 2003 08:50 EST
- in response to Jeff Goke
I installed, configured and tested it in under 3 minutes.
This is a very nice tool.
Cheers! -
Check out IronEye SQL.[ Go to top ]
- Posted by: Bruce Tate
- Posted on: March 06 2003 21:09 EST
- in response to Yuval Goldstein
There's a free trial version of a tool called IronEye SQL based on p6spy that you would probably like. It's at www.irongrid.com. -
Try Elvyx ...[ Go to top ]
- Posted by: Armando Perdomo
- Posted on: February 27 2007 18:26 EST
- in response to Bruce Tate
We were using p6spy and IronGrid but we could not find the IronGrid code to fix some bugs. Then, we started implementing a client for p6spy and we finished implementing the full solution. This application is Elvyx and can be downloaded from: http://www.elvyx.com I think this tool could be useful to the community. Armando ;-) http://www.elvyx.com -
Wonderful utility..[ Go to top ]
- Posted by: Paul Danckaert
- Posted on: February 04 2003 10:36 EST
- in response to Jeff Goke
This is a great tool for quick debugging, tracing, and seeing what the heck is going on. Its an easy way to look at the generated SQL of your EJB/JDO environment, to trace problems, or just to get a feel for your round trip database traffic.
There are other tools around that give you lots more features, but sometimes you just need to see whats going on, and this does it will.