Tagged Questions
0
votes
0answers
26 views
How can I see a process' thread count? [duplicate]
Possible Duplicate:
Is there a way to see details of all the threads that a process has in Linux?
I want to see the thread count which belongs to a process in linux. What command should I ...
1
vote
1answer
212 views
Bafflingly baroque Debian ps: show threads in forest tree
My favourite ps invocation is:
ps -efww ef
as I need to watch all processes (-e), get extended information about them (-f), see the environment (e) they operate within, wrapping lines (-w -w) so I ...