mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
chpstat: Add support for new CMG types
New machine models introduce CHPIDs with two new CMG types 4 and 5. Add support for decoding the associated channel-measurement data. Reviewed-by: Vineeth Vijayan <vneethv@linux.ibm.com> Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
026ecbafea
commit
482bd93e2e
@@ -41,6 +41,10 @@ enum column_id_t {
|
||||
COL_SEND_FAIL_PART,
|
||||
COL_RCV_FAIL_PART,
|
||||
COL_RCV_FAIL_TOTAL,
|
||||
COL_DPU_ID,
|
||||
COL_DPU_UTIL_PART,
|
||||
COL_DPU_UTIL_TOTAL,
|
||||
COL_DPU_UTIL,
|
||||
/* Special value indicating no column. */
|
||||
COL_END
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user