View Single Post
  #1   (View Single Post)  
Old 7th February 2011
PvSw1 PvSw1 is offline
New User
 
Join Date: Feb 2011
Posts: 3
Default OpenBSD, how to see subprocess details

Hi all,

I am a happy user of OpenBSD. Currently I have some problems I am trying to debug.
I have a program that runs a few 'subprocesses' (threads?). Looking with 'ps waux' I can see the main program STAT="Ss".
Can anyone tell me which utilities / options can be used to see each of the individual subprocesses?

Remark: The top -T options seems related. However I do not see any difference at all between "top -T" and "top", so I have no processes at all with threads, the -T option does not work or it has other purposes.
Reply With Quote