How to create an expression to average values of 4 rows in a column?
I want to display the overall cpu usage of a server. Is there a way to call out specific instances of a colmn? The processor load colmn displays the usage of each of my 4 cores. I would like to average the 4 numbers so get an easy to view understa...