>> 3. How do I get more run time logging from the WO application itself? I >> thought Shark could do something with the JVM. Can it measure the memory >> foot print over time? If so, how? > > > I'm not sure, but I've heard Pascal mention he is using Nagios to monitor > memory usage.
I use the check_jmx plugin to monitor and graph (with a Nagios graph helper) heap space usage: http://exchange.nagios.org/directory/Plugins/Java-Applications-and-Servers/check_jmx/details You can use the plugin without Nagios, for example you could call the plugin with cron every 5 minutes, pipe the output to a file and do stats from the output file. _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com