Re: Collect thread dumps of all Java process on localhost

2015-11-04 Thread Keimpe Bronkhorst
Mandy, Thanks, I got it to work using your suggestions. Keimpe Bronkhorst Oracle JDeveloper On 11/4/2015 5:02 PM, Mandy Chung wrote: On Nov 4, 2015, at 2:32 PM, Keimpe Bronkhorst wrote: This concerns code we have in Oracle JDeveloper which collect thread dumps of all Java Processes on loc

Re: Collect thread dumps of all Java process on localhost

2015-11-04 Thread Mandy Chung
> On Nov 4, 2015, at 2:32 PM, Keimpe Bronkhorst > wrote: > > This concerns code we have in Oracle JDeveloper which collect thread dumps of > all Java Processes on local host. This code uses the non-public JDK classes: > import sun.jvmstat.monitor.MonitorException; > import sun.jvmstat.

Collect thread dumps of all Java process on localhost

2015-11-04 Thread Keimpe Bronkhorst
This concerns code we have in Oracle JDeveloper which collect thread dumps of all Java Processes on local host. This code uses the non-public JDK classes: import sun.jvmstat.monitor.MonitorException; import sun.jvmstat.monitor.MonitoredHost; import sun.jvmstat.monitor.MonitoredVm;