美文网首页Linux
Linux下面如何查看tomcat已经使用多少线程

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

作者: 久伴我还是酒伴我 | 来源:发表于2020-09-29 17:20 被阅读0次

    查看tomcat的 PID

    ps aux |grep tomcat
    
    image.png

    查看线程

    ps -T -p  <PID>|wc -l 
    
    image.png

    相关文章

      网友评论

        本文标题:Linux下面如何查看tomcat已经使用多少线程

        本文链接:https://www.haomeiwen.com/subject/aiieuktx.html