users@glassfish.java.net

Re: multiple hudson processes running

From: Scott Oaks <Scott.Oaks_at_Sun.COM>
Date: Fri, 29 Jan 2010 14:12:03 -0500

glassfish_at_javadesktop.org wrote:
> Hudson processes run inside JVM, so use the ps command to find them. Once you locate the list of JVMs on your system, you can use jstack to get the thread dump out of each process, and from there you can see if any of them are running Hudson.
> [Message sent by forum member 'kohsuke' (kk_at_kohsuke.org)]
>
> http://forums.java.net/jive/thread.jspa?messageID=383727
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.ne
Can't you just run jps and tell from the class name?

-Scott