100% connreset 与 httperf?
我想知道 connreset 与 httperf 的重要性是什么。测试单个网页时,我没有收到任何错误。当使用包含多个页面的简单 .log 文件时,我收到 100% connreset 错误。关于如何克服这个问题的建议?
I'm wondering what the importance of the connreset with httperf is. When testing a single webpage, I receive no errors. When using a simple .log file with several pages, I am getting 100% connreset errors. Suggestions on how to overcome this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我自己遇到这个问题时,我最终不得不找到它。手册页内容如下:
为了让我自己的服务器实现停止执行此操作,我必须禁用服务器端连接关闭。事实证明,服务器关闭连接过于激进。
I ended up having to track this down as I ran into it myself. The man page says the following:
To get my own server implementation to stop doing this I had to disable the server side connection closing. It turned out that the server was being too aggressive about closing the connection.