Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Contents

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.



  • No labels