Ziti C SDK
|
Go to the source code of this file.
Data Structures | |
struct | ziti_terminator_precedence_s |
Enumerations | |
enum | rate_type { EWMA_1m , EWMA_5m , EWMA_15m , MMA_1m , CMA_1m , EWMA_5s , INSTANT } |
Represents the type and rate of metric to capture. More... | |
Variables | |
const struct ziti_terminator_precedence_s | PRECEDENCE |
enum rate_type |
Represents the type and rate of metric to capture.
Each enum contains the rate type and the expected duration metrics will be gathered
CMA - continually moving average EWMA - exponentially weighted moving average MMA - modified moving average
Enumerator | |
---|---|
EWMA_1m | |
EWMA_5m | |
EWMA_15m | |
MMA_1m | |
CMA_1m | |
EWMA_5s | |
INSTANT |
const struct ziti_terminator_precedence_s PRECEDENCE |