次の方法で共有


ResourceMonitoringOptions.MemoryConsumptionRefreshInterval プロパティ

定義

メトリックによって "dotnet.process.memory.virtual.utilization" 報告される値の更新に使用される既定の間隔を取得または設定します。

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

プロパティ値

既定値は 5 秒です。

注釈

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

適用対象