thread info

Julian Elischer julian at elischer.org
Tue Apr 27 12:30:33 PDT 2004


ps -p{pid} -H

Note... for liblthread
this only shows active threads and threads sleeping in the
kernel, waiting for something.
Threads idle in userspace will not show up


For libthr all threads will show up, as they are ALL waiting in the
kernel. :-)


On Tue, 27 Apr 2004, Ivan Voras wrote:

> Is it possible to get information about running threads? Something like 'ps' 
> but for threads.
> 
> -- 
> Every sufficiently advanced magic is indistinguishable from technology
>     - Arthur C Anticlarke
> 
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
> 



More information about the freebsd-current mailing list