首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏centosDai

    教程:使用 .NET Core 中的 EventCounters 衡量性能

    -process-id 2196 --counters Sample.EventCounter.Minimal,Microsoft.AspNetCore.Hosting[total-requests,requests-per-second diagnostics.json --counters Sample.EventCounter.Minimal,Microsoft.AspNetCore.Hosting[total-requests,requests-per-second

    75320编辑于 2022-01-07
  • 来自专栏CSDN搜“看,未来”

    再战 k8s(13):Pod 的扩缩容

    例1,设置指标的名称为requests-per-second,其值来源于Ingress “main-route”,将目标值(value)设置为2000,即在Ingress的每秒请求数量达到2000个时触发扩缩容操作 : metrics: - type: Object object: metric: name: requests-per-second describedObject: packets-per-second targetAverageValue: 1k - type: Object object: metric: name: requests-per-second

    1.1K10编辑于 2022-05-06
  • 来自专栏老铁丁D

    k8s滚动升级和扩缩容

    类型为Pods的指标数据来源于Pod对象本身,其target指标类型只能使用AverageValue metrics: - type: Object object: metric name: requests-per-second apiVersion: extensions/v1beta1 kind: Ingress name: main-route target: type: Value value: 2k 设置指标的名称为requests-per-second

    2.3K30编辑于 2022-08-12
  • 来自专栏云原生研究

    使用服务网格/Istio开发微服务3:服务治理

    averageUtilization: 0 averageValue: 0 - type: Object object: metric: name: requests-per-second

    1K107发布于 2020-05-25
  • 来自专栏CNCF

    介绍Dysnix基于人工智能预测的KEDA自动伸缩器PredictKube

    由于人工智能模型可以观察项目期间一段时间内的每秒请求数(RPS,requests-per-second)或 CPU 值,然后显示长达 6 小时的趋势,因此预测自动伸缩过程成为可能。

    76331编辑于 2022-03-28
  • 来自专栏啄木鸟软件测试

    怎样对 RPC 进行有效的性能测试

    highest queries-per-request tested (20), this test demonstrates all frameworks' convergence toward zero requests-per-second

    2.1K30发布于 2019-12-11
  • 来自专栏运维博客

    kubernetes(十六) k8s 弹性伸缩

    type: AverageValue averageValue: 1k - type: Object object: metric: name: requests-per-second packets-per-second target: type: AverageValue averageValue: 1k type: Object object: metric: name: requests-per-second type: AverageValue averageValue: 1k - type: Object object: metric: name: requests-per-second

    4.9K30发布于 2020-09-23
  • 来自专栏centosDai

    .NET 中的已知 EventCounters

    已启动但尚未停止的请求总数 .NET Core 3.1 Failed Requests (failed-requests) 应用生命周期内发生的失败请求总数 .NET Core 3.1 Request Rate (requests-per-second

    71420编辑于 2022-01-07
  • 来自专栏后端-Java

    Redis:配置文件(详细解读)

    . # # In high requests-per-second environments you need a high backlog in order # to avoid slow clients

    1K30发布于 2021-09-06
  • 来自专栏CSDN搜“看,未来”

    redis.conf 翻译与配置(一)【redis6.0.6】

    . # # In high requests-per-second environments you need an high backlog in order # to avoid slow clients

    59810编辑于 2022-05-06
  • 来自专栏后端码匠

    Redis配置文件详解

    . # # In high requests-per-second environments you need an high backlog in order # to avoid slow clients

    93720发布于 2021-01-20
  • 来自专栏有文化的技术人

    K8S之HPA自动扩缩容机制

    metrics: # Object类型的指标 - type: Object object: metric: # 指标名称 name: requests-per-second

    1.5K52编辑于 2023-08-19
  • 来自专栏DotNet程序园

    [翻译] ASP.NET Core 3.0 的新增功能

    请求计数器 Hosting EventSource (Microsoft.AspNetCore.Hosting) 发出与传入请求有关的以下 EventCounter: requests-per-second

    8.6K30发布于 2019-09-26
  • 来自专栏charlieroro

    使用k8s-prometheus-adapter实现HPA

    前者直接将metric与target比较进行扩缩容,后者通过metric/相关的pod数目与target比较进行扩缩容 type: Object object: metric: name: requests-per-second

    6.1K31发布于 2020-03-24
  • 来自专栏luozhiyun的技术学习

    13.深入k8s:Pod 水平自动扩缩HPA及其源码分析

    type: AverageValue averageValue: 1k - type: Object object: metric: name: requests-per-second

    3.1K72发布于 2020-10-10
  • 来自专栏JAVA相关

    《docker基础篇:8.Docker常规安装简介》包括:docker常规安装总体步骤、安装tomcat、安装mysql、安装redis

    .## In high requests-per-second environments you need an high backlog in order# to avoid slow clients

    66300编辑于 2025-01-02
  • 来自专栏MoeLove

    最强 CNI 基准测试:Cilium 网络性能分析

    脚注 [1] Isovalent: https://isovalent.com [2] Linux 内核: https://kernel.org [3] 测量延迟:每秒请求数: #测量延迟:每秒请求数(Requests-per-Second

    3.9K40发布于 2021-06-10
  • 来自专栏兮动人的博客

    Docker常用安装

    . # # In high requests-per-second environments you need an high backlog in order # to avoid slow clients

    1.3K20发布于 2021-06-11
  • 来自专栏波波烤鸭

    Docker常用软件安装之Redis

    # # In high requests-per-second environments you need an high backlog in order # to avoid slow clients

    1.4K10发布于 2019-12-31
  • 来自专栏腾讯云原生团队

    成本最高降低70%,腾讯大规模业务集群的云原生成本优化实践!

    AverageValue           averageValue: 1k     - type: Object       object:         metric:           name: requests-per-second

    3.6K10编辑于 2022-07-01
领券