Quantcast
Channel: All System Administration posts
Viewing all articles
Browse latest Browse all 1179

Re: how to calculate the memory utilization in process wise

$
0
0

This will report the percentage of memory in use %

#free | grep Mem | awk '{print $3/$2 * 100.0}'

 

also use 'ps aux ' command, parameter gives the correct memory usage or maybe memory leak after few hours VSZ(virtual mem) and RSS(resident set size).


Viewing all articles
Browse latest Browse all 1179

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>