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

    status status 学习status服务。 /status 可以访问服务的主要统计信息。这些信息和/vars是同源的,但按服务重新组织方便查看。 上图中字段的含义分别是: non_service_error : 在service处理过程之外的错误个数。当获取到合法的service,之后发生的错误就算service_error,否则算...
  • bthread_id

    bthread_id bthread_id 学习bRPC bthread_id。 bthread_id是一个特殊的同步结构,它可以互斥RPC过程中的不同环节,也可以O(1)时间内找到RPC上下文(即Controller)。注意,这里我们谈论的是bthread_id_t,不是bthread_t(bthread的tid),这个名字起的确实不太好,容易混淆...
  • 负载均衡

    负载均衡 命名服务 负载均衡 健康检查 负载均衡 学习bRPC负载均衡。 上游一般通过命名服务发现所有的下游节点,并通过多种负载均衡方法把流量分配给下游节点。当下游节点出现问题时,它可能会被隔离以提高负载均衡的效率。被隔离的节点定期被健康检查,成功后重新加入正常节点。 命名服务 在brpc中,NamingService 用于获得服务名对应的...
  • 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...
  • Access gRPC

    Access gRPC http:json, h2:json http:proto, h2:proto h2:grpc h2:grpc+json Access gRPC Learn how to access gRPC. Basics for accessing and serving http/h2 in brpc are listed i...
  • contention profiler

    contention profiler 开启方法 图示 contention profiler 学习contention profiler服务。 brpc可以分析花在等待锁上的时间及发生等待的函数。 开启方法 按需开启。无需配置,不依赖tcmalloc,不需要链接frame pointer或libunwind。如果只是brpc client或...
  • contention profiler

    contention profiler 开启方法 图示 contention profiler 学习contention profiler服务。 brpc可以分析花在等待锁上的时间及发生等待的函数。 开启方法 按需开启。无需配置,不依赖tcmalloc,不需要链接frame pointer或libunwind。如果只是brpc client或...
  • contention profiler

    contention profiler 开启方法 图示 contention profiler Learn about contention profiler service. brpc可以分析花在等待锁上的时间及发生等待的函数。 开启方法 按需开启。无需配置,不依赖tcmalloc,不需要链接frame pointer或libunwind。...
  • Contribute指南

    Contribute指南 Contribute指南 如何为bRPC做贡献 如果你遇到问题或需要新功能,欢迎创建issue 。 如果你可以解决某个issue , 欢迎发送PR。 发送PR前请确认: 完全遵守Apache软件基金会行为准则 。 你的代码符合google C++代码规范 。缩进最好为4个空格。 代码出现的位置和其定位相符。比如对于某...
  • Contribute指南

    Contribute指南 Contribute指南 如何为bRPC做贡献 如果你遇到问题或需要新功能,欢迎创建issue 。 如果你可以解决某个issue , 欢迎发送PR。 发送PR前请确认: 完全遵守Apache软件基金会行为准则 。 你的代码符合google C++代码规范 。缩进最好为4个空格。 代码出现的位置和其定位相符。比如对于某...