debugging threads vs processes
Boehm, Hans
hans_boehm@hp.com
Fri Jul 13 14:39:00 GMT 2001
> -----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
More information about the Java
mailing list