Skip to content

Benocs/pmacct

 
 

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
    • INSTALL: basic installation guide
    • docs/: Miscellaneous internals, UNIX signals, SQL triggers documents
    • examples/: Sample pmacct and 3rd party tools configurations; sample maps
    • sql/: SQL schemas for various pmacct tables; IPv6 and 64bit counters hacks

#BUILDING#

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

About

pmacct is a small set of passive network monitoring tools to measure, account, classify, aggregate and export IPv4 and IPv6 traffic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Shell 0.4%