Udostępnij za pośrednictwem


ResourceMonitoringOptions.MemoryConsumptionRefreshInterval Właściwość

Definicja

Pobiera lub ustawia domyślny interwał używany do odświeżania wartości zgłaszanych przez "dotnet.process.memory.virtual.utilization" metryki.

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

Wartość właściwości

Wartość domyślna to 5 sekund.

Uwagi

Ta właściwość jest specyficzna dla systemu Linux i nie ma wpływu na inne systemy operacyjne. Jest to interwał czasu dla wartości metryki pobierania danych użycia zasobów z systemu operacyjnego.

Dotyczy