ResourceMonitoringOptions.CpuConsumptionRefreshInterval 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于刷新指标报告 "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,对其他操作系统没有影响。 这是指标值从操作系统中提取资源利用率数据的时间间隔。