Giter Club home page Giter Club logo

flowatcher's Introduction

Flowatcher

Flowatcher is a real-time flow-based traffic monitoring tool for 10 Gbit Ethernet. This is built on DPDK (http://dpdk.org/), and based in part on the work of the libwebsockets project (https://libwebsockets.org/).

Installation

  1. Install the dependencies (see below)
  2. git submodule update --init
  3. ./build.sh
  4. ./setup-dpdk.sh
  5. ./run.sh (Run Flowatcher App)

Note: The scripts work on x86_64 Linux.

Requirements

  • NICs supported by DPDK
    • for capturing traffic
  • 16GB memory

Dependencies

  • gcc
  • make
  • cmake (2.8 or greater)
  • openssl (for building libwebsockets)
  • kernel headers (for the DPDK igb-uio driver)

for Debian/Ubuntu:

# apt-get install gcc make cmake openssl linux-headers-$(uname -r)

Run Flowatcher App

  • Start processing packets
# ./run.sh
  • Get real-time monitoring
    • Access below with your browser, then get a sample client page
    • Port number is configurable in src/config.h
http://[IP address of your host running App]:7681/

flowatcher's People

Contributors

quiqfield avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.