• Stars
    star
    2,529
  • Rank 17,401 (Top 0.4 %)
  • Language
    C
  • License
    GNU Lesser Genera...
  • Created almost 9 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

High-speed packet processing framework

pfring ntop

PF_RINGâ„¢

Build Status

Introduction

PF_RINGâ„¢ is a Linux kernel module and user-space framework that allows you to process packets at high-rates while providing you a consistent API for packet processing applications.

Who needs PF_RINGâ„¢?

Basically everyone who has to handle many packets per second. The term ‘many’ changes according to the hardware you use for traffic analysis. It can range from 80k pkt/sec on a 1,2GHz ARM to more than 20M pkt/sec per core on a low-end 2,5GHz Xeon. PF_RING™ not only enables you to capture packets faster, it also captures packets more efficiently preserving CPU cycles.

Documentation

If you want to learn more about PF_RINGâ„¢ please visit the User's Guide and the API Documentation.

Details

For more information about PF_RINGâ„¢ and other ntop technologies, please visit http://ntop.org

License

PF_RINGâ„¢ kernel module and drivers are distributed under the GNU GPLv2 license, LGPLv2.1 for the user-space PF_RING library, and are available in source code format.