次の方法で共有


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 固有であり、他のオペレーティング システムには影響しません。 これは、オペレーティング システムからリソース使用率データをフェッチするためのメトリック値の時間間隔です。

適用対象