debian显示内存占用前十的进程 发布时间:2017-09-19 13:24 ps aux | sort -k4,4nr | head -n 10pmap $(pgrep php-cgi | head -1) //查看PHP-CGI占多大的内存