I have a redis server running and I wanted to use JMeter to get the benchmarks and to find in how much time it hits 20K transactions per second. I have a hash setup. How should I go about querying it. I have put one of the keys as redis key
and have put one of the fields
of the hash as variable name
.
If I use constant throughput timer
, what should I enter in the name
field.
Thanks in advance.