:orphan: .. index:: pair: struct; tapi_fio_report_iops .. _doxid-structtapi__fio__report__iops: struct tapi_fio_report_iops =========================== .. toctree:: :hidden: Overview ~~~~~~~~ IOPS FIO report :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_fio_report_iops { // fields int :ref:`min`; int :ref:`max`; double :ref:`mean`; double :ref:`stddev`; }; .. _details-structtapi__fio__report__iops: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ IOPS FIO report Fields ------ .. index:: pair: variable; min .. _doxid-structtapi__fio__report__iops_1a651ab69d7071b20377b5c322c632f9e3: .. ref-code-block:: cpp :class: doxyrest-title-code-block int min Minimal iops .. index:: pair: variable; max .. _doxid-structtapi__fio__report__iops_1a88e1bb951494fe5b6a2ab6d40f169f7a: .. ref-code-block:: cpp :class: doxyrest-title-code-block int max Maximal iops .. index:: pair: variable; mean .. _doxid-structtapi__fio__report__iops_1a2fe00c45e9e95d2c0524cbff104abcab: .. ref-code-block:: cpp :class: doxyrest-title-code-block double mean iops mean .. index:: pair: variable; stddev .. _doxid-structtapi__fio__report__iops_1ab4be19970d7e39c06c390a14b06fdafd: .. ref-code-block:: cpp :class: doxyrest-title-code-block double stddev iops standard deviation