Skip to content

Commit 1dec49d

Browse files
committed
dummy output: add readme
1 parent 8370a50 commit 1dec49d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Dummy (output plugin)
2+
=====================
3+
4+
The plugin provides a means to test the collector without actually storing any data.
5+
Every processing of an IPFIX packet can have specified delay so that throughput of
6+
the collector can be tested and required performance of output plugins can be determined.
7+
8+
Example configuration
9+
---------------------
10+
11+
.. code-block:: xml
12+
13+
<output>
14+
<name>Dummy output</name>
15+
<plugin>dummy</plugin>
16+
<params>
17+
<delay>0</delay>
18+
</params>
19+
</output>
20+
21+
Parameters
22+
----------
23+
24+
:``delay``:
25+
Minimum delay between processing of two consecutive messages in microseconds.

0 commit comments

Comments
 (0)