jetbrains.buildServer.configs.kotlin.v10.buildFeatures / Perfmon

Perfmon

open class Perfmon : BuildFeature

A build feature allows you to get the statistics on the CPU, disk and memory usage during a build run on a build agent.

See Also

perfmon

Constructors

<init>

Perfmon(init: Perfmon.() -> Unit = {}, base: Perfmon? = null)

Inherited Properties

enabled

var enabled: Boolean

Specifies whether the feature is enabled

id

var id: String?

Build feature id, if not specified will be generated

type

var type: String

Build feature type