:orphan: .. index:: pair: struct; tapi_memtier_op_stats .. _doxid-structtapi__memtier__op__stats: struct tapi_memtier_op_stats ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Statistics for specific operation :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_memtier_op_stats { // fields double :ref:`tps`; double :ref:`net_rate`; bool :ref:`parsed`; }; .. _details-structtapi__memtier__op__stats: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Statistics for specific operation Fields ------ .. index:: pair: variable; tps .. _doxid-structtapi__memtier__op__stats_1ad148c9408525462ce0779dbc0bc92aad: .. ref-code-block:: cpp :class: doxyrest-title-code-block double tps Throughput, operations/second .. index:: pair: variable; net_rate .. _doxid-structtapi__memtier__op__stats_1a4c58d047c828c3afe83ce53fe99736d2: .. ref-code-block:: cpp :class: doxyrest-title-code-block double net_rate The rate of network, Mbit/sec .. index:: pair: variable; parsed .. _doxid-structtapi__memtier__op__stats_1a9a54eb7b72f79fcdd037962c54809517: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool parsed Set to ``true`` if statistics were parsed