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
- Host: GitHub
- URL: https://github.com/eprosima/fast-dds-statistics-backend
- Owner: eProsima
- License: apache-2.0
- Created: 2021-03-08T06:39:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T12:49:43.000Z (11 months ago)
- Last Synced: 2025-04-01T13:39:25.858Z (11 months ago)
- Topics: dds, fastdds
- Language: C++
- Homepage: https://eprosima.com
- Size: 3.05 MB
- Stars: 19
- Watchers: 8
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.eprosima.com/middleware/tools/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*.
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)