【问题标题】:I can't find clear explanations for all CPU processing modes of Node Exporter CPU metrics我找不到 Node Exporter CPU 指标的所有 CPU 处理模式的明确解释
【发布时间】:2022-06-13 22:49:30
【问题描述】:

当我们使用 Node Exporter 的 node_cpu_seconds_total 指标时,如附加的第一张图片所示,Prometheus 会返回我们所知道的所有 8 种进程模式的总 CPU 使用秒数。

Node Exporter CPU modes coming with node_cpu_seconds_total metric

我进行了大量搜索以了解这些模式代表什么,我几乎在一篇文章中找到了所有这些模式,但“不错”模式。有谁知道这个“nice”模式代表什么?

Node Exporter CPU modes explanations

【问题讨论】:

    标签: prometheus cpu-usage prometheus-node-exporter


    【解决方案1】:

    Nice:用户代码可以以“正常”优先级或不同程度的“低于正常”优先级执行。例如,您可以以较低优先级运行某种报告生成过程,并以正常优先级运行交互过程。好的是当 CPU 正在执行具有低于正常优先级的用户任务时。 从这个article

    【讨论】:

      猜你喜欢
      • 2022-12-22
      • 2022-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-07-17
      • 2011-05-18
      • 2017-07-29
      • 2011-06-12
      相关资源
      最近更新 更多