Skip to content
/ pmacct Public
forked from pmacct/pmacct

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

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
LICENSE.template
Notifications You must be signed in to change notification settings

msune/pmacct

This branch is 16 commits behind pmacct/pmacct:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a28355f · Jan 2, 2025
Jan 2, 2025
Jun 23, 2023
Jan 2, 2025
Jan 2, 2025
Jan 2, 2025
Sep 25, 2024
Aug 23, 2024
Aug 29, 2017
Sep 15, 2023
Dec 19, 2024
Nov 21, 2024
Dec 18, 2024
Jan 2, 2025
Jan 2, 2025
May 6, 2024
Jul 3, 2023
Dec 5, 2024
Feb 17, 2023
Aug 1, 2024
Feb 17, 2023
Feb 17, 2023
Jan 7, 2020
Nov 27, 2023
Oct 24, 2024
May 8, 2024
Nov 20, 2024
Nov 24, 2023
Apr 8, 2016
Sep 1, 2023

Repository files navigation

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

DOCKER IMAGES

Official pmacct docker images can be found in docker hub. To use them, simply (e.g. sfacctd):

 ~# docker pull pmacct/sfacctd:latest
 ~# docker run -v /path/to/sfacctd.conf:/etc/pmacct/sfacctd.conf pmacct/sfacctd

For more details, options and troubleshooting please read the Docker documentation section

BUILDING

Resolve dependencies, ie.:

  • apt-get install libpcap-dev pkg-config libtool autoconf automake make bash libstdc++-dev g++ for [Debian/Ubuntu]
  • yum install libpcap-devel pkgconfig libtool autoconf automake make bash libstdc++-devel gcc-c++ for [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

RELICENSE INITIATIVE

The pmacct project is looking to make its code base available under a more permissive BSD-style license. More information about the motivation and process can be found in this announcement.

CONTRIBUTING

About

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

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
LICENSE.template

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.0%
  • Python 2.6%
  • M4 0.8%
  • Shell 0.6%
  • PLpgSQL 0.5%
  • Makefile 0.4%
  • Dockerfile 0.1%