Advertisement
MagicAndre1981

slow shutdown tracing with xbootmgr

Apr 22nd, 2014
1,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Install the Windows Performance Toolkit (http://social.technet.microsoft.com/wiki/contents/articles/4847.install-the-windows-performance-toolkit-wpt.aspx) and open the command prompt with admin rights.
  2.  
  3. Now run this command to capture a shutdown trace:
  4.  
  5. xbootmgr -trace shutdown -noPrepReboot -traceFlags BASE+LATENCY+DISPATCHER+FILE_IO+FILENAME+DISK_IO_INIT -stackwalk profile+CSwitch+ReadyThread+DiskReadInit+DiskWriteInit -resultPath C:\TEMP
  6.  
  7.  
  8. Zip the generated .etl file as 7z/RAR (to reduce the size), upload it (Onedrive, dropbox) and paste a link here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement