:orphan: .. index:: pair: struct; tapi_redis_benchmark_opt .. _doxid-structtapi__redis__benchmark__opt: struct tapi_redis_benchmark_opt =============================== .. toctree:: :hidden: Overview ~~~~~~~~ Specific redis-benchmark options. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_redis_benchmark_opt { // fields const struct sockaddr* :ref:`server`; const char* :ref:`socket`; :ref:`tapi_job_opt_uint_t` :ref:`clients`; :ref:`tapi_job_opt_uint_t` :ref:`requests`; :ref:`tapi_job_opt_uint_t` :ref:`size`; :ref:`tapi_job_opt_uint_t` :ref:`dbnum`; :ref:`tapi_job_opt_uint_t` :ref:`keep_alive`; :ref:`tapi_job_opt_uint_t` :ref:`keyspacelen`; :ref:`tapi_job_opt_uint_t` :ref:`pipelines`; bool :ref:`show_srv_errors`; :ref:`tapi_job_opt_uint_t` :ref:`threads`; const char* :ref:`tests`; bool :ref:`idle`; const char* :ref:`exec_path`; }; .. _details-structtapi__redis__benchmark__opt: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Specific redis-benchmark options. Fields ------ .. index:: pair: variable; server .. _doxid-structtapi__redis__benchmark__opt_1adb350b55be08a15cac2627af09d49bf5: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* server IP and port of the server under test .. index:: pair: variable; socket .. _doxid-structtapi__redis__benchmark__opt_1a6a39e6cf0e59693853b549b5fff90ec7: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* socket Server socket. .. index:: pair: variable; clients .. _doxid-structtapi__redis__benchmark__opt_1ad319b7709fd9327d8142ac3f331fd7ce: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` clients Number of parallel connections. .. index:: pair: variable; requests .. _doxid-structtapi__redis__benchmark__opt_1a2cb55b1670b1cff4ad916254a0e5d862: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` requests Total number of requests. .. index:: pair: variable; size .. _doxid-structtapi__redis__benchmark__opt_1afa7bf44f52df0705d6a6d02f4c3f2a3b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` size Data size of SET/GET value, in bytes. .. index:: pair: variable; dbnum .. _doxid-structtapi__redis__benchmark__opt_1a53096b1f19650896bf8599767b835746: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` dbnum SELECT the specified db number. .. index:: pair: variable; keep_alive .. _doxid-structtapi__redis__benchmark__opt_1a9780a93819746a5c77bdf4c6efaada24: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` keep_alive Keep alive or reconnect. .. index:: pair: variable; keyspacelen .. _doxid-structtapi__redis__benchmark__opt_1adf8feb75f28c1b27c75e1d75c705d7d1: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` keyspacelen Use random keys for SET/GET/INCR, random values for SADD. Using this option the benchmark will expand the string **rand_int** inside an argument with a ``12`` digits number in the specified range from 0 to keyspacelen-1. The substitution changes every time a command is executed. .. index:: pair: variable; pipelines .. _doxid-structtapi__redis__benchmark__opt_1ab467e08157bf4e6ad94341c18794541c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` pipelines Number of pipline requests. .. index:: pair: variable; show_srv_errors .. _doxid-structtapi__redis__benchmark__opt_1a1f7a56249752205f30c25652dbc365df: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool show_srv_errors If server replies with errors, show them on stdout. .. index:: pair: variable; threads .. _doxid-structtapi__redis__benchmark__opt_1aaa4924583376f432732f035ca7b4f1dc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_job_opt_uint_t` threads Number of threads to use. .. index:: pair: variable; tests .. _doxid-structtapi__redis__benchmark__opt_1af55020b9ae360ab500ca05e0a6f55b2b: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* tests Only run the comma separated list of tests. .. index:: pair: variable; idle .. _doxid-structtapi__redis__benchmark__opt_1a63cbfc1aeffa520f68b159b180ffa910: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool idle Idle mode. .. index:: pair: variable; exec_path .. _doxid-structtapi__redis__benchmark__opt_1a324ab2aca118176991faa36b1e18a906: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* exec_path Path to redis-benchmark exec (if ``NULL`` then "redis-benchmark").