查看linux占用内存最多的程序

    技术2022-07-11  130

    1.linux查看占用内存最多的程序

    ps aux|head -1;ps aux|grep -v PID|sort -rn -k +4|head

    2.查看占用cpu最多的程序

    ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3|head

    Processed: 0.020, SQL: 10