RE: Monitoring Tomcat with Jconsole

2008-11-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Monitoring Tomcat with Jconsole > > I gather that I was wrongly fixated on that number (266M) > and that it does not really represent any real memory used > in any permanent way by the process. Correct; it

Re: Monitoring Tomcat with Jconsole

2008-11-24 Thread André Warnier
Caldarale, Charles R wrote: [...] Thanks for the many comments. After this processing, the process in a "top" display shows the following : 22175 star 21 0 266m 23m 11m S 1.0 4.6 0:14.61 java (where 266m is the virtual memory, and 11m the resident one). The top virtual number

RE: Monitoring Tomcat with Jconsole

2008-11-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Monitoring Tomcat with Jconsole > > I don't know if the jconsole offers a cleaner way of doing this I'm not aware of any mechanism in JConsole to send the output anywhere, other than via the clipboard. > A

Re: Monitoring Tomcat with Jconsole

2008-11-24 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Monitoring Tomcat with Jconsole This script by the way (not one of mine) does a "cd" into the java/bin directory and then launches the program from there. Can that have something to do with it

RE: Monitoring Tomcat with Jconsole

2008-11-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Monitoring Tomcat with Jconsole > > This script by the way (not one of mine) does a "cd" into > the java/bin directory and then launches the program from > there. Can that have something to do with it ? Th

Re: Monitoring Tomcat with Jconsole

2008-11-24 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Monitoring Tomcat with Jconsole Can I "provoke" some meaningful message by misspelling one of these -D switches, just to check ? Not by misspelling, but if you change the port number to alpha

RE: Monitoring Tomcat with Jconsole

2008-11-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Monitoring Tomcat with Jconsole > Can I "provoke" some meaningful message by misspelling one of these -D > switches, just to check ? Not by misspelling, but if you change the port number to alphabetics, it wi

Re: Monitoring Tomcat with Jconsole

2008-11-24 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Monitoring Tomcat with Jconsole ./java "-Dcom.sun.management.jmxremote.port=11200 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.password.file=/mydir/ management.jmxremote.pas

RE: Monitoring Tomcat with Jconsole

2008-11-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Monitoring Tomcat with Jconsole ./java "-Dcom.sun.management.jmxremote.port=11200 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.password.file=/mydir/ management.jmxremote.password" -Dpgm=ST

Monitoring Tomcat with Jconsole

2008-11-24 Thread André Warnier
Hi. I lied in the subject. This is not strictly a question about Tomcat monitoring, although the ultimate aim is to monitor a specific Tomcat application. But I'm trying to start small first, and I'm encountering a problem with Jconsole, for which this is my first-ever try. I have a java stand