Search code examples
axaptamicrosoft-dynamicsdynamics-ax-2012

How to get more information on what AOS is doing during startup?


I noticed very different execution times for AOS startup on different machines. This is to be expected because of different hardware sizings but it got me curious of what AOS is doing and what (sometimes) takes so long.

Is there a log-file where I can monitor what AOS is doing during startup? Or any other method of monitoring the AOS startup? I'm interested in both AX2009 and AX2012 if there is any difference.

Any input is appreciated.


Solution

  • You can user Trace Parser to analyze Event Trace Data from windows perfmon.

    Capture traces on AOS with perfmon. See http://blogs.msdn.com/b/axperf/archive/2011/11/18/collect-ax-2012-event-traces-with-windows-performance-monitor.aspx for example.