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:
parent
16fd10cc85
commit
045860ef84
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue