:orphan: .. index:: pair: struct; tapi_wrk_report .. _doxid-structtapi__wrk__report: struct tapi_wrk_report ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Statistics report of wrk :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_wrk_report { // fields :ref:`tapi_wrk_thread_stats` :ref:`thread_latency`; :ref:`tapi_wrk_thread_stats` :ref:`thread_req_per_sec`; :ref:`tapi_wrk_latency_percentile` :ref:`lat_distr`[TAPI_WRK_LATENCY_DISTR_ENTRIES]; unsigned int :ref:`req_count`; double :ref:`req_per_sec`; double :ref:`bps`; unsigned int :ref:`unexpected_resp`; :ref:`tapi_wrk_socket_errors` :ref:`socket_errors`; char* :ref:`arguments`; char* :ref:`truncated_arguments`; }; .. _details-structtapi__wrk__report: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Statistics report of wrk Fields ------ .. index:: pair: variable; thread_latency .. _doxid-structtapi__wrk__report_1af78b6358dd40104e4bfe0b5460d6f637: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_wrk_thread_stats` thread_latency Latency in microseconds (for each thread) .. index:: pair: variable; thread_req_per_sec .. _doxid-structtapi__wrk__report_1a17baf3e2eb47579155cc3ff936c68161: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_wrk_thread_stats` thread_req_per_sec Requests per second (for each thread) .. index:: pair: variable; lat_distr .. _doxid-structtapi__wrk__report_1a7b4fec2615b2d766045e102cb3e7f642: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_wrk_latency_percentile` lat_distr[TAPI_WRK_LATENCY_DISTR_ENTRIES] Latency distribution .. index:: pair: variable; req_count .. _doxid-structtapi__wrk__report_1ac1c400541f8137538c4de9526cbc9c4d: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int req_count Total requests count .. index:: pair: variable; req_per_sec .. _doxid-structtapi__wrk__report_1ae79c04d9bba2b2d274d39eb77bbc5dc1: .. ref-code-block:: cpp :class: doxyrest-title-code-block double req_per_sec Requests per second .. index:: pair: variable; bps .. _doxid-structtapi__wrk__report_1a22a5480e3fa2b4cadef1531155ef872b: .. ref-code-block:: cpp :class: doxyrest-title-code-block double bps Bytes per second .. index:: pair: variable; unexpected_resp .. _doxid-structtapi__wrk__report_1a6df6ea560ad767beff3697d35305ee3c: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int unexpected_resp Non-2xx or 3xx responses .. index:: pair: variable; socket_errors .. _doxid-structtapi__wrk__report_1a1e75612544def33a21a44dc014361216: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_wrk_socket_errors` socket_errors Socket errors .. index:: pair: variable; arguments .. _doxid-structtapi__wrk__report_1ac389f8781574788e125152319493b249: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* arguments Wrk arguments used .. index:: pair: variable; truncated_arguments .. _doxid-structtapi__wrk__report_1a2dfe20f6879815e6e6af6cd951f461f8: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* truncated_arguments Truncated wrk arguments