Advertisement
MagicAndre1981

xperf pagefault tracing

Aug 10th, 2013
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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), open the command prompt with admin rights (http://superuser.com/questions/497252/how-to-access-the-administrator-command-prompt-in-windows-8).
  2.  
  3.  
  4. Run this command and capture the issues:
  5.  
  6. xperf -on latency+ALL_FAULTS+FOOTPRINT+VIRT_ALLOC+MEMINFO+VAMAP+REFSET+MEMINFO_WS+DISK_IO+DISK_IO_INIT+FILENAME+FILE_IO+FILE_IO_INIT -stackwalk profile+HardFault+PagefaultTransition+PagefaultDemandZero+PagefaultCopyOnWrite+PagefaultGuard+PagefaultHard+PagefaultAV+PagefileBackedImageMapping+PagefileMappedSectionCreate+PagefileMappedSectionDelete+FileCreate+FileCleanup+FileClose+FileRead+FileWrite+FileSetInformation+FileDelete+FileRename+DiskReadInit+DiskWriteInit+DiskFlushInit -buffersize 2048 -MaxFile 2048 -FileMode Circular && timeout -1 && xperf -d C:\Pagefaulttrace.etl
  7.  
  8.  
  9. If you have enough data, press a key to stop tracing.
  10.  
  11. zip the Pagefaulttrace.etl 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