1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added stats node type to example config

This commit is contained in:
Steffen Vogel 2017-09-05 14:55:43 +02:00
parent 16fd10cc85
commit 045860ef84

View file

@ -198,6 +198,12 @@ nodes = {
# then starts the other side of this shared memory channel
# Usually we also pass the shmem names as parameters.
exec = [ "villas-shmem", "sn1_in", "sn1_out" ]
},
stats_node = { # The "stats" node type streams statistics of a second node
type = "stats",
node = "udp_node",
rate = "2"
}
};