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

其中rsz为实际内存,上例实现按内存排序,由大到小

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
猜你喜欢
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案