这个是使用 keepalive socket 的数据
[root@dhcp-client examples]# ./analyze-relative /tmp/out
Slowest pages on average (worst 5):
Average times (sec)
connect write read close hits URL
0.0004 0.0004 0.0335 0.0335 3008 http://172.17.64.34/cgi-bin/my.cgi
0.0004 0.0004 0.0139 0.0139 3008 http://172.17.64.34
0.0002 0.0003 0.0022 0.0022 3007 http://172.17.64.39/full-%E5%91%BD%E4%BB%A4%E5%88%97%E8%A1%A8-rhel.txt
Requests: 9023 Time: 29.85 Req/Sec: 302.31
[root@dhcp-client examples]#
[root@dhcp-client examples]#
|
这个是不使用 KeepAlive socket 的数据
root@dhcp-client examples]# ./analyze-relative /tmp/out
Slowest pages on average (worst 5):
Average times (sec)
connect write read close hits URL
0.0004 0.0005 0.0360 0.0360 2839 http://172.17.64.34/cgi-bin/my.cgi
0.0004 0.0004 0.0143 0.0143 2839 http://172.17.64.34
0.0002 0.0003 0.0022 0.0023 2839 http://172.17.64.39/full-%E5%91%BD%E4%BB%A4%E5%88%97%E8%A1%A8-rhel.txt
Requests: 8517 Time: 29.85 Req/Sec: 285.34
[root@dhcp-client examples]#
|
可以看到每秒钟的请求数量基本上一致,没有太大区别
阅读(2596) | 评论(0) | 转发(0) |