We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8370a50 commit 1dec49dCopy full SHA for 1dec49d
src/plugins/output/dummy/README.rst
@@ -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