This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: debugging threads vs processes


> -----Original Message-----
> From: Jonathan Olson [mailto:jpolsonaz@mac.com]
> Personally, I can't see much point in having a separate `ps' or `top' 
> entry for
> each thread entry, since all entries show exactly the same 
> information 
> except
> for the process ID. 
I often find it very useful to know how many threads there are, and how many
of them are actually getting processor time and how much.  Also zombies
among the threads tend to be bad news, though those should probably be
impossible in the absence of linuxthreads bugs or memory corruption.

I agree that a flag to display only processes would be nice.

Hans


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]