- Framework description
- IPFIXcol
- Plugins
- Built-in tools
- External tools
- Howto build
- RPM
- FastBit
- Contact us
## Framework description IPFIXcol framework is a set of:
- IPFIXcol - collector for capturing IPFIX NetFlow data
- input, intermediate and storage plugins for collector
- tools for data processing etc.
## IPFIXcol Described in it's README
## Plugins IPFIX collector comes with several built-in plugins described at IPFIXcol's page.
There are also external plugins that are installed separately
- nfdump - NFDUMP file reader
- fastbit - uses FastBit library to store and index data
- fastbit_compression - uses FastBit library to store and index data with optional compression support
- nfdump - stores data in NFDUMP file format
- postgres - stores data into PostgreSQL database
- statistics - uses RRD library to generate statistics for collected data
- unirec - stores data in UniRec format
## Built-in tools ###ipfixviewer and ipfixconf Destribed in IPFIXcol's README
### fbitconvert Converts data from NFDUMP file format into FastBit. Uses IPFIXcol, nfdump input plugin and fastbit storage plugin.
More info in it's README
Tool for manipulating IPFIX data in FastBit database format. It uses FastBit library to read and index data.
More info in it's README
Daemon for removal old data.
More info in it's README
Tool for merging FastBit data (saves free disk space, reduces number of files..)
More info in it's README
## How to build Whole framework can be build at once with
autoreconf -i
to generate configure script from configure.ac, Makefile.in from Makefile.am and install missing files.
./configure
to configure packages in subdirectories and generate Makefiles.
make
to build all projects.
Or you can build each part (collector, tool(s), extarnal plugin(s)) separately.
The projects that depend on ipfixcol headers check the reltive path to base/header directory to use headers. When project is separated from the structure, it needs to have the headers installed (ipfixcol-devel package).
## RPM Each part of framework supports building rpm packages by running
make rpm
## FastBit Plugins and tools that uses FastBit file format need FasBit library installed. IPFIXcol framework uses it's own fork of FastBit library to keep compatibility.
IPFIXcol's FastBit library can be found here.
## Contact us ### Reporting bugs
If you find any bug you can report it into issue tracker here on GitHub.
if you have some questions or if you just want to share your ideas about useful features etc., please use this forum.