cpu profiler
cpu profiler | bRPC
MacOS的额外配置
在MacOS下,gperftools中的perl pprof脚本无法将函数地址转变成函数名,解决办法是:
- 安装standalone pprof,并把下载的pprof二进制文件路径写入环境变量GOOGLE_PPROF_BINARY_PATH中
- 安装llvm-symbolizer(将函数符号转化为函数名),直接用brew安装即可:
brew install llvm
/opt/homebrew/opt
/opt/homebrew/Cellar/
brew info protobuf
rpcz:
connections:
http://127.0.0.1:8000/rpcz?trace=a32a9de8a8ec0004
Processing the request in a new bthread开始序列化payload部分
Enter example.EchoService.Echo,开始处理rpc method方法
Leave example.EchoService.Echo,开始序列化response
Responded(38) 开始response
builtin/rpcz_service.cpp中打印的rpcz log
span.cpp中记录了每个打点信息