07:28:00 GMT Hi Guys , i am using redis-server version 3.2.6 , i am seeing a weird behaviour with used_cpu_sys . the value just keeps on incrementing like a counter . sample output like 07:28:01 GMT https://pastebin.com/AQN8Z4Yy 07:28:29 GMT any pointers would be of very good help 07:29:51 GMT Docs say that this value is System CPU consumed by the Redis server. 07:30:58 GMT but the numbers are a bit confusing 07:36:20 GMT It is the CPU time (expressed in seconds) accumulated since the launch of the Redis instance, as reported by the getrusage() call. 07:37:08 GMT 324698.25 sec = 3.7 days 07:38:00 GMT 1200089.50 sec = 13.9 days 07:43:59 GMT @zpojqwfejwfhiunz Thank you :) 07:44:58 GMT I am trying to plot the CPU usage of redis in Graphana. Is this the best counter? How do I derive something from this? 07:54:07 GMT no it's not 07:57:10 GMT have your metrics collector gather cpu use for the process 07:57:16 GMT like: ps -C redis -o %cpu,%mem,cmd 07:59:18 GMT zpojqwfejwfhiun :OK thanks , i use diamond to collect the metrics ,i will check how to collect metrics from diamond 20:23:27 GMT doo