Statistics

The fpStatistic component provides counters which can be configured and used to count events and compute data.

All functional entities of package fpstats can be created by loading statistic configuration files (.ini).

Each functional entity is provided with the following two entities:

  • The myEntityConf configuration entity, used in the statistic configuration files (.ini).

  • The myEntity processing entity, which is created in memory from the configuration entity.

If requirements are not covered by provided entities, some of the functional entities can be specialized by inheritance. This specialization must be done on both configuration and processing entities.