Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace HostCpuStatistics

Contains CPU statistics.

Properties

capacity

capacity: number

The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional cpuBaseline

cpuBaseline: undefined | number

The baseline utilization is a fraction of each CPU core expressed in percentages, either 12.5% or 50%. The baseline provides the minimum CPUs that can be used constantly. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional load

load: model.SummaryStatistics

Const resourceName

resourceName: string = "HOST_CPU_STATISTICS"

usage

usage: number

Total amount used of the resource metric type (CPU, STORAGE). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

usageChangePercent

usageChangePercent: number

Change in resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

utilizationPercent

utilizationPercent: number

Resource utilization in percentage. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj