Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 12:30:28 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        Ivan Voras <ivoras@fer.hr>
Cc:        current@freebsd.org
Subject:   Re: thread info
Message-ID:  <Pine.BSF.4.21.0404271228150.48609-100000@InterJet.elischer.org>
In-Reply-To: <408E7EB6.8060005@fer.hr>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0404271228150.48609-100000>