查看java线程占用cpu情况

  1. 使用jps找出java进程的pid
  2. top -Hp VMID
  3. jstack -l VMID 分析线程栈运行情况

你可能感兴趣的:(查看java线程占用cpu情况)