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


Reply With Quote