书栈网 · BookStack 本次搜索耗时 0.174 秒,为您找到 1099 个相关结果.
  • 系统自适应限流

    背景 系统规则 原理 示例 Sentinel 系统自适应限流从整体维度对应用入口流量进行控制,结合应用的 Load、CPU 使用率、总体平均 RT、入口 QPS 和并发线程数等几个维度的监控指标,通过自适应的流控策略,让系统的入口流量和系统的负载达到一个平衡,让系统尽可能跑在最大吞吐量的同时保证系统整体的稳定性。 背景 在开始之前,我们先了解...
  • 导入模块

    导入模块 导入模块 PyObject * PyImport_ImportModule (const char *name) Return value: New reference. This is a simplified interface to PyImport_ImportModuleEx() below, leaving the gl...
  • Default:默认模板

    Default:默认模板 Default:默认模板 Pigsty项目根目录下自带的默认配置文件,带有丰富的文档备注说明,内容与Demo配置文件类似。 --- ###################################################################### # File : pigsty...
  • unittest.mock —- mock对象库

    unittest.mock —- mock对象库快速上手 Mock 类 Calling Deleting Attributes Mock names and the name attribute Attaching Mocks as Attributes The patchers patch patch.object patch.dic...
  • unittest.mock —- mock对象库

    unittest.mock —- mock对象库快速上手 Mock 类 Calling Deleting Attributes Mock names and the name attribute Attaching Mocks as Attributes The patchers patch patch.object patch.dic...
  • unittest.mock —- mock对象库

    unittest.mock —- mock对象库 Quick Guide The Mock Class Calling Deleting Attributes Mock names and the name attribute Attaching Mocks as Attributes The patchers patch patch.obje...
  • Key/Value Store

    Key/Value Store Key/Value Store The playhouse.kv module contains the implementation of a persistent dictionary. class KeyValue ([key_field=None[, value_field=None[, ordered=F...
  • Key/Value Store

    Key/Value Store Key/Value Store The playhouse.kv module contains the implementation of a persistent dictionary. class KeyValue ([key_field=None[, value_field=None[, ordered=F...
  • Default:默认模板

    Default:默认模板 Default:默认模板 Pigsty项目根目录下自带的默认配置文件,带有丰富的文档备注说明,内容与Demo配置文件类似。 --- ###################################################################### # File : pigsty...
  • 服务自适应降载保护设计

    864 2022-03-03 《go-zero v1.3 教程》
    服务自适应降载保护设计 设计目的 设计考虑因素 机制设计 降载的使用 参考资料 服务自适应降载保护设计 设计目的 保证系统不被过量请求拖垮 在保证系统稳定的前提下,尽可能提供更高的吞吐量 设计考虑因素 如何衡量系统负载 是否处于虚机或容器内,需要读取cgroup相关负载 用1000m表示100%CPU,推荐使用800m表示系统高负载...