Users Used by Users Providing your info on Wanted: who’s using bRPC to help improving bRPC better Used by Last modified February 13, 2023: add the new committ...
IO Receiving messages Sending Messages Socket The full picture IO Learn about bRPC IO. There are three mechanisms to operate IO in general: Blocking IO: once an IO operat...
vars 查询方法 查看历史趋势 统计和查看分位值 非brpc server vars 学习vars服务。 bvar 是多线程环境下的计数器类库,方便记录和查看用户程序中的各类数值,它利用了thread local存储减少了cache bouncing,相比UbMonitor(百度内的老计数器库)几乎不会给程序增加性能开销,也快于竞争频繁的原...
vars 查询方法 查看历史趋势 统计和查看分位值 非brpc server vars 学习vars服务。 bvar 是多线程环境下的计数器类库,方便记录和查看用户程序中的各类数值,它利用了thread local存储减少了cache bouncing,相比UbMonitor(百度内的老计数器库)几乎不会给程序增加性能开销,也快于竞争频繁的原...
cpu profiler 开启方法 查看方法 控制采样频率 控制采样时间 图示 MacOS的额外配置 火焰图 cpu profiler Learn about cpu profiler service. brpc可以分析程序中的热点函数。 开启方法 链接libtcmalloc_and_profiler.a 这么写也开启了tcma...
Security Security About security The Apache Software Foundation takes a rigorous stance on eliminating security issues in its software projects. Likewise, Apache bRPC is also v...