查看Linux 下某个程序的内存情况

ps -e -o 'pid,comm,args,pcpu,rsz,vsz,stime,user,uid' | grep oracle |  sort -nrk5

你可能感兴趣的:(查看Linux 下某个程序的内存情况)