Manpage logo

ipfixcol2-dummy-output - Dummy (output plugin)

NAME  DESCRIPTION  EXAMPLE CONFIGURATION  PARAMETERS  AUTHOR  COPYRIGHT 

NAME

ipfixcol2-dummy-output − Dummy (output plugin)

DESCRIPTION

The plugin provides a means to test the collector without actually storing any data. Every processing of an IPFIX packet can have specified delay so that throughput of the collector can be tested and required performance of output plugins can be determined.

EXAMPLE CONFIGURATION

<output>
<name>Dummy output</name>
<plugin>dummy</plugin>
<params>
<delay>0</delay>
<stats>true</stats>
</params>
</output>

PARAMETERS

delay

Minimum delay between processing of two consecutive messages in microseconds.

stats

Print basic statistics after termination (flows, bytes, packets). [values: true/false, default: false]

AUTHOR

Lukáš Huták ([email protected]), Petr Velan ([email protected])

COPYRIGHT

Copyright © 2018 CESNET, z.s.p.o.


Updated 2026-06-01 - jenkler.se | uex.se