All Downloads are FREE. Search and download functionalities are using the official Maven repository.

work.peel-extensions.1.1.2.source-code.reference.dstat.conf Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
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