CPU usage statistics derived from historical Spark job metrics. Provides multiple estimates so users can choose between conservative and cost-saving risk profiles.

Hierarchy

  • Cpu

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
max?: number

Maximum CPU usage observed for the job, expressed in millicores. This represents the upper bound of usage.

p75?: number

75th percentile of CPU usage (millicores). Represents a cost-saving configuration while covering most workloads.

p95?: number

95th percentile of CPU usage (millicores). Balances performance and cost, providing a safer margin than p75.

Generated using TypeDoc