Get list of top applications consuming memory :
ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head
Modified on: Fri, 14 Feb, 2020 at 4:43 PM
Get list of top applications consuming memory :
ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head
Did you find it helpful? Yes No
Send feedback