The PI_MPTS record stores the performance data indicating the performance of ports for mainframe systems. This record is not created for ports with FNP attributes.
Collection Interval
The items in (1) and (2) below all have the same field name (PORT_NUMBER), but the values output to the items in (1) are different from those output to the items in (2).
- the PORT_NUMBER field of the PD_PTC record or the PI_PTS record
- the PORT_NUMBER field of the PI_MPTS record or the PI_PTSX record
For this reason, if you want to check whether the port information of one record matches that of another, check the PORT_NAME field.
Key Field
PORT_NUMBERLifetime
From when the main frame port is set up to when it is removedFields
Field Name1 |
Description |
Access Type |
Format |
---|---|---|---|
AVG_CMR_TIME |
Average CMR processing time2 (in microseconds) |
1, 3 |
double |
AVG_CONNECT_TIME |
Average connection time3 (in microseconds) |
1, 3 |
double |
AVG_DISCONNECT_TIME |
Average disconnection time4 (in microseconds) |
1, 3 |
double |
AVG_IO_RATE |
Number of read and write operations measured for each port |
1, 3 |
double |
AVG_OPEN_EXCHANGE_RATE |
Number of open exchanges per second5 |
1, 3 |
double |
AVG_RESPONSE_RATE |
Response time for each port (in microseconds) |
1, 3 |
double |
AVG_XFER_RATE |
Amount of data transferred by read and write operations for each port (kilobytes per second) |
1, 3 |
double |
INPUT_RECORD_TYPE |
Record type identifier, which is always set to MPTS |
1, 3 |
char(8) |
INTERVAL |
Interval (in seconds) at which information is collected |
1, 3 |
ulong |
PORT_NAME |
Port name |
1, 3 |
string(16) |
PORT_NUMBER |
Port number of the storage system |
1, 3 |
string(8) |
READ_AVG_XFER_RATE |
Amount of data transferred by read operations for each port (kilobytes per second) |
1, 3 |
double |
RECORD_TIME |
Time (in GMT) at which data was collected from the storage system and the record was created |
1, 3 |
time_t |
WRITE_AVG_XFER_RATE |
Amount of data transferred by write operations for each port (kilobytes per second) |
1, 3 |
double |
Notes:
|