MrGuin commented on issue #2000:
URL: https://github.com/apache/brpc/issues/2000#issuecomment-1447929723

   > > 是多个连接,ec2 上测的 qps 最高只有 6w 左右,增加连接数 qps 也上不去,只有 latency 上去了。。
   > 
   > 
可以看下bvar监控,bthread_worker_usage是否已经达到上限?process_cpu_usage和bthread_worker_usage的比值是多少?
 另外brpc-redis server的处理逻辑是什么,是直接从内存里访问key进行响应,还是有其它逻辑?
   
   好的我看一下。brpc redis server 里边没有任何逻辑,单纯的 no-op,使用的是 brpc 的 redis example,并且把 
commandhandler 里的内存操作都注掉了,因为想测试的是 brpc 的性能上限。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to