CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiTransferStats Struct Reference

Transfer statistics data. Used as a parameter of the user-registered CdiCoreStatsCallback() API function. More...

#include <cdi_core_api.h>

Data Fields

uint64_t timestamp_in_ms_since_epoch
 Time when last statistic of the set was gathered. Units is in milliseconds since epoch.
 
char stream_name_str [CDI_MAX_STREAM_NAME_STRING_LENGTH]
 A string that defines the name of the stream. This is a copy of the string, since the associated endpoint can be destroyed while this data is queuing to CloudWatch.
 
CdiPayloadCounterStats payload_counter_stats
 Statistics data specific to payloads that don't reset.
 
CdiPayloadTimeIntervalStats payload_time_interval_stats
 Statistics data specific to payloads that reset.
 
CdiAdapterEndpointStats endpoint_stats
 Statistics data specific to adapter endpoints.
 

Detailed Description

Transfer statistics data. Used as a parameter of the user-registered CdiCoreStatsCallback() API function.


The documentation for this struct was generated from the following file: