The PI_PRCS record stores performance data indicating the operation status of the on-board processor of the storage system. This is a multi-instance record.
Collection Interval
60Key Fields
ADAPTOR_ID and PROCESSOR_IDLifetime
From when the instance is created to when it is deletedFields
Field Name |
Description |
Access Type |
Format |
---|---|---|---|
ADAPTOR_ID |
|
1, 2, 3, 4 |
string(16) |
BUFFER_IO_COUNT1 |
Number of I/O operations buffered in the microprocessor |
1, 2 |
float |
BUFFER_IO_RATE1 |
Microprocessor buffer usage. Calculated as the ratio of the number of I/O buffers in use to the maximum number of usable I/O buffers. |
1, 2 |
float |
CONTROLLER |
This field cannot be used because it is reserved. |
-- |
-- |
INPUT_RECORD_TYPE |
Record type identifier, which is always set to PRCS |
1, 2, 3, 4 |
string(8) |
INTERVAL |
Interval (in seconds) at which information is collected |
1, 2, 3, 4 |
ulong |
MAX_BUFFER_IO_COUNT |
Number of microprocessor buffer I/O operations. This field stores the value of the BUFFER_IO_COUNT field. |
1, 2 |
float |
MAX_BUFFER_IO_RATE |
Microprocessor buffer usage. This field stores the value of the BUFFER_IO_RATE field. |
1, 2 |
float |
MAX_BUFFER_LENGTH |
Maximum number of I/O buffers the microprocessor is able to use |
1, 2 |
float |
MAX_PROCESSOR_BUSY_RATE |
Usage rate of the processor. This field stores the value of the PROCESSOR_BUSY_RATE field. |
1, 2, 3, 4 |
float |
PROCESSOR_BUSY_RATE2 |
Usage rate of the processor |
1, 2, 3, 4 |
float |
PROCESSOR_ID3 |
Character string that identifies the processor |
1, 2, 3, 4 |
string(16) |
PROCESSOR_TYPE |
Character string that identifies the processor type |
1, 2, 3, 4 |
string(8) |
RECORD_TIME |
Time (in GMT) at which data was collected from the storage system and the record was created |
1, 2, 3, 4 |
time_t |
Notes:
|