> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: JVM/Tomcat startup parameters, HPUX > > I think the only way to observe effective memory settings is to either > run jmap against the running process, or examine it from within by > interrogating the Runtime object. You can also attach a > debugger to it, of course.
JConsole will provide all the requested information (and much more), assuming the HP JVM will accommodate it. Look at the VM Summary tab for the startup options and general heap status; use the Memory tab for details about the heap. If you run JConsole on the same machine as Tomcat, you don't even need to set the com.sun.management.jmxremote system property to look at the basic data. - 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]