Speedify SDK for Desktop/Embedded
14.9.3
|
Statistics for a period.
#include <types.h>
Data Fields | |
uint32_t | period |
period the time period this stat covers, in hours, SPEEDIFYSDK_STAT_PERIOD_CURRENT for current, SPEEDIFYSDK_STAT_PERIOD_TOTAL for total More... | |
int64_t | bytesReceived |
bytes received this period More... | |
int64_t | bytesSent |
bytes sent this period More... | |
int64_t | encryptedBytesReceived |
encrypted bytes received this period More... | |
int64_t | encryptedBytesSent |
encrypted bytes sent this period More... | |
double | maxDownloadSpeed |
maximum download speed this period, megabits per second More... | |
double | maxUploadSpeed |
maximum upload speed this period, megabits per second More... | |
int32_t | daysSinceFirst |
days since first connection More... | |
int64_t | numFailovers |
connection failovers this period More... | |
int64_t | numSessions |
total number of sessions this period More... | |
int64_t | retransBytes |
bytes retransmitted this period More... | |
int64_t | periodStartTime |
start time of this period, in seconds since epoch More... | |
int64_t | totalConnectedMinutes |
minutes connected, this period More... | |
double | mbpsDownBenefit |
extra download bandwidth acheived this period, in megabits per second More... | |
double | mbpsUpBenefit |
extra upload bandwidth acheived this period, in megabits per second More... | |
SpeedifySDK_TunStats | tunStats |
Contains stats regarding the TUN this period. More... | |
SpeedifySDK_HandlerStats | handlerStats |
Contains stats regarding the packet handler this period. More... | |
SpeedifySDK_CaptivePortalStats | captivePortalStats |
Contains stats regarding captive portals this period. More... | |
SpeedifySDK_StreamingSessionStats | streamingStats |
Contains stats regarding streaming mode this period. More... | |
int64_t SpeedifySDK_SessionStats::bytesReceived |
bytes received this period
int64_t SpeedifySDK_SessionStats::bytesSent |
bytes sent this period
SpeedifySDK_CaptivePortalStats SpeedifySDK_SessionStats::captivePortalStats |
Contains stats regarding captive portals this period.
int32_t SpeedifySDK_SessionStats::daysSinceFirst |
days since first connection
int64_t SpeedifySDK_SessionStats::encryptedBytesReceived |
encrypted bytes received this period
int64_t SpeedifySDK_SessionStats::encryptedBytesSent |
encrypted bytes sent this period
SpeedifySDK_HandlerStats SpeedifySDK_SessionStats::handlerStats |
Contains stats regarding the packet handler this period.
double SpeedifySDK_SessionStats::maxDownloadSpeed |
maximum download speed this period, megabits per second
double SpeedifySDK_SessionStats::maxUploadSpeed |
maximum upload speed this period, megabits per second
double SpeedifySDK_SessionStats::mbpsDownBenefit |
extra download bandwidth acheived this period, in megabits per second
double SpeedifySDK_SessionStats::mbpsUpBenefit |
extra upload bandwidth acheived this period, in megabits per second
int64_t SpeedifySDK_SessionStats::numFailovers |
connection failovers this period
int64_t SpeedifySDK_SessionStats::numSessions |
total number of sessions this period
uint32_t SpeedifySDK_SessionStats::period |
period the time period this stat covers, in hours, SPEEDIFYSDK_STAT_PERIOD_CURRENT for current, SPEEDIFYSDK_STAT_PERIOD_TOTAL for total
int64_t SpeedifySDK_SessionStats::periodStartTime |
start time of this period, in seconds since epoch
int64_t SpeedifySDK_SessionStats::retransBytes |
bytes retransmitted this period
SpeedifySDK_StreamingSessionStats SpeedifySDK_SessionStats::streamingStats |
Contains stats regarding streaming mode this period.
int64_t SpeedifySDK_SessionStats::totalConnectedMinutes |
minutes connected, this period
SpeedifySDK_TunStats SpeedifySDK_SessionStats::tunStats |
Contains stats regarding the TUN this period.