Skip to content
/ nfgen Public

NetFlow V9 traffic generator for performance testing

License

Notifications You must be signed in to change notification settings

kosho/nfgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.