struct tapi_trex_global_stat

TRex global statistics.

#include <tapi_trex.h>

struct tapi_trex_global_stat {
    // fields

    double total_tx;
    double total_rx;
    double total_pps;
    double total_cps;
    double expected_pps;
    double expected_cps;
    double expected_l7_bps;
    double curr_time;
    double test_duration;
    bool valid;
};