Find the most memory consuming process By Unknown September 12, 2017 Execute the following command to get a list of most memory consuming processes: ps aux | awk '{print $6/1024 " MB\t\t" $11}' | sort -n Share Get link Facebook X Pinterest Email Other Apps Labels aux awk linux memory process ps ram usage utilization Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment