Advertisement
MagicAndre1981

standby/resume tracing with xbootmgr

Mar 2nd, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 standby/resume trace:
  4.  
  5. xbootmgr -trace standby -traceFlags BASE+DISK_IO_INIT+FILENAME -stackwalk profile+DiskWriteInit+DiskReadInit -postBootDelay 300 -resultPath C:\TEMP
  6.  
  7. After the resume, wait until you have the DiskIO and capture 20s of it before stopping the countdown.
  8.  
  9. Zip the generated .etl file as 7z/RAR (to reduce the size), upload it ((Sky-)Onedrive, dropbox) and paste a link here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement