Actually, those are native threads, unless you have an old JVM. Linux lists all threads in the output of ps aux. The only way I know to tell when they are actually threads in the same process is that a lot of the stats reported (memory size, resident memory, etc.) are identical. I haven't looked carefully at the ps man page in a while, though.
- richard
ps -ax --forest
gives a tree for each process group
- Bryn
-- [EMAIL PROTECTED] mailing list