Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-15 Thread Seth Ladd

Dave Morrow wrote:

Thanks Seth.  I have been reading the documentation on it and it looks
like it will give me what I am seeking.

One question though, to save time, you wouldn't happen to know where I
might find a list of OID's which I could point MRTG at? 


Just search for JVM MIB on google, you'll find it.

Seth

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-14 Thread Dave Morrow
Thanks Seth.  I have been reading the documentation on it and it looks
like it will give me what I am seeking.

One question though, to save time, you wouldn't happen to know where I
might find a list of OID's which I could point MRTG at? 


David A. Morrow
Technical Systems Lead
Autodata Solutions Company
[EMAIL PROTECTED]
http://www.autodata.net
Tel: (519) 951-6079
Fax: (519) 451-6615 

 Poor planning on your part does not necessarily constitute an
emergency on my part! 

This message has originated from Autodata Solutions. The attached
material is the Confidential and Proprietary Information of Autodata
Solutions. This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete
this message and notify the Autodata system administrator at
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

-Original Message-
From: Seth Ladd [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 10, 2005 10:41 PM
To: Tomcat Users List
Subject: Re: Monitor Tomcat with SNMP (MRTG etc)?

Dave Morrow wrote:
 Does anyone know how to use SNMP tools to monitor a Tomcat server?  
 Are there any open source tools to assist or add this ability?

With JDK 5 you can enable the builtin SNMP agent.  This can export all
the standard JMX attributes of the VM.  I don't think there's a way to
export anything else, though.  At least this gives memory, cpu, etc
monitoring.

Seth

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Dave Morrow

Does anyone know how to use SNMP tools to monitor a Tomcat server?  Are
there any open source tools to assist or add this ability?

David A. Morrow
Technical Systems Lead
Autodata Solutions Company
[EMAIL PROTECTED]
http://www.autodata.net
Tel: (519) 951-6079
Fax: (519) 451-6615 

 Poor planning on your part does not necessarily constitute an
emergency on my part! 

This message has originated from Autodata Solutions. The attached
material is the Confidential and Proprietary Information of Autodata
Solutions. This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete
this message and notify the Autodata system administrator at
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Seth Ladd

Dave Morrow wrote:

Does anyone know how to use SNMP tools to monitor a Tomcat server?  Are
there any open source tools to assist or add this ability?


With JDK 5 you can enable the builtin SNMP agent.  This can export all 
the standard JMX attributes of the VM.  I don't think there's a way to 
export anything else, though.  At least this gives memory, cpu, etc 
monitoring.


Seth

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Peter Lin
if you use tomcat 5.0.19 or new, you can use JMeter to monitor tomcat.

peter


On 8/10/05, Seth Ladd [EMAIL PROTECTED] wrote:
 Dave Morrow wrote:
  Does anyone know how to use SNMP tools to monitor a Tomcat server?  Are
  there any open source tools to assist or add this ability?
 
 With JDK 5 you can enable the builtin SNMP agent.  This can export all
 the standard JMX attributes of the VM.  I don't think there's a way to
 export anything else, though.  At least this gives memory, cpu, etc
 monitoring.
 
 Seth
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Lintang JP
how can I do monitoring with JMeter ? plis advice...

On 8/11/05, Peter Lin [EMAIL PROTECTED] wrote:
 
 if you use tomcat 5.0.19 or new, you can use JMeter to monitor tomcat.
 
 peter
 
 
 On 8/10/05, Seth Ladd [EMAIL PROTECTED] wrote:
  Dave Morrow wrote:
   Does anyone know how to use SNMP tools to monitor a Tomcat server? Are
   there any open source tools to assist or add this ability?
 
  With JDK 5 you can enable the builtin SNMP agent. This can export all
  the standard JMX attributes of the VM. I don't think there's a way to
  export anything else, though. At least this gives memory, cpu, etc
  monitoring.
 
  Seth
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
---
http://www.psychotazkia.or.id


Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Peter Lin
JMeter has a tomcat monitor, which can access tomcat's status servlet
to get memory and thread info.

jmeter can monitor up to 200 servers on a 1.4ghz laptop with 1gb of
ram without any problems.

you can find out more on jmeter's site or go directly to the user manual here

http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html

peter lin


On 8/10/05, Lintang JP [EMAIL PROTECTED] wrote:
 how can I do monitoring with JMeter ? plis advice...
 
 On 8/11/05, Peter Lin [EMAIL PROTECTED] wrote:
 
  if you use tomcat 5.0.19 or new, you can use JMeter to monitor tomcat.
 
  peter
 
 
  On 8/10/05, Seth Ladd [EMAIL PROTECTED] wrote:
   Dave Morrow wrote:
Does anyone know how to use SNMP tools to monitor a Tomcat server? Are
there any open source tools to assist or add this ability?
  
   With JDK 5 you can enable the builtin SNMP agent. This can export all
   the standard JMX attributes of the VM. I don't think there's a way to
   export anything else, though. At least this gives memory, cpu, etc
   monitoring.
  
   Seth
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 --
 ---
 http://www.psychotazkia.or.id
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Monitor Tomcat with SNMP (MRTG etc)?

2005-08-09 Thread Dave Morrow
Does anyone know how to use SNMP tools to monitor a Tomcat server?  Are there 
any open source tools to assist or add this ability?

David A. Morrow
Technical Systems Lead
Autodata Solutions Company
[EMAIL PROTECTED]
http://www.autodata.net
Tel: (519) 951-6079
Fax: (519) 451-6615 

 Poor planning on your part does not necessarily constitute an emergency on my 
part! 

This message has originated from Autodata Solutions. The attached material is 
the Confidential and Proprietary Information of Autodata Solutions. This email 
and any files transmitted with it are confidential and intended solely for the 
use of the individual or entity to whom they are addressed. If you have 
received this email in error please delete this message and notify the Autodata 
system administrator at [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]