Tools and resources used by PFEs
- PerfView
- DebugDiag
- SysInternals - Docs
- Log Parser Studio
- Performance Analysis of Logs (PAL) tool
- Netmon
-
Command
netsh trace start persistent=yes capture=yes tracefile=c:\temp\nettrace-boot.etl
After reproduce the problem, stop the tracing
netsh trace stop
Dont't forget to change the parser in Netmon in order to properly do the analysis
-
Install
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
-
Allow Global Confirmation
choco feature enable -n=allowGlobalConfirmation
-
Install packages
choco install sysinternals choco install cmder choco install vscode