tags:

views:

107

answers:

1

I would like to use VisualVM to monitor a cluster of JVMs, say 50 - 100 processes.

Is there a way to configure VisualVM to monitor to a specified list of JVMs on startup without adding them manually?

+1  A: 

You can run jstatd on each of the machines, and then you will need just to connect to the machines - all processes will be added automatically.

David Rabinowitz