From: Leech, J. <jl...@vi...> - 2008-11-11 16:14:11
|
Laurent, I just checked and we don't include the source for org.archive.jmx.Client. My apologies. You can get it at this link: http://archive-crawler.cvs.sourceforge.net/viewvc/*checkout*/archive-cra wler/cmdline-jmxclient/src/java/org/archive/jmx/Client.java?revision=1.1 5 -Jonathan -----Original Message----- From: Leech, Jonathan Sent: Monday, November 10, 2008 3:28 PM To: 'Laurent Geyer'; jrt...@li... Subject: RE: [Jrtg-users] Poller Control Laurent, We included the source code for the archive.org jmx client as a convenience, but neglected to document its use. You can do anything from the command line that you can do from the jconsole application, which is another option for you (It comes with the jdk). To reparse the targets: java -classpath build/poller.jar org.archive.jmx.Client -:- localhost:80 com.virtela.poller:type=Poller reparseTargets The -:- is the username : password for jmx if you've configured that. If you run org.archive.jmx.Client with no arguments it shows it usage to standard out. Hope this helps, Jonathan ________________________________ From: Laurent Geyer [mailto:lg...@gm...] Sent: Monday, November 10, 2008 2:32 PM To: jrt...@li... Subject: [Jrtg-users] Poller Control Good day. Been using RTG at my old job for quite some time and I am Currently in the process of deploying jrtg at my current place of employment. So far so good. Two questions. 1) How do I go about using the command line jmx client to controll the poller 2) Is it possible to reparse the targets file from a running instance? Thanks for listening, Laurent |