eProsima / Fast-DDS-monitor

eProsima Fast DDS Monitor is a graphical desktop application aimed at monitoring DDS environments deployed using the eProsima Fast DDS library. Looking for commercial support? Contact info@eprosima.com
https://eprosima.com
GNU General Public License v3.0
40 stars 10 forks source link

Monitoring writers and readers with plots (series Ids are different for every run) #183

Closed KansaiUser closed 1 year ago

KansaiUser commented 1 year ago

I have managed to have compile a simple publisher subscriber program with CMake option -DFASTDDS_STATISTICS=ON

I also installed fast-DDS Monitor. After exporting statistics topics with

export FASTDDS_STATISTICS="HISTORY_LATENCY_TOPIC;PUBLICATION_THROUGHPUT_TOPIC;ACKNACK_COUNT_TOPIC;;DISCOVERY_TOPIC;PHYSICAL_DATA_TOPIC;SUBSCRIPTION_THROUGHPUT_TOPIC"

I run the subscriber and publisher and I run the monitor and I could see the Participant_sub and Participant_pub. I also could add a plot of Latency

I have the following questions:

How can I prepare the plots I want with the series I want to monitor before I run my application?

Update: It seems that even though the plot's series indicate some ID numbers for readers and writers, when I run them again (and they get different numbers, they still get plotted. Why is this so?

Thanks

jparisu commented 1 year ago

This is a question rather than an issue. I transfer it to discussions.