Created
April 8, 2019 13:16
-
-
Save emreozkangit/4caec089a5e964d050050e5726e684ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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