Originariamente inviato da tulkas85

non sono riuscito a darmi una risposta in quanto come detto sopra non riesco a vedere da terminale l'evoluzione dei thread come invece faccio si solito per i processi con il comando ps......
su debian:
codice:
$ man ps
...
THREAD DISPLAY
       H               Show threads as if they were processes

       -L              Show threads, possibly with LWP and NLWP columns

       -T              Show threads, possibly with SPID column

       m               Show threads after processes

       -m              Show threads after processes
...
su Mac OS X 10.4:
codice:
$ man ps
...
     -M      Print the threads corresponding to each task.
...
;-)