Hi all
I want to know how to measure the exact cpu consumption by redis.
I know in INFO command that there are these two indicators
- used_cpu_sys
- used_cpu_user
And googling it, here it explains it
From what I get, the real usage of CPU of redis is used_cpu_sys + used_cpu_user
What do you think ? I am rigth ?
Thanks