This database file includes the fields in the Point-to-Point Protocol (PPP) file.
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) |
IOPRN | IOP resource name | C (10) |
PPTYPE | The resource type of the IOP or adapter represented by this record. | C (4) |
PPLND | Line description: The name of the description for this line. | C (10) |
PPLSP | Line speed: The speed of the line in bits per second (bps). | BIN (18,0) |
PPPRCL | Protocol type: P for PPP. | C (1) |
PPBTRN | Bytes transmitted: The number of bytes transmitted including bytes transmitted again. | BIN (18,0) |
PPBRCV | Bytes received: The number of bytes received including all bytes in frames that had any kind of error. | BIN (18,0) |
PPFTRN | Frames transmitted: The number of frames transmitted. | BIN (18,0) |
PPEFFR | Error-free frames received: The number of frames received without errors. | BIN (18,0) |
PPFRIE | Frames received in error: The number of frames received with one of the following errors: a frame check sequence error, an abnormal end, a receive overrun, or a frame truncated error. | BIN (9,0) |
PPIFR | Invalid frames received: The number of frames received with a residue error (frame is not on a byte boundary). | BIN (9,0) |