struct tapi_redis_benchmark_app
Overview
Redis-benchmark tool information. More…
#include <tapi_redis_benchmark.h> struct tapi_redis_benchmark_app { // fields tapi_job_t* job; tapi_job_channel_t* out_chs[2]; tapi_job_channel_t* filter_test_name; tapi_job_channel_t* filter_time; tapi_job_channel_t* filter_rps; };
Detailed Documentation
Redis-benchmark tool information.
Fields
tapi_job_t* job
TAPI job handle
tapi_job_channel_t* out_chs[2]
output channel handles (stdout and stderr)
tapi_job_channel_t* filter_test_name
Filters list: filter for test names
tapi_job_channel_t* filter_time
filter for test duration
tapi_job_channel_t* filter_rps
filter for test RPS