• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Free Monitoring Tool for WebLogic

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
Can anyone tell me whether there is any free monitoring tool by Bea available with weblogic server/express?
If someone has any experience with any free monitoring tool then please share!

Thanks in Advance,
Deepak
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

wich kind of monitoring do you want to do?
The administration console already has lots of runtime information you may want to know about. You can also build your own monitors using JMX.
Thread dump's are allways handy as well.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to use Monitoring tools in Realtime Enterprise Environment which do extensive monitoring there are very good tools like

Intersperse Manager:
http://www.intersperse.com

BMC Patrol
http://www.bmc.com

Wily's Interscope
http://www.wilytech.com

But there are some free tools that can do some extent of monitoring like MX4J etc.
Hope this helps....
 
Deepak Dew
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
THanks Ravi.
I may try the free tool you suggested.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I want to know how much threads are running in my weblogic 7.0 by some API like JMX. I can found a sample code for monitoring memory. I want a sample code for monitoring threads so that i can plug-in in my code. If any of you have and can send me, I would be thankful to you. Or else any doc which provides sufficient details, then i can go on try coding myself.

Thanks in advance.
 
On top of spaghetti all covered in cheese, there was this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic