Skip to content
/ PFQ Public
forked from pfq/PFQ

Network Monitoring Framework for Multi-core Architectures

Notifications You must be signed in to change notification settings

gitgift/PFQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PFQ

Introduction

PFQ is a capturing engine designed for the Linux kernel that allows efficient packet capturing, in-kernel aggregation, functional processing and packet steering across sockets.

PFQ is highly optimized for multi-core architecture, as well as for network devices supporting multiple hardware queues. It works with any device driver (the ones shipped with the Linux Kernel) and provides a script (pfq-omatic) that patches and compiles source codes on-the-fly to obtain accelerated drivers.

The package provides the source code of the PFQ kernel module, user-space libraries for C, C++11 and Haskell languages and a set of diagnostic tools.

Features

  • 10-Gbit Line-rate (14,8Mpps) with Intel ixgbe vanilla driver.
  • Socket groups allow for concurrent monitoring of multi-threaded applications.
  • Per-group packet steering through randomized hashing algorithms or deterministic packet classifications.
  • Per-group Berkeley filters and per-group VLAN filters.
  • Extensible framework for in-kernel functional monitoring (continuation passing style).
  • User-space native bindings for C, C++11 and Haskell languages.
  • PFQ-omatic, a script that allows to compile drivers and get the accelerated versions.
  • Accelerated pcap library.

Publication

We received the Best-Paper-Award at PAM2012 in Vienna for the paper "PFQ: a Novel Engine for Multi-Gigabit Packet Capturing With Multi-Core Commodity Hardware"": http://tma2012.ftw.at/papers/PAM2012paper12.pdf

Author

Nicola Bonelli nicola.bonelli@cnit.it

Contributors

Andrea Di Pietro andrea.dipietro@for.unipi.it

Loris Gazzarrini loris.gazzarrini@iet.unipi.it

Gregorio Procissi g.procissi@iet.unipi.it

Luca Abeni abeni@dit.unitn.it

HomePages

PFQ home-page is pfq.github.io/PFQ. Additional information are available here.

About

Network Monitoring Framework for Multi-core Architectures

Resources

Stars

Watchers

Forks

Packages

No packages published