Google Cloud Container V1 Client - Class PerformanceMonitoringUnit (2.4.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class PerformanceMonitoringUnit.

Level of PMU access

Protobuf type google.container.v1.AdvancedMachineFeatures.PerformanceMonitoringUnit

Namespace

Google \ Cloud \ Container \ V1 \ AdvancedMachineFeatures

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PERFORMANCE_MONITORING_UNIT_UNSPECIFIED

Value: 0

PMU not enabled.

Generated from protobuf enum PERFORMANCE_MONITORING_UNIT_UNSPECIFIED = 0;

ARCHITECTURAL

Value: 1

Architecturally defined non-LLC events.

Generated from protobuf enum ARCHITECTURAL = 1;

STANDARD

Value: 2

Most documented core/L2 events.

Generated from protobuf enum STANDARD = 2;

ENHANCED

Value: 3

Most documented core/L2 and LLC events.

Generated from protobuf enum ENHANCED = 3;