|
| constexpr const char * | HISTORY_LATENCY_TOPIC = "_fastdds_statistics_history2history_latency" |
| | Statistic topic that reports the write-to-notification latency between any two pairs of matched DataWriter-DataReader histories.
|
| |
| constexpr const char * | NETWORK_LATENCY_TOPIC = "_fastdds_statistics_network_latency" |
| | Statistics topic that reports the network latency (message group to message receiver) between any two communicating locators.
|
| |
| constexpr const char * | PUBLICATION_THROUGHPUT_TOPIC = "_fastdds_statistics_publication_throughput" |
| | Statistic topic that reports the publication's throughput (amount of data sent) for every DataWriter.
|
| |
| constexpr const char * | SUBSCRIPTION_THROUGHPUT_TOPIC = "_fastdds_statistics_subscription_throughput" |
| | Statistics topic that reports the subscription's throughput (amount of data received) for every DataReader.
|
| |
| constexpr const char * | RTPS_SENT_TOPIC = "_fastdds_statistics_rtps_sent" |
| | Statistics topic that reports the number of RTPS packets and bytes sent to each locator.
|
| |
| constexpr const char * | RTPS_LOST_TOPIC = "_fastdds_statistics_rtps_lost" |
| | Statistics topic that reports the number of RTPS packets and bytes that have been lost in the network.
|
| |
| constexpr const char * | RESENT_DATAS_TOPIC = "_fastdds_statistics_resent_datas" |
| | Statistics topic that reports the number of DATA/DATAFRAG sub-messages resent.
|
| |
| constexpr const char * | HEARTBEAT_COUNT_TOPIC = "_fastdds_statistics_heartbeat_count" |
| | Statistics topic that reports the number of HEARTBEATs that each non discovery DataWriter sends.
|
| |
| constexpr const char * | ACKNACK_COUNT_TOPIC = "_fastdds_statistics_acknack_count" |
| | Statistics topic that reports the number of ACKNACKs that each non discovery DataReader sends.
|
| |
| constexpr const char * | NACKFRAG_COUNT_TOPIC = "_fastdds_statistics_nackfrag_count" |
| | Statistics topic that reports the number of NACKFRAGs that each non discovery DataReader sends.
|
| |
| constexpr const char * | GAP_COUNT_TOPIC = "_fastdds_statistics_gap_count" |
| | Statistics topic that reports the number of GAPs that each non discovery DataWriter sends.
|
| |
| constexpr const char * | DATA_COUNT_TOPIC = "_fastdds_statistics_data_count" |
| | Statistics topic that reports the number of DATA/DATAFRAG sub-messages that each non discovery DataWriter sends.
|
| |
| constexpr const char * | PDP_PACKETS_TOPIC = "_fastdds_statistics_pdp_packets" |
| | Statistics topic that reports the number of PDP discovery traffic RTPS packets transmitted by each DDS participant.
|
| |
| constexpr const char * | EDP_PACKETS_TOPIC = "_fastdds_statistics_edp_packets" |
| | Statistics topic that reports the number of EDP discovery traffic RTPS packets transmitted by each DDS participant.
|
| |
| constexpr const char * | DISCOVERY_TOPIC = "_fastdds_statistics_discovered_entity" |
| | Statistics topic that reports when new entities are discovered.
|
| |
| constexpr const char * | SAMPLE_DATAS_TOPIC = "_fastdds_statistics_sample_datas" |
| | Statistics topic that reports the number of DATA/DATAFRAG sub-messages needed to send a single sample.
|
| |
| constexpr const char * | PHYSICAL_DATA_TOPIC = "_fastdds_statistics_physical_data" |
| | Statistics topic that reports the host, user and process where the module is running.
|
| |
| constexpr const char * | MONITOR_SERVICE_TOPIC = "_fastdds_monitor_service_status" |
| | Statistics topic that enables the monitor service feature.
|
| |