I have one provider, one consumer and one zookeeper and one monitor deployed. I start a performance test on them, but it dose not look good. (see attached image). Is it possible that I don't configure correctly?
Environment
Dubbo version: 2.7.7
Operating System version: centos7
Java version: 1.8
Steps to reproduce this issue
deploy one provider, one consumer, one zookeeper, one monitor
consumer serves as restful api, which invoke the provider methods by dubbo
I have one provider, one consumer and one zookeeper and one monitor deployed. I start a performance test on them, but it dose not look good. (see attached image). Is it possible that I don't configure correctly?
Environment
Steps to reproduce this issue
configuration
provider
consumer
Expected Result
I expect that there should NOT be so much difference between consumer side and provider side in both elapsed time and concurrent count.
Actual Result