We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调试的时候发现请求很慢,但是看包记录又看不出问题,然后我加了日志发现reqable显示的耗时和实际并不一致 在这个例子中请求实际上 02:54就发送了, reqable显示 02:56才开始,更严重的还有显示与实际相差6s的
The text was updated successfully, but these errors were encountered:
@RonaldinhoL 这个时间不是客户端收到响应完成的时间,是reqable收到服务器响应完成的时间,这两者中间肯定有个时间差。reqable向客户端发送响应数据,这里面有个过程,如果客户端接收慢可能导致拥塞,具体看数据量和客户端网络库的实现逻辑。如果要深入调查,可以使用wireshark观察下收发包。
Sorry, something went wrong.
reqable与客户端都在同一个局域网而且都是小数据包不可能差那么多,我本身设置了下级代理,可能延迟会更多,但从reqable根本看不出来,不管怎样,这个时间显示肯定有问题,或者可以在增加两个从客户端交互开始结束的时间
MegatronKing
No branches or pull requests
调试的时候发现请求很慢,但是看包记录又看不出问题,然后我加了日志发现reqable显示的耗时和实际并不一致
在这个例子中请求实际上 02:54就发送了, reqable显示 02:56才开始,更严重的还有显示与实际相差6s的
The text was updated successfully, but these errors were encountered: