I ran the command INFO CPU
in the Redis CLI and got the output shown below:
used_cpu_sys:4785.73
used_cpu_user:4843.73
used_cpu_sys_children:0.00
used_cpu_user_children:0.00
My question is: what is the unit used for these figures?
Is it CPU time, or CPU consumption or something else?
It is the CPU time (expressed in seconds) accumulated since the launch of the Redis instance, as reported by the getrusage() call.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With