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)xThe 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. INDEX_1_SLOWEST_REQS

    Columns

    Included Columns

  2. INDEX_2_TABLE_OF_REQS

    Columns

    Included Columns

  3. INDEX_3_HIGHEST_DB_ROW_COUNT

    Columns

    Included Columns

  4. INDEX_4_HIGHEST_CPU_USAGE

    Columns

    Included Columns

  5. INDEX_5_MOST_DB_QUERIES

    Columns

    Included Columns

  6. INDEX_6_MOST_DATA_RETURNED

    Columns

    Included Columns

  7. INDEX_7_MOST_DATA_RETURNED_AVG

    Columns

    Included Columns

Statistics

    none