[fpc-pascal] multi threading under Linux

Marc PERTRON marc.pub at finistware.com
Fri Mar 23 23:15:57 CET 2007


Henry Vermaak a écrit :
> On 23/03/07, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
>> Hi,
>>
>> Anybody know how I can see the amount of threads running in a process
>> under Linux?  I don't mean programmatically in Free Pascal, I mean an
>> external tool.  Something like 'top' or 'ps aux' or Gnome System
>> Monitor, etc..
>>
>
> ps -eLf gives you information about threads.  the NLWP (number of
> threads) and LWP (thread ID) columns are added with the -L option.
Hi,
There is also pstree (display a tree of processes)
-- 
Marc



More information about the fpc-pascal mailing list