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

Counter based statistics data that contain deltas since the last set was generated. More...

#include <cloudwatch_sdk_metrics.h>

Data Fields

int delta_num_payloads_transferred
 Current number of payloads successfully transferred since the connection was created.
 
int delta_num_payloads_dropped
 The number of payloads that have been dropped due to timeout conditions since the connection was created. Payloads are typically dropped because of network connectivity issues but will also occur when the receiving host is unresponsive among other possible causes.
 
int delta_num_payloads_late
 Number of payloads that were transmitted late since the connection was created.
 
uint32_t delta_dropped_connection_count
 Number of times the connection has been lost.
 
uint32_t delta_probe_command_retry_count
 
uint64_t delta_num_bytes_transferred
 Number of bytes transferred over the stats period.
 

Detailed Description

Counter based statistics data that contain deltas since the last set was generated.

Field Documentation

◆ delta_probe_command_retry_count

uint32_t CloudWatchCounterBasedDeltas::delta_probe_command_retry_count

Number of probe command retries due to dropped/lost control packets. The control protocol is UDP based and does not use the SRD hardware. This provides a secondary channel of communication.


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