CpuUtilization

CPU utilization metrics for an instance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val idle: Double?

Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.

Link copied to clipboard

Available on Linux environments only.

Link copied to clipboard
val irq: Double?

Available on Linux environments only.

Link copied to clipboard
val nice: Double?

Available on Linux environments only.

Link copied to clipboard

Available on Windows environments only.

Link copied to clipboard

Available on Linux environments only.

Link copied to clipboard

Available on Linux environments only.

Link copied to clipboard
val user: Double?

Percentage of time that the CPU has spent in the User state over the last 10 seconds.

Functions

Link copied to clipboard
inline fun copy(block: CpuUtilization.Builder.() -> Unit = {}): CpuUtilization
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String