Cpu

class Cpu

Information about a server's CPU.

Types

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

Properties

Link copied to clipboard
val cores: Long

The number of CPU cores.

Link copied to clipboard

The model name of the CPU.

Functions

Link copied to clipboard
inline fun copy(block: Cpu.Builder.() -> Unit = {}): Cpu
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