Hi
I want to moniter some of the performance acitivites of JBOSS like Memory Utilisation , DB Connections, heap size etc. Is it possible to write a Java program which can do the above and shot out a mail if it extend a limit set by me . Suppose if the db connections in use crosses 75% ( I will set this value) , then shoot a mail.
Other wise is there any tool which monitors and sends a mail based on the configuration
Regards
B S Reddy
-
JBoss Monitoring (2 messages)
- Posted by: Srinivas Reddy Bijjam
- Posted on: November 08 2005 06:12 EST
Threaded Messages (2)
- JBoss Monitoring by VIJAY KHANNA on November 08 2005 15:01 EST
- JBoss Monitoring by Srinivas Reddy Bijjam on November 09 2005 03:56 EST
-
JBoss Monitoring[ Go to top ]
- Posted by: VIJAY KHANNA
- Posted on: November 08 2005 15:01 EST
- in response to Srinivas Reddy Bijjam
I think the best bet would be to use a product which is already there to get this kind of information.
http://www.ej-technologies.com/products/jprofiler/overview.html
I used it with weblogic and JBoss 4.x. Amazing stuff !
Vijay -
JBoss Monitoring[ Go to top ]
- Posted by: Srinivas Reddy Bijjam
- Posted on: November 09 2005 03:56 EST
- in response to VIJAY KHANNA
Vijay
Tnxs for the Quick Response
Regards
B S Reddy