I have a single redis pod running in my k8s cluster, and I would like to get an idea of how many requests per second my redis server is currently handling in my production environment. I have tried redis-cli monotor
, which prints out live requests on the console but I cannot seem to find a way to get a numerical measure that simply tells me something like "redis server is handling x request per second on average in the past 24 hours". Any pointers would be highly appreciated.
Asked
Active
Viewed 673 times
0

Moses Xu
- 2,140
- 4
- 24
- 35
-
Are you looking across all nodes or a single node of server – shat90 Oct 11 '20 at 05:08
-
@shat90 just a single pod, I only have a single instance of redis running in my k8s cluster. – Moses Xu Oct 11 '20 at 09:21
-
did you get any results? – Mohendra Amatya Nov 16 '22 at 12:16