Skip to content

Instantly share code, notes, and snippets.

@emreozkangit
Last active April 8, 2019 13:04
Show Gist options
  • Save emreozkangit/3bf64799401fcd0573d33798ac43638f to your computer and use it in GitHub Desktop.
Save emreozkangit/3bf64799401fcd0573d33798ac43638f to your computer and use it in GitHub Desktop.
Perf
| where $__timeFilter(TimeGenerated)
| where ObjectName == "Memory" and CounterName == "% Committed Bytes In Use"|
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