Skip to content

Instantly share code, notes, and snippets.

@emreozkangit
Created April 8, 2019 13:16
Show Gist options
  • Save emreozkangit/4caec089a5e964d050050e5726e684ad to your computer and use it in GitHub Desktop.
Save emreozkangit/4caec089a5e964d050050e5726e684ad to your computer and use it in GitHub Desktop.
Perf
| where $__timeFilter(TimeGenerated)
| where ObjectName == "Processor" and CounterName == "% Processor Time" and InstanceName == "_Total"
| summarize avg(CounterValue) by bin(TimeGenerated, 5m), Computer
| sort by TimeGenerated asc, Computer asc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment