Re: NEW : Tomcat Performance Monitoring

2006-07-18 Thread Christopher Schultz
Ibrahim, > What I would like is to visually see the performance of Tomcat in real > time. Please see the other thread in this mailing list that has been in discussion for the last few days. At least 2 tools have been mentioned already. -chris signature.asc Description: OpenPGP digital signa

RE: NEW : Tomcat Performance Monitoring

2006-07-18 Thread Ibrahim . Siddiqui
D]> 07/18/2006 02:29 AM Please respond to "Tomcat Users List" To: "Tomcat Users List" cc: Subject:RE: NEW : Tomcat Performance Monitoring > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > I need to monitor Tomcats perfo

RE: NEW : Tomcat Performance Monitoring

2006-07-18 Thread Peter Crowther
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > I need to monitor Tomcats performance real time. What aspects do you need to monitor? If you say that a thread dump gives ample information but post-incident, I assume this is *not* monitoring resource usage? Please give us more information

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Sharma, Siddharth
Nope. No tomcat info. System-info only -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 2:53 PM To: Tomcat Users List Cc: Tomcat Users List Subject: RE: NEW : Tomcat Performance Monitoring but would sar & vmstat give me monitoring inf

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Ibrahim . Siddiqui
TED] Sent: Monday, July 17, 2006 2:41 PM To: Tomcat Users List Cc: Tomcat Users List Subject: RE: NEW : Tomcat Performance Monitoring does sar effect the system as in imposing an overload? "Sharma, Siddharth" <[EMAIL PROTECTED]> 07/17/2006 11:30 AM Please respond to "

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Sharma, Siddharth
omcat Users List Cc: Tomcat Users List Subject: RE: NEW : Tomcat Performance Monitoring does sar effect the system as in imposing an overload? "Sharma, Siddharth" <[EMAIL PROTECTED]> 07/17/2006 11:30 AM Please respond to "Tomcat Users List" To:

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Ibrahim . Siddiqui
does sar effect the system as in imposing an overload? "Sharma, Siddharth" <[EMAIL PROTECTED]> 07/17/2006 11:30 AM Please respond to "Tomcat Users List" To: Tomcat Users List cc: Subject:RE: NEW : Tomcat Performance Monito

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Sharma, Siddharth
Subject: RE: NEW : Tomcat Performance Monitoring Sid, I know of sar but how do I run it? just by 'sar' command or any other parameters? I can't afford overhead as this is production; as to vmstat: just by command or anything else? Thanks, Ibrahim "Sharma, Siddharth"

Re: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Leon Rosenberg
iginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 1:35 PM To: Tomcat Users List Cc: Tomcat Users List Subject: RE: NEW : Tomcat Performance Monitoring Only one I know of is "top" which gives me cpu/memory/disk usage; wondering if there was fre

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Ibrahim . Siddiqui
Please respond to "Tomcat Users List" To: Tomcat Users List cc: Subject: RE: NEW : Tomcat Performance Monitoring You can use sar or vmstat They give you system level health. If you need inside the jvm health you can run the jvm in hprof mode. I

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Sharma, Siddharth
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 1:35 PM To: Tomcat Users List Cc: Tomcat Users List Subject: RE: NEW : Tomcat Performance Monitoring Only one I know of is "top" which gives me cpu/memory/disk usage; wondering if there was freeware on the web or other commands a

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Ibrahim . Siddiqui
"Tomcat Users List" cc: Subject: RE: NEW : Tomcat Performance Monitoring you might try looking within the server it's (Tomcat) residing on -- be it Unix or IIS. Either might have some non-sophisticated, built-in tools to help gauge it. -Original

RE: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Propes, Barry L
users@tomcat.apache.org Subject: Re: NEW : Tomcat Performance Monitoring Hello. I'm creating a new thread regarding tomcat performance monitoring. I am using Tomcat 4.0.6 in a Vignette content management application. I need to monitor Tomcats performance real time. Could someone suggest any answers? U

Re: NEW : Tomcat Performance Monitoring

2006-07-17 Thread Ibrahim . Siddiqui
Hello. I'm creating a new thread regarding tomcat performance monitoring. I am using Tomcat 4.0.6 in a Vignette content management application. I need to monitor Tomcats performance real time. Could someone suggest any answers? Up till now, the only sure way was to do a kill -3 JVM-PID and get a t