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?
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?
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.