junegunn / redis-stat

(UNMAINTAINED) A real-time Redis monitoring tool
MIT License
2.03k stars 339 forks source link

Does cmd/s metric equal to OPS/s ? #77

Open yunjeongmun opened 5 years ago

yunjeongmun commented 5 years ago

I want to measure the Redis throughput using redis-stat, I wonder if "cmd/s" equal to OPS/s. Can I use "cmd/s" metric as a throughput?

Thanks