:orphan: .. index:: pair: struct; tapi_trex_global_stat .. _doxid-structtapi__trex__global__stat: struct tapi_trex_global_stat ============================ .. toctree:: :hidden: TRex global statistics. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_trex_global_stat { // fields double :target:`total_tx`; double :target:`total_rx`; double :target:`total_pps`; double :target:`total_cps`; double :target:`expected_pps`; double :target:`expected_cps`; double :target:`expected_l7_bps`; double :target:`curr_time`; double :target:`test_duration`; bool :target:`valid`; };