REQUEST_STATUS

Contains the data provided by the Update Request Status job. This job consumes data from the REQUEST table and creates entries in the REQUEST_STATUS, REQUEST_AMF, REQUEST_PARAM and REQUEST_URL tables.

Structure

Column NameData TypeUniqueNullableDescription
IDbigintxThe primary key column
REQUEST_IDbigintxThe ID for the request
SERVERsmallintThe server ID as stored in the ServerMap
SRVSTARTTSbigintThe time (in milliseconds since the epoch) that the server last came online.
REQIDbigintThe actual request ID from FusionReactor
REQSTATUSvarchar(30)xThe status of the request
EXECUTEDbigintxThe datetime (in milliseconds since the epoch) that the request was executed.
COMPLETEDbigintxThe datetime (in milliseconds since the epoch) that the request completed.
QUEUEDbigintxIndicates whether the request was queued.
ABORTEDbigintxIndicates whether the request was aborted.
ORPHANEDbigintxIndicates whether the request was orphaned.
REQREJECTEDbigintxIndicates whether the request was rejected.
STARTEDbigintxThe datetime (in milliseconds since the epoch) that the request started.
FINISHEDbigintxThe datetime (in milliseconds since the epoch) that the request finished.
LIFETIMEbigintxA calculated value representing the lifetime of the request.
VERSIONsmallintxThe version of the request_status log file being imported.
CPREASONvarchar(30)xIf this request was subject to Crash Protection, this is the reason why.
THREADIDvarchar(35)xThe ID of the request thread.
CLIENTIPvarchar(39)x~The IP of the FR client.
REQMETHODvarchar(20)xIndicates whether the request was GET or POST.
REQURLvarchar(2048)xThe full URL of the request.
REQPATHvarchar(256)xThe request path following the url and port.
EXECTIMEbigintxThe request execution time.
MEM_PCTrealxThe percentage of memory used when the request ran.
MEM_MAXbigintxThe total amount of physical memory available to this instance.
MEM_USEDbigintxThe amount of used memory.
MEM_TOTALbigintxThe amount of allocated memory.
MEM_FREEbigintxThe amount of free memory (within the allocated block)
QUERYSTRINGvarchar(4096)xThe post data, if any, for the request.
STATUSCODEsmallintxThe HTTP return code for the request.
CPUTIMEbigintxThis is the amount of CPU time used by CF since the last CPU value was measured. It is expressed as a percentage of the total CPU time (across all CPU cores) that was available during that period.
AMFREQUESTvarchar(1024)xIf AMF decoding is enabled (Request Settings) and there is AMF to decode, then the method names will appear here.
JSESSIONIDvarchar(100)xThe J2EE Session Id for this request.
CFIDvarchar(50)xThe request CFID.
CFTOKENvarchar(70)xThe request CD token.
JDBC_QUERY_COUNTbigintxThe number of JDBC queries run from this query.
JDBC_TOTAL_TIMEbigintxThe total JDBC query time.
JDBC_TOTAL_EXECTIMEbigintxThe total JDBC execution time.
JDBC_TOTAL_ROWSbigintxThe total rows returned by the JDBC query.
BYTESbigintxThe amount of data which was sent back to the client.
TTFBbigintxThe number of milliseconds it took to deliver the first bit of data.
TTLBbigintxThe number of milliseconds it took to deliver the complete content.
STREAM_OPENbigintxThe number of milliseconds before the data stream was opened.
STREAM_CLOSEDbigintxThe number of milliseconds until the completed data stream was closed.

Primary Key Constraints

Indices

  1. IDX_REQUEST_STATUS_1

    Columns

  2. IDX_REQUEST_STATUS_2

    Columns

  3. IDX_REQUEST_STATUS_3

    Columns

    Included Columns

  4. IDX_REQUEST_STATUS_4

    Columns

  5. IDX_REQUEST_STATUS_5

    Columns

  6. IDX_REQUEST_STATUS_6

    Columns

    Included Columns

  7. IDX_REQUEST_STATUS_7

    Columns

    Included Columns

  8. IDX_REQUEST_STATUS_8

    Columns

    Included Columns

  9. IDX_REQUEST_STATUS_9

    Columns

    Included Columns

  10. IDX_REQUEST_STATUS_10

    Columns

    Included Columns

  11. IDX_REQUEST_STATUS_11

    Columns

    Included Columns

  12. IDX_REQUEST_STATUS_12

    Columns

    Included Columns

  13. IDX_REQUEST_STATUS_13

    Columns

    Included Columns

  14. IDX_REQUEST_STATUS_14

    Columns

    Included Columns

  15. IDX_REQUEST_STATUS_15

    Columns

    Included Columns

Statistics

  1. STAT_REQUEST_STATUS_1

  2. STAT_REQUEST_STATUS_2

  3. STAT_REQUEST_STATUS_3

  4. STAT_REQUEST_STATUS_4

  5. STAT_REQUEST_STATUS_5

  6. STAT_REQUEST_STATUS_6

  7. STAT_REQUEST_STATUS_7