Differences between revisions 1 and 2
Revision 1 as of 2009-11-17 08:16:44
Size: 694
Editor: KaareChristiansen
Comment: Generated the documentation branch for 3.12
Revision 2 as of 2010-08-16 10:24:53
Size: 694
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
[[Action(edit)]] <<Action(edit)>>

Tools in the Monitor Module

edit

dk.netarkivet.monitor.tools.JMXProxy

This tool enables you to browse the logs from all your applications using jconsole. Note that you must run this tool on the machine where you are running the GUIApplication.

Usage

export CLASSPATH=/path/to/installdir/lib/dk.netarkivet.monitor.jar
java -Dcom.sun.management.jmxremote dk.netarkivet.monitor.tools.JMXProxy "dk.netarkivet.common.logging:*" &
jconsole

In the JConsole dialogbox you can now select "Local". Then in the main window the tab MBeans is chosen, and you can unfold "dk.netarkivet.common.logging" where MBeans for all the logs are represented.

Additional Tools Manual 3.12/Tools in Monitor Module (last edited 2010-08-16 10:24:53 by localhost)