I'd like to get an overview of resource usage of one particular process running on a ubuntu server. Can anyone tell me how I'd go about doing that.

Thanks

link|improve this question

78% accept rate
feedback

2 Answers

up vote 5 down vote accepted

also try htop, you'll have to apt-get install htop , but i like it! alt text

link|improve this answer
3  
htop is very nice; you can run strace or lsof on a process within htop by highlighting the process and typing 's' or 'l' respectively. – gareth_bowles Mar 22 '10 at 14:43
I didn't know that ,you get +1 for coolness. – The Unix Janitor Mar 22 '10 at 18:30
feedback

You can run top and filter on the process or user running the process.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.