• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to collect all data from jamon jdbc proxy driver

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Be reasonable. You can't destroy everything. Where would you sit? How would you read a tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic