一、进程查询:
ps -e -o 'pid,comm,args,pcpu,rsz,vsz,stime,user,uid'
说明:PCPU是Cpu使用率,8核最多是800。
或者
ps -aux
二、线程查询:
cat /proc/13284/status
说明:13284是进程ID。
一、进程查询:
ps -e -o 'pid,comm,args,pcpu,rsz,vsz,stime,user,uid'
说明:PCPU是Cpu使用率,8核最多是800。
或者
ps -aux
二、线程查询:
cat /proc/13284/status
说明:13284是进程ID。