tree: 6bf8418f91809ffae00da427da3f976d8bb31c3f [path history] [tgz]
  1. conf/
  2. src/
  3. .gitignore
  4. Makefile
  5. README.md
metron-sensors/packet-capture/README.md

Metron Packet Capture

A sensor that performs network packet capture leveraging the Data Plane Development Kit (DPDK). DPDK is a set of libraries and drivers to perform fast packet processing in Linux user space. The packet capture process will bind to a DPDK-compatible network interface, capture network packets, and send the raw packet data to a Kafka Broker.

Getting Started

cd deployment/vagrant/packet-capture
vagrant up