tomcat的 Server Status 中有如下信息:
------------------------------
Max threads: 500 Current thread count: 233 Current thread busy: 8
Max processing time: 64549 ms Processing time: 14041.786 s Request count: 9232 Error count: 165 Bytes received: 0.01 MB Bytes sent: 37.68 MB
Stage Time B Sent B Recv Client VHost Request -----------------------------------问,最后一行中的Time与上面总述中的Max processing time有什么关系?
Max processing time是指最长一次服务线程时间吗?那么下面明细数据中的Time什么有很多超过此值的,在该线程结束后Max processing time也似乎没有更新成最长的?