| Author |
how to collect all data from jamon jdbc proxy driver
|
mike packard
Greenhorn
Joined: Aug 13, 2008
Posts: 1
|
|
Hello I am using the jamon jdbc proxy driver to collect information about my application. There are many connections opening and closing throughout. I have successfully inserted the proxy driver, but when I try to print out the stats about them, they are not aggregated. I only get info for one connection at a time. How can I access all the stats that the driver has collected, not just for a single connection? Here is what I'm doing to retrieve the info from jamon: Object[][] sql_detail = MonProxyFactory.getSQLDetail(); String[] sql_detail_header = MonProxyFactory.getSQLDetailHeader(); Thanks in advance for any help you can provide. Mike [ August 13, 2008: Message edited by: mike packard ]
|
 |
 |
|
|
subject: how to collect all data from jamon jdbc proxy driver
|
|
|