书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 1323 个相关结果.
  • Serve gRPC

    Serve gRPC http:json, h2:json http:proto, h2:proto h2:grpc h2:grpc+json Serve gRPC Learn how to serve gRPC. Basics for accessing and serving http/h2 in brpc are listed in h...
  • Serve gRPC

    Serve gRPC http:json, h2:json http:proto, h2:proto h2:grpc h2:grpc+json Serve gRPC Learn how to serve gRPC. Basics for accessing and serving http/h2 in brpc are listed in h...
  • 错误码

    错误码 标记RPC为错误 brpc的错误码 自定义错误码 错误码 学习bRPC Client端的错误码。 brpc使用brpc::Controller 设置和获取一次RPC的参数,Controller::ErrorCode() 和Controller::ErrorText() 则分别是该次RPC的错误码和错误描述,RPC结束后才能访问,否则结果...
  • rpc_view

    rpc_view 获取工具 访问目标server 更换目标server rpc_view Learn about bRPC rpc_view tool. rpc_view可以转发端口被限的server的内置服务。像百度内如果一个服务的端口不在8000-8999,就只能在命令行下使用curl查看它的内置服务,没有历史趋势和动态曲线,也无法点击链接...
  • parallel_http

    parallel_http parallel_http Learn about bRPC parallel_http tool. parallel_http能同时访问大量的http服务(几万个),适合在命令行中查询线上所有server的内置信息,供其他工具进一步过滤和聚合。curl很难做到这点,即使多个curl以后台的方式运行,并行度一般也只有百左右...
  • 雪崩

    “雪崩”指的是访问服务集群时绝大部分请求都超时,且在流量减少时仍无法恢复的现象。下面解释这个现象的来源。 当流量超出服务的最大qps时,服务将无法正常服务;当流量恢复正常时(小于服务的处理能力),积压的请求会被处理,虽然其中很大一部分可能会因为处理的不及时而超时,但服务本身一般还是会恢复正常的。这就相当于一个水池有一个入水口和一个出水口,如果入水量大于出...
  • bvar

    bvar What is bvar? Adding new bvar Monitoring bvar Export to Prometheus bvar Bvar, a high performance counters in multi-threaded applications. What is bvar? bvar is a set...
  • bvar

    bvar What is bvar? Adding new bvar Monitoring bvar Export to Prometheus bvar Bvar, a high performance counters in multi-threaded applications. What is bvar? bvar is a set...
  • Compile on ARM platform

    Compile and Run Doris on ARM64 + KylinOS. Software and hardware environment Compilation tool installation (no network) 1. Install gcc10 2. Install other compilation components 3...
  • Check Stub Cache

    CHECK Stub Cache Request Description Path parameters Request body Response Examples CHECK Stub Cache Request GET /api/check_rpc_channel/{host_to_check}/{remot_brpc_port}/...