1. pmap -x pid

2. ps -aux | grep 进程名

    ps -e -o 'pid,comm,args,pcpu,rsz,vsz,stime,user,uid' | grep 进程名

3. top -d 1 -p pid

4. cat /proc/[pid]/status

相关文章:

  • 2021-10-16
  • 2021-10-16
  • 2021-10-16
  • 2021-10-16
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-16
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案