work.peel-extensions.1.1.2.source-code.reference.dstat.conf Maven / Gradle / Ivy
system {
dstat {
user = ${system.default.user}
group = ${system.default.group}
path {
isShared = ${system.default.path.isShared}
archive.dst = ${app.path.systems}
pids = ${java.io.tmpdir}"/dstat/dstat.pids"
conf = ${system.dstat.path.home}
}
config {
master = ${runtime.hostname}
slaves = ${system.default.config.slaves}
out.dir = ${java.io.tmpdir}"/dstat"
cli {
cpu.list = [ "total" ]
net.list = [ "total" ]
disk.list = [ "total" ]
extra = ""
interval = 1
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy