Henry Vermaak a écrit :
On 23/03/07, Graeme Geldenhuys <[EMAIL PROTECTED]> 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
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal