You can get to the Request Detail page from any page which lists requests: Running Requests, Request History, Longest Requests, Slow Requests, and pages linked from Request Metrics.
At the top of the Request Details page you will see a copy of the request line from the page you came from. Underneath that there are six tabs.
Main |
The Main tab shows general information about a request such as script name, execution time, memory levels and flags. |
Headers |
The Headers tab shows the HTTP headers for the request and response objects. |
Cookies |
The Cookies tab takes the Cookie string from the Headers tab and renders it in a more readable format along with other cookie information such as maximum age and whether is it secure. |
JDBC |
The JDBC tab will show any queries which have been run by your page. If you also have User Trace Markers on this page then you can click the "Include Markers" link to create a merged view of both markers and queries. At the bottom of the JDBC tab you will find the total and average times for queries running on this page. |
Markers |
The Markers tab shows all User Trace Markers which were called during this request along with the amount of time which elapsed between them. |
AMF |
If Flash Remoting Support is enabled (Request Settings) then the AMF tab displays requests which came in AMF format, used in Flash Remoting and in applications such as Flex. |
You can refresh the page at any time by pressing the refresh button which is located at the top right corner of the Request Detail page.