Average CPU Usage on a Windows box Perfmon:CPU Load SplunkNinja 2 Comments 3 2 This query will return the average CPU usage by minute. sourcetype="Perfmon:CPU Load" | bucket _time span=1m | stats avg(Value) by _time 1 sourcetype="Perfmon:CPU Load" | bucket _time span=1m | stats avg(Value) by _time Continue Reading →