Collector

class Collector(pool: <Error class: unknown class>, val server: String, val node: String, val session: String, flags: List<CollectorFlag>, val interval: String, val timeout: Long = 60 * 60L, val dryRun: Boolean = true, val test: Boolean = false, val printErrors: Boolean = false, val binary: String, val raplScript: String = "intel_rapl") : Processor

Maintains a collectd instance.

Constructors

Link copied to clipboard
constructor(pool: <Error class: unknown class>, server: String, node: String, session: String, flags: List<CollectorFlag>, interval: String, timeout: Long = 60 * 60L, dryRun: Boolean = true, test: Boolean = false, printErrors: Boolean = false, binary: String, raplScript: String = "intel_rapl")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val dryRun: Boolean = true
Link copied to clipboard
val executor: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val lineReader: (String) -> Any? = null
Link copied to clipboard
Link copied to clipboard
val printErrors: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val test: Boolean = false
Link copied to clipboard

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun run(): ByteArray
fun run(args: List<String>, timeout: Long = defaultTimeOut, workPath: <Error class: unknown class> = Path.of(".")): ByteArray
Link copied to clipboard
fun summary(): <Error class: unknown class>