This database file contains detail data collected by the HTTP Server (powered by Apache) category.
This file contains data that is repeated for different request types which are processed by the server. One record will be written to this file for each configured request type in each active server instance each interval.
Field Name | Description | Attribute |
---|---|---|
INTNUM | Interval number: The nth sample database interval based on the start time specified in the Create Performance Data (CRTPFRDTA) command. | PD (5,0) |
DTETIM | Interval date (yymmdd) and time (hhmmss): The date and time of the sample interval. | C (12) |
INTSEC | Elapsed interval seconds: The number of seconds since the last sample interval. | PD (7,0) |
DTECEN | Century digit: where 0 indicates 19XX and 1 indicates 20XX. | C (1) |
HTJNAM | Server job name (server name): This and next two server job fields identify the child job for the server. | C (10) |
HTJUSR | Server job user. | C (10) |
HTJNBR | Server job number. | C (6) |
HTRTYP | Request type: This identifies the type of request being reported by
this record. Typical values are:
|
C (2) |
HTRQSR | Requests received. | B (18,0) |
HTRQSS | Responses sent. | B (18,0) |
HTBRQS | Error responses sent. | B (18,0) |
HTNOCR | Non-cached requests processed. Note: Cache is not used and therefore
this field is reserved for the following request types: SL, CG, WS, JV, and
UM.
|
B (18,0) |
HTBRCV | Bytes received. | B (18,0) |
HTBSND | Bytes sent. | B (18,0) |
HTNRTM | Processing time for non-cached requests in milliseconds. | B (9,0) |
HTCRTM | Processing time for cached requests in milliseconds. Note: cache is
not used and therefore this field is reserved for the following request types:
SL, CG, WS, JV, and UM.
|
B (9,0) |