Common fields
The following table lists and describes the fields that are common to all records of PFM - Agent for Service Response.
The following table shows the fields that are common to all records of PFM - Agent for Service Response, other than the unique fields of each record:
Table 9-10 List of Common fields (to PD_record, PI_record, and PL_record)
View name (Manager name) | Description | Summary | Format | Delta | Data source |
---|---|---|---|---|---|
Interval (INTERVAL) | Collection interval during which the record was stored. | ADD | ulong | Yes | Agent Collector |
Record Time (RECORD_TIME) | Time at which the record was created. | COPY | time_t | No | Agent Collector |
Record Type (INPUT_RECORD_TYPE) | The xxxx part of the record IDs shown in the Table 9-14 (PD_xxxx, PI_xxxx, and PL_xxxx). | COPY | string(8) | No | Agent Collector |
The following table shows the fields that are common only to PI_record.
Table 9-11 Common fields (only to PI_record)
View name (Manager name) | Description | Summary | Format | Delta | Data source |
---|---|---|---|---|---|
Measurement Start Time (MSR_START_TIME) | Measurement start time | COPY | time_t | No | Probe Daemon and IE Probe Daemon#1 |
Measurement Condition ID (MSR_COND_ID) | Measurement condition ID | COPY | Long | No | Probe Daemon and IE Probe Daemon#1 |
Measurement Condition Name (MSR_COND_NAME) | The label (any specified name) corresponding to the measurement condition. Stores the first matched label by searching within the following labels in this order:
| COPY | string (up to 63 bytes) | No | Probe Daemon and IE Probe Daemon#1 |
Result Code (RESULT_CODE) | Measurement result code#2 | COPY | short | No | Probe Daemon and IE Probe Daemon#1 |
Result Strings (RESULT_STR) | Character string corresponding to the measurement result code#2 | COPY | string (up to 31 bytes) | No | Probe Daemon and IE Probe Daemon#1 |
Service Type ID (SERV_TYPE_ID) | Service type ID#3 | COPY | short | No | Probe Daemon and IE Probe Daemon#1 |
Service Type Name (SERV_TYPE_NAME) | Service type name | COPY | string (up to 31 bytes) | No | Probe Daemon |
Table 9-12 Result code
Value | Code | Character string | Description |
---|---|---|---|
0 | Success | SUCCESS | Measurement terminated normally. |
1 | Network error | NETWORK ERROR | Processing was cancelled due to a network or server failure that interrupted communication. For example:
|
2 | Timeout | TIME OUT | Processing cannot be completed within the specified timeout value. |
3 | Service error | SERVICE ERROR | The server is running normally, but the requested page or file cannot be acquired. For example:
|
4 | User-defined command error | USER_DEF_COMMAND ERROR | A user-defined command resulted in an error, such as in a program that does not support the user-defined command. |
5 | Unmatched response contents | UNMATCHED CONTENT | The page acquired by an IE scenario or a Web transaction does not satisfy the conditions (response determination information). |
6 | Replay IE scenario error | IE SCENARIO REPLAY ERROR | An error occurred while replaying the IE scenario. For example:
|
7 | IE scenario Navigation error | IE SCENARIO NAVIGATE ERROR | A navigation error occurred during replaying the IE scenario. For details, see 4.2.4 Notes on the navigation. |
99 | Other | OTHER ERROR | Other error For example:
|
Table 9-13 Service type IDs
Service | Service type name | Service type ID |
---|---|---|
HTTP | HTTP | 101 |
HTTPS | HTTPS | 102 |
SMTP | SMTP | 103 |
POP3 | POP3 | 104 |
IMAP4 | IMAP4 | 105 |
DNS | DNS | 106 |
DHCP | DHCP | 107 |
FTP | FTP | 108 |
TCP | TCP | 109 |
Web transaction | WEBTRANS | 110 |
IE scenario | IESCENA | 111 |
User-defined service | USERSERV | 199 |