• 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

jmx mail alerts for runtime parameters in jvm

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

can any one help me on how to generate notification mails, if memory consumption and number of live threads exceeds some level in jvm by using jmx

any comment would very much helpful
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

suresh reddya.c wrote:
can any one help me on how to generate notification mails, if memory consumption and number of live threads exceeds some level in jvm by using jmx

any comment would very much helpful



JMX is more of a container, than a library -- meaning it is similar to the EJB or servlet container. What it is capable of doing depends on what services (mbeans) are loaded.

So, if you happen to have an mbean that instruments the data that you want -- and have an email mbean installed. I guess you can configure one to send notifications to the other (assuming they are compatible).

Henry
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic