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:
Peter Oberparleiter
2024-05-03 12:21:29 +02:00
committed by Jan Höppner
parent 026ecbafea
commit 482bd93e2e
7 changed files with 780 additions and 1 deletions
+14
View File
@@ -540,6 +540,8 @@ Example JSON output for single iteration and channel-path with all properties:
"speed": "",
.br
"characteristics": {
.br
"dpu_id": 0,
.br
"max_bus_cycles": 0,
.br
@@ -556,6 +558,8 @@ Example JSON output for single iteration and channel-path with all properties:
"msg_unit_size": 0,
.br
"msg_unit_size_cpc": 0,
.br
"dpu_num_cores": 0
.br
},
.br
@@ -606,6 +610,10 @@ Example JSON output for single iteration and channel-path with all properties:
"data_units_sent": 0,
.br
"data_units_sent_cpc": 0,
.br
"dpu_channel_exec_time_cpc": 0,
.br
"dpu_exec_time_cpc": 0
.br
},
.br
@@ -652,6 +660,12 @@ Example JSON output for single iteration and channel-path with all properties:
"rcv_fail_part": 0.0,
.br
"rcv_fail_total": 0.0,
.br
"dpu_util": 0.0,
.br
"dpu_util_total": 0.0,
.br
"dpu_util_part": 0.0
.br
}
.br