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

Database Active Connections

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

I have a java based application deployed on JBOSS and using DB2 database. For the purpose of monitoring, i need to find the number of active database connections at any point of time. As its a huge and a very old application, i definitely cannot change the underlying functionality of db implementation. Are there any third party jars available which can give me this information. I tried using commons-dbcp. But unable to implement that.

I would really appreciate if somebody can help.

Thanks
 
Bartender
Posts: 2661
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Let's use your other post: https://coderanch.com/t/523438/JDBC/java/Commons-dbcp-getting-active-database

Welcome to the Ranch, Prachi.
 
    Bookmark Topic Watch Topic
  • New Topic