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特定的,而且不會影響其他作業系統。 這是計量值的時間間隔,可從操作系統擷取資源使用率數據。