Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
IPFIXCOL2-DUMMY-OUTPUT(7)      IPFIXcol collector      IPFIXCOL2-DUMMY-OUTPUT(7)

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  mi-
	    croseconds.

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

AUTHOR
     LukA!A! HutA!k (lukas.hutak@cesnet.cz), Petr Velan (petr.velan@cesnet.cz)

COPYRIGHT
     Copyright A(C) 2018 CESNET, z.s.p.o.

2.0				   2018-09-20	       IPFIXCOL2-DUMMY-OUTPUT(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ipfixcol2-dummy-output&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help