Kudithipudi.Org

April 11, 2012

HOW TO : Check number of processes (including threads) being run/executed by a user in Linux

Filed under: HOWTO,Linux — Vinay @ 6:50 pm

Quick how to for finding out the list of processes, including threads spawned by these processes

 ps -eLf | grep USERNAME 

Explanation of the options

  • e : Select all processes
  • L : Show threads
  • f : Extra full format

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress