On 23 Mar 2007, at 09:11, Graeme Geldenhuys wrote: > 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.. Attach with gdb (gdb -p <pid>) and type "info threads" Jonas