Difference between revisions of "Processes and threads"

From Alessandro's Wiki
(Created page with " = TOP = * THREAD DISPLAY ** -H Show threads as if they were processes ** -L Show threads, possibly with LWP and NLWP columns ** -T Show threads, possibly with SPID column ...")
 
 
Line 1: Line 1:




= TOP =
= Threads =




* THREAD DISPLAY
* top
** -H Show threads as if they were processes
** -H Show threads as if they were processes
** -L Show threads, possibly with LWP and NLWP columns
** -L Show threads, possibly with LWP and NLWP columns
** -T Show threads, possibly with SPID column
** -T Show threads, possibly with SPID column
** -m Show threads after processes
** -m Show threads after processes
* ps
ps uH p [PID] [| wc -l]

Latest revision as of 07:39, 23 August 2012


Threads

  • top
    • -H Show threads as if they were processes
    • -L Show threads, possibly with LWP and NLWP columns
    • -T Show threads, possibly with SPID column
    • -m Show threads after processes
  • ps
ps uH p [PID] [| wc -l]