Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, is there a command to get the user and system time per each process? or is it even possible to get those values per each process?...
  1. #1
    Just Joined!
    Join Date
    Nov 2011
    Posts
    2

    user and system time per process

    Hi,

    is there a command to get the user and system time per each process? or is it even possible to get those values per each process?

  2. #2
    Linux Guru
    Join Date
    May 2011
    Posts
    1,844
    check out the ps tool. read the manpage:
    Code:
    man ps
    In particular, you might find the -p and -o options useful, to start with.
    Last edited by atreyu; 11-22-2011 at 03:34 AM. Reason: typo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...