Linux 查看内存占用前10名的程序

1 min read
ps aux | sort -k4,4nr | head -n 10