다음을 통해 공유


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 전용이며 다른 운영 체제에는 영향을 주지 않습니다. 이는 운영 체제에서 리소스 사용률 데이터를 가져오는 메트릭 값의 시간 간격입니다.

적용 대상