Giter Site home page Giter Site logo

netflow-db's Introduction

netflow-db

Save netflow messages to a database for analysis.

Supports gathering Netflow records in v5 or v9 format. At the moment, only MySQL is supported as a back end database.

This enables users to perform pivot-table operations on the data in Excel.

Required:

  • Python 3.5
  • ipaddress module
  • Oracle MySQL Connector
usage: netflow.py [-h] [--daemonize] [--pidfile PIDFILE] [--dbuser DBUSER]
                  [--dbpassword DBPASSWORD] [--dbhost DBHOST]
                  [--dbname DBNAME] [--verbose] [--quiet]
                  port

Copy Netflow data to a MySQL database.

positional arguments:
  port                  Netflow UDP listener port

optional arguments:
  -h, --help            show this help message and exit
  --daemonize, -d       run in background
  --pidfile PIDFILE     location of pid file
  --dbuser DBUSER, -U DBUSER
                        database user
  --dbpassword DBPASSWORD, -P DBPASSWORD
                        database password
  --dbhost DBHOST, -H DBHOST
                        database host
  --dbname DBNAME, -D DBNAME
                        database name
  --verbose, -v         Verbosity of console messages
  --quiet, -q           Suppress console messages (only warnings and errors
                        will be shown

netflow-db's People

Contributors

btknight avatar

Watchers

 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.