ps aux | awk '{print $6/1024 " MB\t\t" $11 " PID\t" $2}' | sort -n
Friday, May 18, 2018
How to check your linux host memory consumption
Subscribe to:
Posts (Atom)
茌成的博客 (AKA joychester) IF you think it is helpful, Take it away for free :)
ps aux | awk '{print $6/1024 " MB\t\t" $11 " PID\t" $2}' | sort -n