Hi
"ps -aux" command gives memory used by process in Kb precision.Is theer any way that I can find memory used by a process in byte precision?
Thanks and Regards
Sanjeev
the /PID/ will process the header line. Just count over and adjust the $3, $4 whatever to correspond to the correct filed you want to
Processes can only allocate memory in PAGE chunks ( 4096 or 8192 depending on your machine ). Therefore there is no reason to keep a byte count because there will never be any fractional pages allocated
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.