0
点赞
收藏
分享

微信扫一扫

Linux下面如何查看tomcat已经使用多少线程

boom莎卡拉卡 2021-09-26 阅读 51
调优Linux

查看tomcat的 PID

ps aux |grep tomcat

查看线程

ps -T -p  <PID>|wc -l 

举报

相关推荐

0 条评论