Howdy, You can try the JRockit JVM's built-in monitoring capabilities. Every time I've tried it it's been unstable, so I don't use it in production.
If by "most consuming object" you mean the single object that take up the most memory in the JVM, forget about it as that's impossible to monitor without significant (order of magnitude slowdown/memory consumption) overhead. The built-in GC logging switches in the Sun JVM work very well (-verbose:gc) for me. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Carlos-Roberto Queiroz [mailto:[EMAIL PROTECTED] >Sent: Monday, August 11, 2003 2:17 PM >To: [EMAIL PROTECTED] >Subject: Monitoring Tomcat > > Hello, I�d like to know about any tools one can use to monitor Tomcat >JVM for performance issues (e.g. most consuming object, gc execution). > > > Thanks > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
