:orphan: .. index:: pair: struct; tapi_wrk_app .. _doxid-structtapi__wrk__app: struct tapi_wrk_app =================== .. toctree:: :hidden: Overview ~~~~~~~~ Information of a wrk tool :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_wrk_app { // fields :ref:`tapi_job_t`* :ref:`job`; :ref:`tapi_job_channel_t`* :ref:`out_chs`[2]; :ref:`tapi_job_channel_t`* :ref:`std_out`; :ref:`tapi_job_channel_t`* :ref:`std_err`; :ref:`tapi_job_channel_t`* :ref:`bps_filter`; :ref:`tapi_job_channel_t`* :ref:`req_count_filter`; :ref:`tapi_job_channel_t`* :ref:`req_total_filter`; :ref:`tapi_job_channel_t`* :ref:`lat_filter`; :ref:`tapi_job_channel_t`* :ref:`req_filter`; :ref:`tapi_job_channel_t`* :ref:`lat_distr_filter`; :ref:`tapi_job_channel_t`* :ref:`unexpected_resp_filter`; :ref:`tapi_job_channel_t`* :ref:`socket_errors_filter`; :ref:`te_vec` :ref:`wrk_args`; }; .. _details-structtapi__wrk__app: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Information of a wrk tool Fields ------ .. index:: pair: variable; job .. _doxid-structtapi__wrk__app_1a080d993ed8b132141ac5549d9066b9c7: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_t`* job TAPI job handle .. index:: pair: variable; out_chs .. _doxid-structtapi__wrk__app_1a3b9e5967a2ec5750687b27e8123ca538: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* out_chs[2] Output channel handles .. index:: pair: variable; std_out .. _doxid-structtapi__wrk__app_1a1b54c8273864d6866b4f2b9bf293f168: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* std_out wrk stdout content. .. index:: pair: variable; std_err .. _doxid-structtapi__wrk__app_1a66a85dff92137c8089fca2967d8f791b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* std_err wrk stderr content. .. index:: pair: variable; bps_filter .. _doxid-structtapi__wrk__app_1ad3e4c0486ff97513b25dcdd964884fbf: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* bps_filter Bytes per second filter .. index:: pair: variable; req_count_filter .. _doxid-structtapi__wrk__app_1ae76e8949b2f368e2f8e0c3ffa706b47f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* req_count_filter Requests count filter (total) .. index:: pair: variable; req_total_filter .. _doxid-structtapi__wrk__app_1a2976b28b084d0c02aa7cba857b24e06f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* req_total_filter Total requests filter (per second) .. index:: pair: variable; lat_filter .. _doxid-structtapi__wrk__app_1ad7cf447d9b534dc50519bc88f3559dfd: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* lat_filter Latency per thread filter .. index:: pair: variable; req_filter .. _doxid-structtapi__wrk__app_1a7d8df5b7538ad31661bed5bb777bc623: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* req_filter Requests per thread filter .. index:: pair: variable; lat_distr_filter .. _doxid-structtapi__wrk__app_1ad6ec8e2e5b63a9ca356c29aaf6b07e7a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* lat_distr_filter Latency distribution filter .. index:: pair: variable; unexpected_resp_filter .. _doxid-structtapi__wrk__app_1a79fec5c51000756f98fe7bd3af5c034c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* unexpected_resp_filter Non-2xx or 3xx responses filter .. index:: pair: variable; socket_errors_filter .. _doxid-structtapi__wrk__app_1a12687b4b58ff597b4bf2c1fce0b75ea7: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_channel_t`* socket_errors_filter Socket errors filter .. index:: pair: variable; wrk_args .. _doxid-structtapi__wrk__app_1ad2fc5ab870cfc0234d88329986a922fe: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_vec` wrk_args Arguents that are used when running the tool