• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to Monitor JBOSS Pooled Connections

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In our project we like to know how many EJB’s request are handled in the prod environment at a time. So we created a Monitor for the attribute CurrentThreadPoolSize in the object  jboss:service=invoker,type=pooled
However we are unable to see any change in values when we tried to fire more than 100 requests (using JMeter)… I did the similar kind of setup for JVM free Memory & DB Connection , but both works fine…
Similar we also want to track the number HTTP request are handled by the server at a time (no users), however when we fire 100 request, there is changes in values in graph, however monitor doesn’t send any alerts if the threshold values reaches
confused about what really happing, any thought are appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic