https://issues.apache.org/bugzilla/show_bug.cgi?id=39079
--- Comment #30 from Rainer Jung <[email protected]> 2009-10-06 17:16:07 PDT --- (In reply to comment #29) In case it happens again: you can use ps with the "L" flag to see the list of threads (lightweigt processes) of a process and also CPU time by thread. That way you can identify which thread (or threads) are consuming CPU thus allowing to map it more reliably to the stacks generated with gstack. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
