ddt 1.2.1
|
#include <ddtStatistics.hpp>
Public Attributes | |
std::chrono::system_clock::time_point | last_received |
std::string | last_received_str = "" |
int32_t | num_subscribers = 0 |
uint64_t | total_samples = 0 |
uint64_t | total_bytes = 0 |
uint64_t | total_latency = 0 |
int32_t | queue_capacity = 0 |
std::string | originating_broker = "" |
Contains the statistic counters.
std::chrono::system_clock::time_point ddt::DdtStatistics::last_received |
Time of the last received data packet
std::string ddt::DdtStatistics::last_received_str = "" |
Time of the last received data packet as string
int32_t ddt::DdtStatistics::num_subscribers = 0 |
Number of connected subscribers
std::string ddt::DdtStatistics::originating_broker = "" |
Originating broker
int32_t ddt::DdtStatistics::queue_capacity = 0 |
Queue capacity (number of elements in the ring buffer)
uint64_t ddt::DdtStatistics::total_bytes = 0 |
Total number of received bytes
uint64_t ddt::DdtStatistics::total_latency = 0 |
Total latency of the data transfer [ms]
uint64_t ddt::DdtStatistics::total_samples = 0 |
Total number of received samples