Right. ssh -X to your EC2 box, run jps to get your java process PID, and then run jconsole <PID> and wait for jconsole to show up (tends to be slow when done remotely like this).
jtop is also your friend. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- From: Ryan McKinley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, December 20, 2007 11:26:50 AM Subject: Re: debugging slowness > > Can't run jconsole, no X at the moment, if need be I'll install it > though... > You should be able to connect jconsole to a remote process (no need for X on the server) check: http://java.sun.com/j2se/1.5.0/docs/guide/management/ http://www.componative2.com/content/controller/developer/insights/jconsole1 ryan