I'm trying to write a report that will show me the 1 minute time spans from the last two days where a specific machine had a average CPU utilization (the field is called Value) of 75 or higher. This is what I have so far, but I'm having trouble finishing it. Thanks in advance for any help.
index="perfmon" host="mymachine" collection="CPU Load" counter="% Processor Time" earliest="-2d@d"