/nfgen

NetFlow V9 traffic generator for performance testing

Primary LanguageC++Apache License 2.0Apache-2.0

NetFlow Traffic Generator

nfgen is created to run a performance testing on NetFlow receivers.

Usage: nfgen [-t num_threads (3)] [-p port (9995)] target_ip

  • -t num_threads: Number of threads to generate the traffic (default 3)
  • -p port: Target port number (default 9995)
  • target_ip Receiver's IP address

Downloads

Building

Run cmake ./CMakeLists.txt, then make from the command line to build the executable.