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), open the command prompt with admin rights. | |
| 2 | ||
| 3 | Now run this command and capture the issue: | |
| 4 | ||
| 5 | - | xperf -on PROC_THREAD+LOADER+CSWITCH+DISPATCHER+DISK_IO+DISK_IO_INIT+FILENAME+FILE_IO+FILE_IO_INIT+PROFILE -stackwalk CSwitch+ReadyThread+FileCreate+FileCleanup+FileClose+FileRead+FileWrite+FileSetInformation+FileDelete+FileRename+DiskReadInit+DiskWriteInit+DiskFlushInit+Profile -buffersize 2048 -MaxFile 2048 -FileMode Circular && timeout -1 && xperf -d C:\diagDISKFILEIO.etl |
| 5 | + | xperf -on PROC_THREAD+LOADER+DISK_IO+DISK_IO_INIT+FILENAME+FILE_IO+FOOTPRINT+VIRT_ALLOC+MEMINFO+VAMAP+REFSET+MEMINFO_WS+PROFILE -stackwalk FileCreate+FileCleanup+FileClose+FileRead+FileWrite+FileSetInformation+FileDelete+FileRename+DiskReadInit+DiskWriteInit+DiskFlushInit+VirtualAlloc+VirtualFree+PROFILE+ProcessCreate+ProcessDelete -buffersize 2048 -MaxFile 2048 -FileMode Circular && timeout -1 && xperf -d C:\diag_highCPU_DISK_FILEIO_AndMemoryUsage.etl |
| 6 | ||
| 7 | - | If you have captured the disk performance issue, press a key to stop tracing. |
| 7 | + | If you have enough data (60s - 120s), press a key to stop tracing. |
| 8 | ||
| 9 | - | Compress the diagDISKFILEIO.etl as 7z/RAR (to reduce the size), upload it (Onedrive, Dropbox) and paste a link here. |
| 9 | + | Compress the diag_highCPU_DISK_FILEIO_AndMemoryUsage.etl as 7z/RAR (to reduce the size), upload it (Onedrive, dropbox) and paste a link here. |