Share via


Windows Performance Tools Kit

Windows Performance Team has released Windows Performance Tools Kit to the Windows SDK for Windows Server 2008 and .NET Framework 3.5.

https://www.microsoft.com/whdc/system/sysperf/perftools.mspx

This is the same tool Windows team uses to diagnose Windows performance problem. Along with the tool comes with a 60-page Quick Start Guide. It offers significant details how the system works.

Having a performance problem lately? Fire up Xperf and look at the pretty chart.

Comments

  • Anonymous
    February 11, 2008
    PingBack from http://msdnrss.thecoderblogs.com/2008/02/11/windows-performance-tools-kit/

  • Anonymous
    February 13, 2008
    Hi JunFeng, When you use the xperf, did you see the managed stack? In my mixed application, I can see the native stack, but mixed and managed stack is missing. xperf didn't detect managed and mixed module at all. :( Thanks

  • Anonymous
    February 13, 2008
    Windows Performance Team told me xperf can't see managed stack yet. It requires work from both CLR and xperf side. It probably will happen in future releases.