The Request Log page is a simple display page which shows the last entries of the Request Log file. The Request Logs (a set of rotating log files accessible over the Request Settings page) are simple space-separated files so they can be easily imported into database or spreadsheet applications. By default these files are located in the /FusionReactor/instance/[your_instance_name]/log directory. Note that the amount of data stored in the log files is typically far greater than the number of requests shown on either the Request History or Request Log screens. After a server restart the Request Log screen will show the last entries on the Request Log, even if these requests were run before the server restart. You can change the amount of data shown on the Request Log screen by changing the View Size on the Request Settings page.
The log file is formatted as follows:
Field |
Number |
Description |
Date (Formatted) |
1 [A] |
The date on which this log entry was written. |
Time (Formatted) |
2 [B] |
The date on which this log entry was written. |
Date/Time (ms) |
3 [C] |
This is the millisecond time at which this request was started or finished (depending upon the Request Status.) |
Version |
4 [D] |
Version number of this log entry. |
Server Startup Time (ms) |
5 [E]
|
Startup time of the application server in milliseconds (ms) since epoch. |
Request ID |
6 [F]
|
The FusionReactor Request ID. |
Request Status |
7 [G]
|
The current state of the request. This will tell you if a request has started, finished, was killed, queued, etc... |
CP Reason |
8 [H]
|
The reason given by Crash Protection for the current action. |
Thread ID |
9 [I]
|
The name of the thread responsible for responding to this request. |
Client IP Address |
10 [J]
|
The IP address of the machine making the request. |
Request Method |
11 [K]
|
This will usually be "GET" or "POST" |
Request URL |
12 [L]
|
This is the requested URL. The format of this column will change depending on URL Format key which can be found on the Request Settings page. |
Execution Time (ms) |
13 [M]
|
The amount of milliseconds it took to complete the request. (For incomplete requests, this column will be 0.) |
Used Memory (percentage) |
14 [N]
|
The amount of memory (expressed as a percentage) which was used when this request started or finished. |
Max Memory (KB) |
15 [O]
|
The total amount of physical memory available to this instance. |
Used Memory (KB) |
16 [P]
|
The amount of memory which was used when this request started or finished. |
Total Memory (KB) |
17 [Q]
|
The amount of memory which was allocated by the instance when this request started or finished. |
Free Memory (KB) |
18 [R]
|
The amount of free memory (within the allocated block) when this request started or finished. |
Query String |
19 [S]
|
If the URL has any parameters then they will appear here. |
Return Status Code |
20 [T]
|
This is a HTTP return code such as 200 (OK,) 404 (Not found,) or 500 (Internal Server Error.) For "Started:" rows this column will be 200. |
CPU Time (ms) |
21 [U]
|
This is the amount of actual CPU time which this request required. (For incomplete requests, this column will be 0.) |
AMF Request |
22 [V]
|
If AMF decoding is enabled (Request Settings page) and there is AMF to decode, then the method names will appear here. |
JSESSIONID |
23 [W]
|
The J2EE Session Id for this request. |
CFID |
24 [X]
|
The CF Id for this request. |
CFTOKEN |
25 [Y]
|
The CFTOKEN for this request. |
JDBC Query Count |
26 [Z]
|
The number of JDBC queries run by this request at the time of this log. |
JDBC Total Time (ms) |
27 [AA]
|
The total amount of time spent running JDBC queries at the time of this log. |
JDBC Total Execution Time (ms) |
28 [AB]
|
The total amount of time spent by the database running JDBC queries at the time of this log. |
JDBC Total Rows |
29 [AC]
|
The total number of rows returned by JDBC queries at the time of this log. |
Bytes Sent |
30 [AD]
|
The amount of data which was sent back to the client. |
Time to First Byte (ms) |
31 [AE]
|
The number of milliseconds it took to deliver the first bit of data. |
Time to Last Byte (ms) |
32 [AF]
|
The number of milliseconds it took to deliver the complete content. |
Time to Stream Open (ms) |
33 [AG]
|
The number of milliseconds before the data stream was opened. |
Time to Stream Close (ms) |
34 [AH] |
The number of milliseconds until the completed data stream was closed. |
Clicking on the "Delete Log File" button will display an "Are you sure?" dialog box. If you OK this dialog then the Request Log will be emptied and the screen will be refreshed.
Clicking on the "Refresh" button will update the screen to display the latest log entries.
Importing and Graphing Data in Excel