Share via


SystemResources.GuaranteedCpuUnits 속성

정의

시스템에서 사용할 수 있는 CPU 단위를 가져옵니다.

public:
 property double GuaranteedCpuUnits { double get(); };
public double GuaranteedCpuUnits { get; }
member this.GuaranteedCpuUnits : double
Public ReadOnly Property GuaranteedCpuUnits As Double

속성 값

설명

이 값은 Kubernetes CPU 요청 매개 변수에 설명된 대로 보장된 CPU 수에 해당하며, 각 1000개의 CPU 단위는 1개의 CPU 또는 1코어를 나타냅니다. 예를 들어 POD가 CPU 요청으로 1,500m 단위로 구성된 경우 이 속성은 1.5에 할당됩니다. 즉, 1개 반 CPU가 POD 전용입니다.

적용 대상