An open API service indexing awesome lists of open source software.

https://github.com/eprosima/fast-dds-statistics-backend

eProsima Fast DDS Statistics Backend is a C++ library that provides collection and procession the statistics measurements reported by Fast DDS Statistics Module. Looking for commercial support? Contact info@eprosima.com
https://github.com/eprosima/fast-dds-statistics-backend

dds fastdds

Last synced: 11 months ago
JSON representation

eProsima Fast DDS Statistics Backend is a C++ library that provides collection and procession the statistics measurements reported by Fast DDS Statistics Module. Looking for commercial support? Contact info@eprosima.com

Awesome Lists containing this project

README

          

[![Fast DDS Statistics Backend](resources/images/github_banner_fastdds_statistics_backend.png)](https://www.eprosima.com/middleware/tools/Fast-DDS-statistics-backend)





License
Releases
Issues
Forks
Stars


Documentation Status
Windows CI
Ubuntu CI
Ubuntu CI



*eProsima Fast DDS Statistics Backend* is a C++ library that provides collection and procession the statistics measurements reported by *Fast DDS Statistics Module*.
The Backend provides a easy-to-use and user friendly API that abstracts the details of receiving and processing
*Fast DDS* statistical data, so that applications can focus on providing great user experiences.
*Fast DDS Statistics Backend* allows for:

* Monitoring the various aspects reported by the Statistics Module for as many DDS Domains and *Fast DDS* Discovery Server network as desired.
* Retrieve the DDS network graph.
* Retrieve QoS settings about the DDS entities deployed in the network.
* Receive notification on statistics updates for various events using a listener-callback mechanism.
* Check whether an entity is active.
* Retrieve statistics on all the aspects of the communication reported by the *Fast DDS Statistics Module*, with the possibility of specifying time windows, bins, and different statistics to apply.

## Commercial support

Looking for commercial support? Write us to info@eprosima.com

Find more about us at [eProsima’s webpage](https://eprosima.com/).

## Documentation

You can access the documentation online, which is hosted on [Read the Docs](https://fast-dds-statistics-backend.readthedocs.io).

* [Introduction](https://fast-dds-statistics-backend.readthedocs.io/en/latest/)
* [Installation Manual](https://fast-dds-statistics-backend.readthedocs.io/en/latest/rst/installation/linux_installation.html)
* [Developer Manual](https://fast-dds-statistics-backend.readthedocs.io/en/latest/rst/statistics_backend/statistics_backend.html)
* [Examples](https://fast-dds-statistics-backend.readthedocs.io/en/latest/rst/full_example.html)
* [Release Notes](https://fast-dds-statistics-backend.readthedocs.io/en/latest/rst/notes/notes.html)