首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >100%连接httperf?

100%连接httperf?
EN

Stack Overflow用户
提问于 2010-07-29 04:27:48
回答 1查看 1.7K关注 0票数 4

我想知道与httperf连接的重要性是什么。在测试单个网页时,我没有收到任何错误。当使用一个包含多个页面的简单.log文件时,我得到的是100%的连接重置错误。关于如何克服这个问题的建议?

EN

回答 1

Stack Overflow用户

发布于 2011-06-28 03:36:50

当我自己遇到它时,我最终不得不追查到它。手册页显示了以下内容:

代码语言:javascript
复制
connreset: The number of times a TCP connection failed due to a RESET from the
server. Typically, a RESET is received when the client attempts to send data to
the server at a time the server has already closed its end of the connection.
NT servers also send RESETs when attempting to establish a new connection when
the listen queue is full.

为了让我自己的服务器实现停止这样做,我必须禁用服务器端连接关闭。事实证明,服务器在关闭连接方面过于激进。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/3357218

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档