SHOW:
|
|
- or go back to the newest paste.
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+LATENCY+DISK_IO_INIT+DISPATCHER+FILE_IO+FILE_IO_INIT+FILENAME -stackwalk profile+CSwitch+ReadyThread+DiskWriteInit+DiskReadInit+FileRead+FileClose+FileWrite -postBootDelay 300 -resultPath C:\TEMP |
5 | + | xbootmgr -trace hibernate -traceFlags BASE+LATENCY+DISK_IO_INIT+DISPATCHER+FILE_IO+FILE_IO_INIT+FILENAME -stackwalk profile+CSwitch+ReadyThread+DiskWriteInit+DiskReadInit+FileRead+FileClose+FileWrite -resultPath C:\TEMP |
6 | ||
7 | - | After the resume, wait until your Windows is responsive again before stopping the countdown. |
7 | + | After the resume let the countdown tick down. Zip the generated .etl file from C:\Temp as 7z/RAR (to reduce the size), upload it (Onedrive, dropbox) and paste a link here. |