Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 795 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 795 Bytes

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.