On Mon, Sep 13, 2010 at 1:38 PM, pmsteil <[email protected]> wrote:
Are there any tools to monitor OBD like SeeFusion? > What servlet container are you running? Some generic Java monitoring tools (and remember since this all runs on Java, the tools don't necessarily have to be CFML or servlet container specific): * VisualVM (https://visualvm.dev.java.net/) -- comes with the JDK * JConsole ( http://download.oracle.com/javase/1.5.0/docs/guide/management/jconsole.html) -- comes with the JDK * JavaMelody http://code.google.com/p/javamelody/ * JeeObserver (http://www.jeeobserver.com/) If you're on Tomcat here are some monitoring tools to look into: * Lambda Probe (http://www.lambdaprobe.org/d/index.htm) * Tomcat Monitor (http://www.tomcatmonitor.com/) This is all open source stuff. If you venture into the commercial realm there's tons of tools to support Tomcat as well, not to mention things like tc Server (http://www.springsource.com/products/tcserver) which is a commercial version of Tomcat with administration and monitoring tools built in. Let me know if you're running another container and I can ask around; Tomcat is just what I'm most familiar with. There are a ton of Java monitoring and profiling tools out there, but I hope this list at least gives you a start. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
