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

FreeBSD Manual Pages

  
 
  

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	speci-
       fied  delay  so	that throughput	of the collector can be	tested and re-
       quired 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, pack-
	      ets).  [values: true/false, default: false]

AUTHOR
       Luk Hutk	(lukas.hutak@cesnet.cz), Petr Velan (petr.velan@cesnet.cz)

COPYRIGHT
       Copyright  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+14.3.quarterly>

home | help