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
使用ab做测试-n 5000 -c 1,调用无异常,但日志中记录少于实际调用次数,c越小记录越少,不知是存在并发问题还是有意丢弃了?
测试脚本 ab -n 5000 -c 1 http://172.17.20.26:9180/jersey-dubbo/service/consumer/person/bob 消费端测试配置 <dubbo:protocol name="http" port="9180" server="servlet" contextpath="jersey-dubbo" serialization="json" accesslog="/work/dubbo/ac.log" />
The text was updated successfully, but these errors were encountered:
Merge pull request apache#9 from markerking/master
41c5d56
修复admin没有consumer时出现空指针异常
No branches or pull requests
使用ab做测试-n 5000 -c 1,调用无异常,但日志中记录少于实际调用次数,c越小记录越少,不知是存在并发问题还是有意丢弃了?
测试脚本
ab -n 5000 -c 1 http://172.17.20.26:9180/jersey-dubbo/service/consumer/person/bob
消费端测试配置
<dubbo:protocol name="http" port="9180" server="servlet" contextpath="jersey-dubbo"
serialization="json" accesslog="/work/dubbo/ac.log" />
The text was updated successfully, but these errors were encountered: