Re: Tomcat Memory Script

2009-06-16 Thread Matt Corban
I am not too familiar with jmap, jstack or jinfo. I could write a script that uses jmap to get the memory of the tomcat running and then store the necessary information in a log file. On Tue, Jun 16, 2009 at 12:39 PM, Pid wrote: > André Warnier wrote: > > Matt Corban wrote: > &g

Tomcat Memory Script

2009-06-16 Thread Matt Corban
Do you know where I can find a shell script (not a jsp) that will monitor the JVM and get me the same information as the Tomcat Manager does (free, max, total)? I am monitorijng a cluster of tomcats and need to keep track of the free memory over time. I have been looking for one and so far have b

Memory Question

2009-05-04 Thread Matt Corban
Where does Tomcat store the memory usage that it displays in the Server Status under the Manager console? I was thinking about writing a shell script to keep track of the memory usage over time (such as the free memory, total memory and max memory) and store it in a file. Thanks, Matt