> From: Matthew Boeckman [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat manager app question
> 
> I am looking to grab some of the JVM memory utilization 
> information presented in the tomcat5.5 manager webapp
> and pull that into a monitoring/reporting system.

Assuming you want to do this remotely without changing an existing
Tomcat installation, I think you're stuck with parsing the output of the
/manager/status request.  Otherwise, the simplest solution might be to
update the serverinfo portion of the manager servlet on the target
system.  Or, with a bit more work, you could use the JMX MemoryPool
MBean that's built into all 1.5 and above JVMs (assuming you can enable
remote JMX monitoring on the target).

 - 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]

Reply via email to