1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/etc/websocket-stats.conf

20 lines
No EOL
711 B
Text

/** This should be included to all websocket node configurations which report
* path stats by the 'stats_send' hook.
*
* Have a look at etc/ws.conf for an example.
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2016, Institute for Automation of Complex Power Systems, EONERC
*********************************************************************************/
series = (
{ label = "Sent [#msgs]" },
{ label = "Received [#msgs]" },
{ label = "Invalid [#msgs]" },
{ label = "Skipped [#msgs]" },
{ label = "Dropped [#msgs]" },
{ label = "Overruns [#msgs]" },
{ label = "One-way delay [sec]" },
{ label = "Send rate [samples/sec]" },
{ label = "Receive rate [samples/sec]" }
)