ResourceMonitoringOptions.CpuConsumptionRefreshInterval 属性

定义

获取或设置用于刷新指标报告 "process.cpu.utilization" 的值的默认间隔。

public:
 property TimeSpan CpuConsumptionRefreshInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan CpuConsumptionRefreshInterval { get; set; }
member this.CpuConsumptionRefreshInterval : TimeSpan with get, set
Public Property CpuConsumptionRefreshInterval As TimeSpan

属性值

默认值为 5 秒。

注解

此属性特定于 Linux,对其他操作系统没有影响。 这是指标值从操作系统中提取资源利用率数据的时间间隔。

适用于