From 045860ef8454a6503e97ad3c03222141599657ac Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 5 Sep 2017 14:55:43 +0200 Subject: [PATCH] added stats node type to example config --- etc/example.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/example.conf b/etc/example.conf index 13a5ee074..727d78158 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -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" } };