Is there a way to find out the RAM that every single process is using. I've find out all the pid and total ram usage by all processes. Now I want to find amount of RAM every single process using. Thanks :)
Asked
Active
Viewed 38 times
0
-
1Have you looked at http://stackoverflow.com/q/15828372/603270 ? – shkschneider Apr 22 '15 at 15:03
-
Really thanks for helping :) but i've tried this before. It didn't work. – Maaz Apr 22 '15 at 15:15
-
1What do you mean "it didn't work". I just tried it and it works just fine. Post your code or explain what isn't working. – David Wasser Apr 22 '15 at 15:29