The Trace Parser is a user interface and data analyzer built on top of the Event
Tracing for the Windows (ETW) framework and is now added to Microsoft
Dynamics AX. Now with the ETW framework, an administrator can conduct
tracing with an overhead of approximately four percent. With this low overhead
administrators can diagnose performance problems in live environments as
opposed to development environments.
The Trace Parser is built on top of Microsoft SQL Server. It enables rapid
analysis of traces to find the longest running code, longest running SQL query,
highest call count and other metrics useful in debugging a performance problem.
In addition, it provides a call tree of the code that is executed, giving the
developer insight into the code, and the power to quickly become familiar with
the flow of an unfamiliar piece of code. It also provides the ability to jump from
the searching feature to the call tree, so that the person analyzing the trace can
determine how the problematic code is called.
Regards,
Hossein Karimi
Sunday, July 22, 2018
Trace Parser
Labels:
AX 2012,
Installation

Subscribe to:
Post Comments (Atom)
Configure the Firewall on the Enterprise Portal Server
After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...
-
To integrate Microsoft Dynamics AX and Analysis Services, you must connect Analysis Services to the Application Object Server (AOS). To do s...
-
The below select query will give the both the Sales Line record count and the sum of sales quantity. static void Test_Data(Args _args) ...
-
A List object contains members that are accessed sequentially. Lists are structures that can contain members of any X++ type. All the member...
No comments:
Post a Comment