You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2019/08/05 02:12:06 UTC

[GitHub] [incubator-brpc] gxkevin opened a new issue #874: 请问,bar中,关于iobuf的监控项分别代表什么意思,有什么作用?

gxkevin opened a new issue #874: 请问,bar中,关于iobuf的监控项分别代表什么意思,有什么作用?
URL: https://github.com/apache/incubator-brpc/issues/874
 
 
   目前项目中遇到个问题,就是解析pb的时间占比过高,占整体耗时接近20%,十几ms,即brpc::processRpcRequest -> brpc::parsePbFromIOBuf -> brpc::ParsePbFromIOBuf,看到brpc bvar的一些监控项,不太了解iobuf相关的监控项含义,比如:
       iobuf_block_count : 1454
       iobuf_block_count_hit_tls_threshold : 26326739  (这个tls代表什么意思?)
       iobuf_block_memory : 1183824
       iobuf_newbigview_second : 49
   
   另外,parsePb耗时过高的话,能给我一些建议么,相关的火焰图在附件里面
   [perf-kernel.zip](https://github.com/apache/incubator-brpc/files/3465669/perf-kernel.zip)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org