[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-06-08 Thread yoge_babu
The Free Edition never expires and you get all functionality of the 
Professional Edition.

Installing Applications Manager Free Edition allows you to monitor and manage 5 
monitors in your network. 

Thanks
Yoge
http://appmanager.com/


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880751#3880751

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880751


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-06-08 Thread Traveldoo2
Thanks for your help. About your software, does the free version include MBean 
monitoring ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880746#3880746

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880746


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-06-08 Thread [EMAIL PROTECTED]
 Number of messages in the JMS Queue can be obtained from MBean
jboss.mq.destination:service=Queue,name=.

The attribute QueueDepth in the MBean gives the number of messages currently in 
the queue.

The operation listMessages  will list all the messages in the queue.

All these parameters can be monitored using Applications Manager6.0.

The product can be downloaded from 
http://manageengine.adventnet.com/products/applications_manager/download.html

Thanks
Yoge

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880743#3880743

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880743


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-06-02 Thread genman
"Traveldoo2" wrote : "genman" wrote : 
  |   | What you reallly want to watch for are things like CPU and memory 
usage, free disk space, etc., which can be monitored outside of the JVM.  The 
thread count is important as well as the number of messages for JMS.
  | Thanks you very much for you help. I searched through the JMX and couldn't 
find this number of messages you're talking about. Maybe I searched the wrong 
place ?

You'll have to monitor the number of messages by queue name.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880059#3880059

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880059


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-05-26 Thread [EMAIL PROTECTED]
Memory usage can be obtained from the MBean

jboss.system:type=ServerInfo

U can view the detail using the below link after replacing jbosshost and port

http://jbosshost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system%3Atype%3DServerInfo

You can also get ActiveThreadCount from the above MBean

Similarly JDBC stats details can be viewed from the MBean

jboss.jca:name=,service=ManagedConnectionPool 

The attribute InUseConnectionCount will give u the exact number connections in 
use.

Servlet invocation counts can be obtained from 
*:j2eeType=Servlet,* MBeans

CPU usage and Disk usage are not exposed through defualt MBeans available in 
JBoss

To monitor CPU Usage and Disk usage you can use Applications Manager.
It helps you in monitoring performance, availability, and usage statistics of 
JBoss Servers.

For more info refer 
http://manageengine.adventnet.com/products/applications_manager/monitoring-jboss.html

The product is free to monitor upto 10 JBoss servers.
Online demo of the product is available in 
http://demo.appmanager.com/application-management.html

--Yoge


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879192#3879192

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879192


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-05-26 Thread Traveldoo2
"genman" wrote : 
  | What you reallly want to watch for are things like CPU and memory usage, 
free disk space, etc., which can be monitored outside of the JVM.  The thread 
count is important as well as the number of messages for JMS.
Thanks you very much for you help. I searched through the JMX and couldn't find 
this number of messages you're talking about. Maybe I searched the wrong place ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879140#3879140

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879140


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-05-17 Thread genman

What you reallly want to watch for are things like CPU and memory usage, free 
disk space, etc., which can be monitored outside of the JVM.  The thread count 
is important as well as the number of messages for JMS.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878051#3878051

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878051


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-05-12 Thread Traveldoo2
I believe JBoss WebConsole can do what you want, gshifrin.

You access it at the URL :
http://hostname/web-console

More info here :
http://jboss.org/wiki/Wiki.jsp?page=WebConsole

By the way, i'm also very interested into relevant MBeans to monitor :
for now I just monitor FreeMemory and ActiveThreadCount
There are just too many MBeans to manually search amongst the other trees.
Does anyone has a fair idea on this subject ?

Thanks in advance.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877501#3877501

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877501


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-01-17 Thread jeff.kehoe
Anybody from JBoss have any comments?  What's important to look at?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862457#3862457

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862457


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-01-14 Thread gshifrin
I've been using the jmx-console to check on the ManagedConnectionPool's and the 
jboss.system - ServerInfo to look at memory and threads. I'd be interested in 
finding any other key indicators.

Also, I went over to sourceforge to look for monitoring tools and found 
something called EJTools which seems to work ok with JBoss 3.2.x to examine the 
same sort of info. It'd be nice to know if anyone else is using this and what 
for.

What I was really hoping to find was a tool that could be configured to monitor 
various key indicators and send an alarm/page/email when various threshholds 
were exceeded.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862177#3862177

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862177


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user