Command for CPU Usage for particular process?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvnaidu
    Contributor
    • Oct 2009
    • 365

    Command for CPU Usage for particular process?

    I need to measure CPU usage for particular process in LINUX. any command to do that ?
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    You can use top command to know the CPU usage for any process.

    Raghu

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Also see 'man ps' .

      Comment

      Working...