Skip to content

Instantly share code, notes, and snippets.

@alastorid
Created August 1, 2024 08:05
Show Gist options
  • Save alastorid/116aa5e5e19ab9b60ecbddc4592d4c43 to your computer and use it in GitHub Desktop.
Save alastorid/116aa5e5e19ab9b60ecbddc4592d4c43 to your computer and use it in GitHub Desktop.
pmu
# Enable all components
Set-VMProcessor MyVMName -Perfmon @("ipt", "pmu", "lbr", "pebs")
Set-VMProcessor bla -Perfmon @("pmu")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment