Re: Tomcat - JMX to get connections per minutes?

2008-03-19 Thread paul womack

Caldarale, Charles R wrote:
From: paul womack [mailto:[EMAIL PROTECTED] 
Subject: Tomcat - JMX to get connections per minutes?


How do I get figures on (what I consider) simple stuff
like connections per minute/hour/whatever, Kilobytes
per second, etc?


Probably the easiest thing to do is look at code that already does it.
Lambda Probe (http://lambdaprobe.org) is a good open-source utility for
that, as is MoSKito (http://moskito.anotheria.net/).  Tomcat's own
manager app also displays some statistics, and the source is in the src
download.


I was hoping that there already existed some (web?) or Swing
tool that would graph/chart obvious performance/load parameters,
analagous to sun PerfMeter, or KDE System Guard.

I certainly wasn't intending to write a java app myself
(unless forced)

  BugBear

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat - JMX to get connections per minutes?

2008-03-19 Thread Caldarale, Charles R
 From: paul womack [mailto:[EMAIL PROTECTED] 
 Subject: Re: Tomcat - JMX to get connections per minutes?
 
 I was hoping that there already existed some (web?) or Swing
 tool that would graph/chart obvious performance/load parameters,
 analagous to sun PerfMeter, or KDE System Guard.

Both Lambda Probe and MoSKito will do that for you; download and try
them.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat - JMX to get connections per minutes?

2008-03-18 Thread paul womack

Colour me stupid;

I've installed Tomcat 5.5, and have read various
glowing reports about monitoring and JMX and how
wonderful it all is.

I've just googled, and read stuff, for around the last hour.

And come up empty.

How do I get figures on (what I consider) simple stuff
like connections per minute/hour/whatever, Kilobytes
per second, etc?

  BugBear

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]