roc-streaming / openfec

Unofficial OpenFEC fork with various bugfixes.
https://openfec.inrialpes.fr
Other
13 stars 11 forks source link

OpenFEC.org project

1- HOW-TO COMPILE?

In this folder, you can find all the necesary files to compile the library and the various applications. In order to compile:

Comments:

2- HOW-TO CHECK THE BUILD BEFORE USING IT?

From the build directory, type: make test A long list of unit tests is automatically launched.

NB: Some tests use the applis/eperftool performance evaluation tool, with different parameter values, others are written explicitely in tests/*.c. Tests are all described in tests/CMakeLists.txt, using cmake facilities.

3- HOW-TO MAKE EXTENSIVE PERFORMANCE EVALUATIONS?

Several tools have been designed to carry out extensive performance evaluations, using an SQL database to store individual results. Some of the tools enable to launch performance tests, the others to analyse the results and produce several kinds of curves.

Basically:

For more information on performance evaluation, please have a look at: doc/performance_tool.pdf

NB: there are some requirements in terms of PERL modules available, in particular because of the use of mySQL or SQLite.