日志中记录如下信息:
[Wed Jul 11 14:07:32 2012] [notice] mpmstats: rdy 74 bsy 1 rd 0 wr 0 ka 1 log 0 dns 0 cls 0
[Wed Jul 11 14:17:33 2012] [notice] mpmstats: rdy 74 bsy 1 rd 0 wr 0 ka 1 log 0 dns 0 cls 0
[Wed Jul 11 14:27:33 2012] [notice] mpmstats: rdy 72 bsy 3 rd 0 wr 1 ka 2 log 0 dns 0 cls 0
[Wed Jul 11 14:27:33 2012] [notice] mpmstats: bsy: 1 in mod_was_ap22_http.c
[Wed Jul 11 14:37:33 2012] [notice] mpmstats: rdy 67 bsy 8 rd 0 wr 2 ka 6 log 0 dns 0 cls 0
[Wed Jul 11 14:37:33 2012] [notice] mpmstats: bsy: 2 in mod_was_ap22_http.c
rdy代表ready的线程数目。
bsy代表busy的线程数目,即在线的客户访问数目。
rd代表reading读取请求的线程数目。
wr代表等待was或者客户端浏览器响应。
ka代表IHS已完成访问请求keepalive连接。
log是在写access log的线程。
dns是代表在做DNS查询的线程。
cls是完成处理正在正在close的线程。
阅读(4233) | 评论(0) | 转发(0) |