Skip to content

firedancer-io/firedancer-pktgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firedancer-pktgen is a network traffic generator using Firedancer components.

Setup

This project depends on CMake. It also requires a local installation of Firedancer.

Configure

# Adjust the `FIREDANCER_BUILD` CMake variable as needed.
cmake -B build \
  -DFIREDANCER_BUILD=/opt/firedancer/build/native/gcc \
  -DCMAKE_EXPORT_COMPILE_COMMANDS=1

# Optional: Set up compile_commands.json for clangd / VSCode.
ln -s build/compile_commands.json compile_commands.json

Build

cmake --build build -j

Run

build/fdgen --help

About

Firedancer load testing tool

Resources

Stars

Watchers

Forks

Packages

No packages published