Results 1 to 2 of 2
Hi friends
What command we have to use to find the ram utilisation for a particular user in linux
Regards
forumbala...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-05-2013 #1Just Joined!
- Join Date
- Feb 2013
- Posts
- 7
Ram utilisation for a particular user
Hi friends
What command we have to use to find the ram utilisation for a particular user in linux
Regards
forumbala
- 03-05-2013 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,657
Hi,
This comes to mind:
you could also generate the pids from such a ps command, and run those pids thru pmap.Code:ps -u $USER


Reply With Quote
