← 返回首页

debian显示内存占用前十的进程

发布时间:2017-09-19 13:24

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

pmap $(pgrep php-cgi | head -1) //查看PHP-CGI占多大的内存