Advertisement
MagicAndre1981

slowness tracing with xperf

Oct 16th, 2013
4,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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.
  2.  
  3.  
  4. Now run this command and capture the issue:
  5.  
  6. xperf -on BASE+LATENCY+DISPATCHER+POWER -stackwalk profile+CSwitch+ReadyThread -buffersize 1024 -MaxFile 512 -FileMode Circular && timeout -1 && xperf -d SlowWindows.etl
  7.  
  8.  
  9. If you have enough data (30-60s), press a key to stop tracing.
  10.  
  11. zip the SlowWindows.etl as 7z/RAR (to reduce the size), upload it (Skydrive, dropbox) and paste a link here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement