Setting a trace
Adjust the trace settings to help your administrator or IBM® Support to diagnose the cause of problems with the Application Performance Dashboard.
Several levels of tracing are
available while you work with the navigator and the Status Overview tab. You
can start a detailed level of tracing exactly at the point in the user interface where you are
having a problem, then return tracing to a reduced level after capturing the necessary log data. For
example, if a particular dashboard is behaving unexpectedly, you can raise the trace level before
opening the dashboard to log the activity and then return trace logging to the normal level.
About this task
Procedure
Results
To keep communications traffic to a minimum, the log messages are transferred in batches. A final transfer is made after you log out, whether manually or after a timeout period. (If the browser fails, no final logging is sent.) The log is saved on the server computer and named itp.log. A new itp.log is created each time the server is restarted.
If you set Enable
Log Performance Statistics, records similar to those in
the following example are saved to install_dir/usr/servers/apmui/logs/itp.log:
<record>
<date>2013-10-02T10:52:46</date>
<millis>1380736366788</millis>
<sequence>28008</sequence>
<level>INFO</level>
<class>StatusItemList</class>
<method>tracing</method>
<thread>96</thread>
<message>BeginTrace:onSelectApp:272wt877d05</message>
</record>
<record>
<date>2013-10-02T10:52:46</date>
<millis>1380736366809</millis>
<sequence>28009</sequence>
<level>INFO</level>
<class>StatusItemList</class>
<method>tracing</method>
<thread>96</thread>
<message>EndTrace:onSelectApp:272wt877d05</message>
</record>