mvandermeulen / pmacct

pmacct is a small set of multi-purpose passive network monitoring tools [NetFlow IPFIX sFlow libpcap BGP BMP RPKI IGP Streaming Telemetry].

Home Page:http://www.pmacct.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

DOCUMENTATION

  • Online:

  • Distribution tarball:

    • ChangeLog: History of features version by version
    • CONFIG-KEYS: Available configuration directives explained
    • QUICKSTART: Examples, command-lines, quickstart guides
    • FAQS: FAQ document
    • docs/: Miscellaneous internals, UNIX signals, SQL triggers documents
    • examples/: Sample configs, maps, AMQP/Kafka consumers, clients
    • sql/: SQL documentation, default SQL schemas and customization tips

BUILDING

  • Resolve dependencies, ie.:

    • apt-get install libpcap-dev pkg-config libtool autoconf automake bash [Debian/Ubuntu]
    • yum install libpcap-devel pkgconfig libtool autoconf automake bash [CentOS/RHEL]
  • Build GitHub code:

    • git clone https://github.com/pmacct/pmacct.git
    • cd pmacct
    • ./autogen.sh
    • ./configure [check-out available configure knobs via ./configure --help]
    • make
    • make install [with super-user permission]

CONTRIBUTING

About

pmacct is a small set of multi-purpose passive network monitoring tools [NetFlow IPFIX sFlow libpcap BGP BMP RPKI IGP Streaming Telemetry].

http://www.pmacct.net/

License:Other


Languages

Language:C 95.9%Language:Objective-C 1.2%Language:Python 1.2%Language:M4 0.8%Language:PLpgSQL 0.6%Language:Makefile 0.3%Language:Shell 0.1%