2023-08-31 11:25:01 +02:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-03-31 22:13:25 +02:00
|
|
|
nodes = {
|
|
|
|
udp_node = {
|
|
|
|
type = "socket"
|
2019-03-31 19:59:37 +02:00
|
|
|
|
2019-03-31 22:13:25 +02:00
|
|
|
in = {
|
|
|
|
address = "*:12000"
|
2019-03-31 19:59:37 +02:00
|
|
|
|
2019-03-31 22:13:25 +02:00
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "stats"
|
2019-03-31 19:59:37 +02:00
|
|
|
|
2019-03-31 22:13:25 +02:00
|
|
|
verbose = true
|
|
|
|
warmup = 100
|
|
|
|
buckets = 25
|
|
|
|
|
|
|
|
output = "stats.log"
|
|
|
|
format = "json"
|
|
|
|
}
|
|
|
|
)
|
|
|
|
}
|
|
|
|
out = {
|
|
|
|
address = "127.0.0.1:12000"
|
|
|
|
}
|
2019-03-31 19:59:37 +02:00
|
|
|
}
|
2019-03-31 22:13:25 +02:00
|
|
|
}
|