AgentCalibrateCommand

data class AgentCalibrateCommand(val targets: List<CalibrationTarget> = listOf( CalibrationTarget.CPULoad, CalibrationTarget.Idle ), val threshold: Double = 50000.0, val delta: Double = 1.04, val timeOut: Long = 4, val removeTask: Boolean = true) : AgentCommand

Associate meters with units.

Constructors

Link copied to clipboard
constructor(targets: List<CalibrationTarget> = listOf( CalibrationTarget.CPULoad, CalibrationTarget.Idle ), threshold: Double = 50000.0, delta: Double = 1.04, timeOut: Long = 4, removeTask: Boolean = true)

Properties

Link copied to clipboard
val delta: Double = 1.04
Link copied to clipboard
val removeTask: Boolean = true
Link copied to clipboard
Link copied to clipboard
val threshold: Double = 50000.0
Link copied to clipboard
val timeOut: Long = 4