From 2b95b4f58bf784dffce72b07ca60d8b712955218 Mon Sep 17 00:00:00 2001 From: dprizentsov Date: Fri, 23 Jan 2026 16:22:34 +0100 Subject: [PATCH] fix field name in Join by field transformation while importing PM dashboard Signed-off-by: dprizentsov --- .../rmf-app/src/components/Root/PmImport.ts | 70 +- grafana/rmf-app/src/metrics/dds/index.json | 15832 ++++++++++------ 2 files changed, 9967 insertions(+), 5935 deletions(-) diff --git a/grafana/rmf-app/src/components/Root/PmImport.ts b/grafana/rmf-app/src/components/Root/PmImport.ts index d90afbf..84d6396 100644 --- a/grafana/rmf-app/src/components/Root/PmImport.ts +++ b/grafana/rmf-app/src/components/Root/PmImport.ts @@ -50,15 +50,15 @@ function getEmptyDashboard(): any { return JSON.parse(JSON.stringify(emptyDashboard)); } -function prepareMetricMap() : Map { - const metricMap = new Map(); +function prepareMetricMap() : Map { + const metricMap = new Map(); metrics.metricList = metrics.metricList || []; for (let i = 0; i < metrics.metricList.length; i++) { let mle = metrics.metricList[i]; mle.metric = mle.metric || []; for (let j = 0; j < mle.metric.length; j++) { let m = mle.metric[j]; - metricMap.set(m.id.toUpperCase(), {id: m.id, listtype: m.listtype || ''}); + metricMap.set(m.id.toUpperCase(), {id: m.id, listtype: m.listtype || '', description: m.description || ''}); } } return metricMap; @@ -322,18 +322,29 @@ function getXFieldName(dataView: DataView): string { } function getXFieldNameFromSeries(series: Series): string { - var metricid = getMetricIdFromSeries(series); - if (!singleMetric(metricid)) { - return 'partition'; + var fn = getFieldNameFromSeries(series); + if (fn) { + return fn; } return 'time'; } function singleMetric(metricid: string): boolean { var metricDef = findmetricById(metricid); - if (metricDef && metricDef.listtype && metricDef.listtype.trim() === '') { - return true; - } + return isSingleMetric(metricDef); +} + +function isSingleMetric(metricDef: {id: string, listtype: string, description: string} | null): boolean { + if (metricDef && metricDef.listtype) { + return metricDef.listtype.trim() === ''; + }; + return false; +} + +function isListMetric(metricDef: {id: string, listtype: string, description: string} | null): boolean { + if (metricDef && metricDef.listtype) { + return metricDef.listtype.trim() !== ''; + }; return false; } @@ -345,7 +356,7 @@ function getVisualizationType(series: Series): string { return 'bargauge'; } -function findmetricById(metricid: string): {id: string; listtype: string} | null { +function findmetricById(metricid: string): {id: string; listtype: string, description: string} | null { return metricMap.get(metricid) || null; } @@ -453,14 +464,47 @@ function getTransformationsFromDataView(dataView: DataView): any[] { function getGroupByField(dataView: DataView): string { if (dataView?.SERIES && dataView.SERIES.length > 0) { - var metricid = getMetricIdFromSeries(dataView.SERIES[0]); - if (!singleMetric(metricid)) { - return 'partition'; + var fn = getFieldNameFromSeries(dataView.SERIES[0]); + if (fn) { + return fn; } } return 'time'; } +function getFieldNameFromSeries(series: Series): string | null{ + var metricid = getMetricIdFromSeries(series); + var metricInfo = findmetricById(metricid); + if (metricInfo && isListMetric(metricInfo)) { + var type = splitMetricDescription(metricInfo.description).type; + if (type) { + return type; + } + return metricInfo.description; + } + return null; +} + +function splitMetricDescription(description: string | undefined): {name: string; type: string} { + const trimmed = (description || "").trim(); + if (!trimmed) { + return { name: "", type: "" }; + } + + const match = trimmed.match(/\s+by\s+/i); + if (!match || match.index === undefined) { + return { name: trimmed, type: "" }; + } + + const idx = match.index; + const sepLen = match[0].length; + + const name = trimmed.slice(0, idx).trim(); + const type = trimmed.slice(idx + sepLen).trim(); + + return { name, type }; +} + function getDeskSize(perfDesk: PerfDesk): {width: number, height: number} { var maxX = 0; var maxY = 0; diff --git a/grafana/rmf-app/src/metrics/dds/index.json b/grafana/rmf-app/src/metrics/dds/index.json index 6e69fd5..409510b 100644 --- a/grafana/rmf-app/src/metrics/dds/index.json +++ b/grafana/rmf-app/src/metrics/dds/index.json @@ -1,5923 +1,9911 @@ { - "metricList": [{ - "metric": [{ - "id": "8D4FE0", - "listtype": " " - }, { - "id": "8D5010", - "listtype": " " - }, { - "id": "8D5040", - "listtype": " " - }, { - "id": "8D5070", - "listtype": " " - }, { - "id": "8D50A0", - "listtype": " " - }, { - "id": "8D50D0", - "listtype": " " - }, { - "id": "8D5100", - "listtype": " " - }, { - "id": "8D5130", - "listtype": " " - }, { - "id": "8D5160", - "listtype": " " - }, { - "id": "8D5190", - "listtype": " " - }, { - "id": "8D51C0", - "listtype": " " - }, { - "id": "8D51F0", - "listtype": " " - }, { - "id": "8D5220", - "listtype": " " - }, { - "id": "8D5250", - "listtype": " " - }, { - "id": "8D5280", - "listtype": " " - }, { - "id": "8D52B0", - "listtype": " " - }, { - "id": "8D52E0", - "listtype": " " - }, { - "id": "8D5310", - "listtype": " " - }, { - "id": "8D5340", - "listtype": " " - }, { - "id": "8D5370", - "listtype": " " - }, { - "id": "8D5960", - "listtype": " " - }, { - "id": "8D5990", - "listtype": " " - }, { - "id": "8D59C0", - "listtype": " " - }, { - "id": "8D59F0", - "listtype": " " - }, { - "id": "8D5A20", - "listtype": " " - }, { - "id": "8D5A50", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D2370", - "listtype": "C" - }, { - "id": "8D0070", - "listtype": "C" - }, { - "id": "8D0090", - "listtype": "C" - }, { - "id": "8D4410", - "listtype": "C" - }, { - "id": "8D4430", - "listtype": "C" - }, { - "id": "8D4450", - "listtype": "C" - }, { - "id": "8D23A0", - "listtype": "C" - }, { - "id": "8D23C0", - "listtype": "C" - }, { - "id": "8D3170", - "listtype": "C" - }, { - "id": "8D31D0", - "listtype": "C" - }, { - "id": "8D23E0", - "listtype": "C" - }, { - "id": "8D2400", - "listtype": "C" - }, { - "id": "8D4490", - "listtype": "C" - }, { - "id": "8D44B0", - "listtype": "C" - }, { - "id": "8D44D0", - "listtype": "C" - }, { - "id": "8D0340", - "listtype": "U" - }, { - "id": "8D05D0", - "listtype": "U" - }] - }, { - "metric": [{ - "id": "8D0690", - "listtype": "L" - }, { - "id": "8D2800", - "listtype": "L" - }, { - "id": "8D0EC0", - "listtype": "L" - }, { - "id": "8D0340", - "listtype": "U" - }, { - "id": "8D05D0", - "listtype": "U" - }, { - "id": "8D2810", - "listtype": "U" - }, { - "id": "8D27E0", - "listtype": "U" - }, { - "id": "8D05C0", - "listtype": "U" - }] - }, { - "metric": [{ - "id": "8D2210", - "listtype": "I" - }, { - "id": "8D2260", - "listtype": "I" - }, { - "id": "8D22A0", - "listtype": "I" - }, { - "id": "8D22C0", - "listtype": "I" - }, { - "id": "8D22E0", - "listtype": "I" - }, { - "id": "8D2310", - "listtype": "I" - }] - }, { - "metric": [{ - "id": "8D2A50", - "listtype": " " - }, { - "id": "8D3000", - "listtype": " " - }, { - "id": "8D30A0", - "listtype": " " - }, { - "id": "8D2A60", - "listtype": "Q" - }, { - "id": "8D3010", - "listtype": "Q" - }, { - "id": "8D30B0", - "listtype": "Q" - }, { - "id": "8D0020", - "listtype": "V" - }, { - "id": "8D2200", - "listtype": "V" - }, { - "id": "8D2250", - "listtype": "V" - }, { - "id": "8D00D0", - "listtype": "V" - }, { - "id": "8D0230", - "listtype": "V" - }, { - "id": "8D0250", - "listtype": "V" - }, { - "id": "8D2780", - "listtype": "V" - }, { - "id": "8D0360", - "listtype": "V" - }, { - "id": "8D2A70", - "listtype": "V" - }, { - "id": "8D0440", - "listtype": "V" - }, { - "id": "8D3020", - "listtype": "V" - }, { - "id": "8D30C0", - "listtype": "V" - }, { - "id": "8D0EA0", - "listtype": "V" - }, { - "id": "8D12A0", - "listtype": "V" - }, { - "id": "8D2340", - "listtype": "V" - }, { - "id": "8D1120", - "listtype": "V" - }, { - "id": "8D12C0", - "listtype": "V" - }] - }, { - "metric": [{ - "id": "8D5E10", - "listtype": "K" - }, { - "id": "8D3080", - "listtype": "K" - }, { - "id": "8D3110", - "listtype": "K" - }, { - "id": "8D5E70", - "listtype": "K" - }, { - "id": "8D3230", - "listtype": "K" - }, { - "id": "8D6EE0", - "listtype": "K" - }, { - "id": "8D5E00", - "listtype": "R" - }, { - "id": "8D0F20", - "listtype": "R" - }, { - "id": "8D5E60", - "listtype": "R" - }, { - "id": "8D1220", - "listtype": "R" - }, { - "id": "8D6ED0", - "listtype": "R" - }] - }, { - "metric": [{ - "id": "8D6E30", - "listtype": "7" - }, { - "id": "8D6E50", - "listtype": "7" - }, { - "id": "8D6E70", - "listtype": "7" - }] - }, { - "metric": [{ - "id": "8D5E30", - "listtype": "P" - }, { - "id": "8D0F60", - "listtype": "P" - }, { - "id": "8D0FF0", - "listtype": "P" - }, { - "id": "8D1020", - "listtype": "P" - }, { - "id": "8D5E90", - "listtype": "P" - }, { - "id": "8D5F40", - "listtype": "P" - }, { - "id": "8D1240", - "listtype": "P" - }, { - "id": "8D6F00", - "listtype": "P" - }, { - "id": "8D5E20", - "listtype": "S" - }, { - "id": "8D0F50", - "listtype": "S" - }, { - "id": "8D6E80", - "listtype": "S" - }, { - "id": "8D6EB0", - "listtype": "S" - }, { - "id": "8D5E80", - "listtype": "S" - }, { - "id": "8D5F20", - "listtype": "S" - }, { - "id": "8D1230", - "listtype": "S" - }, { - "id": "8D6EF0", - "listtype": "S" - }, { - "id": "8D5E40", - "listtype": "W" - }, { - "id": "8D0F80", - "listtype": "W" - }, { - "id": "8D5EA0", - "listtype": "W" - }, { - "id": "8D1250", - "listtype": "W" - }, { - "id": "8D6F10", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D0D30", - "listtype": " " - }, { - "id": "8D2F10", - "listtype": " " - }, { - "id": "8D0D40", - "listtype": "J" - }] - }, { - "metric": [{ - "id": "8D0370", - "listtype": " " - }, { - "id": "8D0380", - "listtype": " " - }, { - "id": "8D0390", - "listtype": " " - }, { - "id": "8D03A0", - "listtype": " " - }, { - "id": "8D03B0", - "listtype": " " - }, { - "id": "8D03C0", - "listtype": " " - }, { - "id": "8D03D0", - "listtype": " " - }, { - "id": "8D2EE0", - "listtype": " " - }, { - "id": "8D0CB0", - "listtype": " " - }, { - "id": "8D2F20", - "listtype": " " - }, { - "id": "8D2F30", - "listtype": " " - }, { - "id": "8D2FA0", - "listtype": " " - }, { - "id": "8D2FB0", - "listtype": " " - }, { - "id": "8D30F0", - "listtype": " " - }, { - "id": "8D1260", - "listtype": " " - }, { - "id": "8D1270", - "listtype": " " - }, { - "id": "8D1280", - "listtype": "J" - }] - }, { - "metric": [{ - "id": "8D39A0", - "listtype": " " - }, { - "id": "8D20A0", - "listtype": " " - }, { - "id": "8D20E0", - "listtype": " " - }, { - "id": "8D2120", - "listtype": " " - }, { - "id": "8D2160", - "listtype": " " - }, { - "id": "8D20C0", - "listtype": "M" - }, { - "id": "8D2100", - "listtype": "M" - }, { - "id": "8D2140", - "listtype": "M" - }, { - "id": "8D2180", - "listtype": "M" - }] - }, { - "metric": [{ - "id": "8D2360", - "listtype": " " - }, { - "id": "8D0060", - "listtype": " " - }, { - "id": "8D0080", - "listtype": " " - }, { - "id": "8D4400", - "listtype": " " - }, { - "id": "8D4420", - "listtype": " " - }, { - "id": "8D4440", - "listtype": " " - }, { - "id": "8D2390", - "listtype": " " - }, { - "id": "8D23B0", - "listtype": " " - }, { - "id": "8D3160", - "listtype": " " - }, { - "id": "8D31C0", - "listtype": " " - }, { - "id": "8D23D0", - "listtype": " " - }, { - "id": "8D23F0", - "listtype": " " - }, { - "id": "8D4480", - "listtype": " " - }, { - "id": "8D44A0", - "listtype": " " - }, { - "id": "8D44C0", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D4670", - "listtype": " " - }, { - "id": "8D2060", - "listtype": " " - }, { - "id": "8D4690", - "listtype": " " - }, { - "id": "8D1FF0", - "listtype": " " - }, { - "id": "8D2000", - "listtype": " " - }, { - "id": "8D2020", - "listtype": " " - }, { - "id": "8D46B0", - "listtype": " " - }, { - "id": "8D46D0", - "listtype": " " - }, { - "id": "8D46F0", - "listtype": " " - }, { - "id": "8D4710", - "listtype": " " - }, { - "id": "8D4730", - "listtype": " " - }, { - "id": "8D21A0", - "listtype": " " - }, { - "id": "8D2050", - "listtype": "M" - }, { - "id": "8D38C0", - "listtype": "M" - }, { - "id": "8D2080", - "listtype": "M" - }, { - "id": "8D20D0", - "listtype": "M" - }, { - "id": "8D2110", - "listtype": "M" - }, { - "id": "8D2150", - "listtype": "M" - }, { - "id": "8D2190", - "listtype": "M" - }, { - "id": "8D39D0", - "listtype": "T" - }, { - "id": "8D20B0", - "listtype": "T" - }, { - "id": "8D20F0", - "listtype": "T" - }, { - "id": "8D2130", - "listtype": "T" - }, { - "id": "8D2170", - "listtype": "T" - }] - }, { - "metric": [{ - "id": "8D3290", - "listtype": " " - }, { - "id": "8D24D0", - "listtype": " " - }, { - "id": "8D3270", - "listtype": " " - }, { - "id": "8D32B0", - "listtype": " " - }, { - "id": "8D1C80", - "listtype": " " - }, { - "id": "8D3910", - "listtype": " " - }, { - "id": "8D3920", - "listtype": " " - }, { - "id": "8D3930", - "listtype": " " - }, { - "id": "8D3940", - "listtype": " " - }, { - "id": "8D3950", - "listtype": " " - }, { - "id": "8D3300", - "listtype": " " - }, { - "id": "8D2540", - "listtype": " " - }, { - "id": "8D32D0", - "listtype": " " - }, { - "id": "8D3330", - "listtype": " " - }, { - "id": "8D1C70", - "listtype": " " - }, { - "id": "8D39F0", - "listtype": " " - }, { - "id": "8D1F90", - "listtype": " " - }, { - "id": "8D3A10", - "listtype": " " - }, { - "id": "8D3360", - "listtype": " " - }, { - "id": "8D3A40", - "listtype": " " - }, { - "id": "8D3380", - "listtype": " " - }, { - "id": "8D3A90", - "listtype": " " - }, { - "id": "8D33E0", - "listtype": " " - }, { - "id": "8D3AC0", - "listtype": " " - }, { - "id": "8D3420", - "listtype": " " - }, { - "id": "8D3BA0", - "listtype": " " - }, { - "id": "8D3BD0", - "listtype": " " - }, { - "id": "8D3C20", - "listtype": " " - }, { - "id": "8D3B70", - "listtype": " " - }, { - "id": "8D3C50", - "listtype": " " - }, { - "id": "8D3B20", - "listtype": " " - }, { - "id": "8D3CA0", - "listtype": " " - }, { - "id": "8D3CD0", - "listtype": " " - }, { - "id": "8D3D20", - "listtype": " " - }, { - "id": "8D3D70", - "listtype": " " - }, { - "id": "8D3D80", - "listtype": " " - }, { - "id": "8D3D90", - "listtype": " " - }, { - "id": "8D3B00", - "listtype": " " - }, { - "id": "8D3B40", - "listtype": " " - }, { - "id": "8D3C80", - "listtype": " " - }, { - "id": "8D3D50", - "listtype": " " - }, { - "id": "8D25C0", - "listtype": " " - }, { - "id": "8D3F30", - "listtype": " " - }, { - "id": "8D3F60", - "listtype": " " - }, { - "id": "8D3F90", - "listtype": " " - }, { - "id": "8D3FE0", - "listtype": " " - }, { - "id": "8D4010", - "listtype": " " - }, { - "id": "8D32A0", - "listtype": "A" - }, { - "id": "8D24E0", - "listtype": "A" - }, { - "id": "8D3280", - "listtype": "A" - }, { - "id": "8D32C0", - "listtype": "A" - }, { - "id": "8D2600", - "listtype": "A" - }, { - "id": "8D4040", - "listtype": "A" - }, { - "id": "8D4060", - "listtype": "A" - }, { - "id": "8D4080", - "listtype": "A" - }, { - "id": "8D3310", - "listtype": "A" - }, { - "id": "8D2560", - "listtype": "A" - }, { - "id": "8D32E0", - "listtype": "A" - }, { - "id": "8D3340", - "listtype": "A" - }, { - "id": "8D3400", - "listtype": "A" - }, { - "id": "8D3A00", - "listtype": "A" - }, { - "id": "8D3A20", - "listtype": "A" - }, { - "id": "8D3A50", - "listtype": "A" - }, { - "id": "8D3AA0", - "listtype": "A" - }, { - "id": "8D3AD0", - "listtype": "A" - }, { - "id": "8D3BB0", - "listtype": "A" - }, { - "id": "8D3BE0", - "listtype": "A" - }, { - "id": "8D3C30", - "listtype": "A" - }, { - "id": "8D3B80", - "listtype": "A" - }, { - "id": "8D3C60", - "listtype": "A" - }, { - "id": "8D3B30", - "listtype": "A" - }, { - "id": "8D3CB0", - "listtype": "A" - }, { - "id": "8D3CE0", - "listtype": "A" - }, { - "id": "8D3D30", - "listtype": "A" - }, { - "id": "8D40C0", - "listtype": "A" - }, { - "id": "8D4120", - "listtype": "A" - }, { - "id": "8D4180", - "listtype": "A" - }, { - "id": "8D3B10", - "listtype": "A" - }, { - "id": "8D3B50", - "listtype": "A" - }, { - "id": "8D3C90", - "listtype": "A" - }, { - "id": "8D3D60", - "listtype": "A" - }, { - "id": "8D40A0", - "listtype": "A" - }, { - "id": "8D40E0", - "listtype": "A" - }, { - "id": "8D4100", - "listtype": "A" - }, { - "id": "8D4140", - "listtype": "A" - }, { - "id": "8D4160", - "listtype": "A" - }, { - "id": "8D0040", - "listtype": "A" - }, { - "id": "8D25F0", - "listtype": "A" - }, { - "id": "8D3F40", - "listtype": "A" - }, { - "id": "8D3F70", - "listtype": "A" - }, { - "id": "8D3FA0", - "listtype": "A" - }, { - "id": "8D3FF0", - "listtype": "A" - }, { - "id": "8D4020", - "listtype": "A" - }, { - "id": "8D6490", - "listtype": "6" - }, { - "id": "8D64D0", - "listtype": "6" - }, { - "id": "8D6510", - "listtype": "6" - }, { - "id": "8D6550", - "listtype": "6" - }, { - "id": "8D6590", - "listtype": "6" - }, { - "id": "8D65D0", - "listtype": "6" - }, { - "id": "8D6610", - "listtype": "6" - }, { - "id": "8D6650", - "listtype": "6" - }, { - "id": "8D6690", - "listtype": "6" - }, { - "id": "8D66D0", - "listtype": "6" - }, { - "id": "8D6710", - "listtype": "6" - }, { - "id": "8D6750", - "listtype": "6" - }, { - "id": "8D6790", - "listtype": "6" - }, { - "id": "8D67D0", - "listtype": "6" - }, { - "id": "8D67F0", - "listtype": "6" - }, { - "id": "8D6850", - "listtype": "6" - }, { - "id": "8D6890", - "listtype": "6" - }, { - "id": "8D68D0", - "listtype": "6" - }, { - "id": "8D6910", - "listtype": "6" - }, { - "id": "8D6950", - "listtype": "6" - }, { - "id": "8D6990", - "listtype": "6" - }, { - "id": "8D69D0", - "listtype": "6" - }, { - "id": "8D6A10", - "listtype": "6" - }, { - "id": "8D6A50", - "listtype": "6" - }, { - "id": "8D6A90", - "listtype": "6" - }, { - "id": "8D6AD0", - "listtype": "6" - }, { - "id": "8D6B10", - "listtype": "6" - }, { - "id": "8D6B50", - "listtype": "6" - }, { - "id": "8D6B90", - "listtype": "6" - }, { - "id": "8D6BD0", - "listtype": "6" - }, { - "id": "8D6C10", - "listtype": "6" - }, { - "id": "8D6C50", - "listtype": "6" - }, { - "id": "8D6C90", - "listtype": "6" - }, { - "id": "8D6CD0", - "listtype": "6" - }, { - "id": "8D6D10", - "listtype": "6" - }, { - "id": "8D6D50", - "listtype": "6" - }, { - "id": "8D6D90", - "listtype": "6" - }, { - "id": "8D6DD0", - "listtype": "6" - }, { - "id": "8D6E10", - "listtype": "6" - }] - }, { - "metric": [{ - "id": "8D6470", - "listtype": "6" - }, { - "id": "8D6490", - "listtype": "6" - }, { - "id": "8D64B0", - "listtype": "6" - }, { - "id": "8D64D0", - "listtype": "6" - }, { - "id": "8D64F0", - "listtype": "6" - }, { - "id": "8D6510", - "listtype": "6" - }, { - "id": "8D6530", - "listtype": "6" - }, { - "id": "8D6550", - "listtype": "6" - }, { - "id": "8D6570", - "listtype": "6" - }, { - "id": "8D6590", - "listtype": "6" - }, { - "id": "8D65B0", - "listtype": "6" - }, { - "id": "8D65D0", - "listtype": "6" - }, { - "id": "8D65F0", - "listtype": "6" - }, { - "id": "8D6610", - "listtype": "6" - }, { - "id": "8D6630", - "listtype": "6" - }, { - "id": "8D6650", - "listtype": "6" - }, { - "id": "8D6670", - "listtype": "6" - }, { - "id": "8D6690", - "listtype": "6" - }, { - "id": "8D66B0", - "listtype": "6" - }, { - "id": "8D66D0", - "listtype": "6" - }, { - "id": "8D66F0", - "listtype": "6" - }, { - "id": "8D6710", - "listtype": "6" - }, { - "id": "8D6730", - "listtype": "6" - }, { - "id": "8D6750", - "listtype": "6" - }, { - "id": "8D6770", - "listtype": "6" - }, { - "id": "8D6790", - "listtype": "6" - }, { - "id": "8D67B0", - "listtype": "6" - }, { - "id": "8D67D0", - "listtype": "6" - }, { - "id": "8D67E0", - "listtype": "6" - }, { - "id": "8D67F0", - "listtype": "6" - }, { - "id": "8D6830", - "listtype": "6" - }, { - "id": "8D6850", - "listtype": "6" - }, { - "id": "8D6870", - "listtype": "6" - }, { - "id": "8D6890", - "listtype": "6" - }, { - "id": "8D68B0", - "listtype": "6" - }, { - "id": "8D68D0", - "listtype": "6" - }, { - "id": "8D68F0", - "listtype": "6" - }, { - "id": "8D6910", - "listtype": "6" - }, { - "id": "8D6930", - "listtype": "6" - }, { - "id": "8D6950", - "listtype": "6" - }, { - "id": "8D6970", - "listtype": "6" - }, { - "id": "8D6990", - "listtype": "6" - }, { - "id": "8D69B0", - "listtype": "6" - }, { - "id": "8D69D0", - "listtype": "6" - }, { - "id": "8D69F0", - "listtype": "6" - }, { - "id": "8D6A10", - "listtype": "6" - }, { - "id": "8D6A30", - "listtype": "6" - }, { - "id": "8D6A50", - "listtype": "6" - }, { - "id": "8D6A70", - "listtype": "6" - }, { - "id": "8D6A90", - "listtype": "6" - }, { - "id": "8D6AB0", - "listtype": "6" - }, { - "id": "8D6AD0", - "listtype": "6" - }, { - "id": "8D6AF0", - "listtype": "6" - }, { - "id": "8D6B10", - "listtype": "6" - }, { - "id": "8D6B30", - "listtype": "6" - }, { - "id": "8D6B50", - "listtype": "6" - }, { - "id": "8D6B70", - "listtype": "6" - }, { - "id": "8D6B90", - "listtype": "6" - }, { - "id": "8D6BB0", - "listtype": "6" - }, { - "id": "8D6BD0", - "listtype": "6" - }, { - "id": "8D6BF0", - "listtype": "6" - }, { - "id": "8D6C10", - "listtype": "6" - }, { - "id": "8D6C30", - "listtype": "6" - }, { - "id": "8D6C50", - "listtype": "6" - }, { - "id": "8D6C70", - "listtype": "6" - }, { - "id": "8D6C90", - "listtype": "6" - }, { - "id": "8D6CB0", - "listtype": "6" - }, { - "id": "8D6CD0", - "listtype": "6" - }, { - "id": "8D6CF0", - "listtype": "6" - }, { - "id": "8D6D10", - "listtype": "6" - }, { - "id": "8D6D30", - "listtype": "6" - }, { - "id": "8D6D50", - "listtype": "6" - }, { - "id": "8D6D70", - "listtype": "6" - }, { - "id": "8D6D90", - "listtype": "6" - }, { - "id": "8D6DB0", - "listtype": "6" - }, { - "id": "8D6DD0", - "listtype": "6" - }, { - "id": "8D6DF0", - "listtype": "6" - }, { - "id": "8D6E10", - "listtype": "6" - }] - }, { - "metric": [{ - "id": "8D6460", - "listtype": " " - }, { - "id": "8D6480", - "listtype": " " - }, { - "id": "8D64A0", - "listtype": " " - }, { - "id": "8D64C0", - "listtype": " " - }, { - "id": "8D64E0", - "listtype": " " - }, { - "id": "8D6500", - "listtype": " " - }, { - "id": "8D6520", - "listtype": " " - }, { - "id": "8D6540", - "listtype": " " - }, { - "id": "8D6560", - "listtype": " " - }, { - "id": "8D6580", - "listtype": " " - }, { - "id": "8D65A0", - "listtype": " " - }, { - "id": "8D65C0", - "listtype": " " - }, { - "id": "8D65E0", - "listtype": " " - }, { - "id": "8D6600", - "listtype": " " - }, { - "id": "8D6620", - "listtype": " " - }, { - "id": "8D6640", - "listtype": " " - }, { - "id": "8D6660", - "listtype": " " - }, { - "id": "8D6680", - "listtype": " " - }, { - "id": "8D66A0", - "listtype": " " - }, { - "id": "8D66C0", - "listtype": " " - }, { - "id": "8D66E0", - "listtype": " " - }, { - "id": "8D6700", - "listtype": " " - }, { - "id": "8D6720", - "listtype": " " - }, { - "id": "8D6740", - "listtype": " " - }, { - "id": "8D6760", - "listtype": " " - }, { - "id": "8D6780", - "listtype": " " - }, { - "id": "8D67A0", - "listtype": " " - }, { - "id": "8D67C0", - "listtype": " " - }, { - "id": "8D6800", - "listtype": " " - }, { - "id": "8D6810", - "listtype": " " - }, { - "id": "8D6820", - "listtype": " " - }, { - "id": "8D6840", - "listtype": " " - }, { - "id": "8D6860", - "listtype": " " - }, { - "id": "8D6880", - "listtype": " " - }, { - "id": "8D68A0", - "listtype": " " - }, { - "id": "8D68C0", - "listtype": " " - }, { - "id": "8D68E0", - "listtype": " " - }, { - "id": "8D6900", - "listtype": " " - }, { - "id": "8D6920", - "listtype": " " - }, { - "id": "8D6940", - "listtype": " " - }, { - "id": "8D6960", - "listtype": " " - }, { - "id": "8D6980", - "listtype": " " - }, { - "id": "8D69A0", - "listtype": " " - }, { - "id": "8D69C0", - "listtype": " " - }, { - "id": "8D69E0", - "listtype": " " - }, { - "id": "8D6A00", - "listtype": " " - }, { - "id": "8D6A20", - "listtype": " " - }, { - "id": "8D6A40", - "listtype": " " - }, { - "id": "8D6A60", - "listtype": " " - }, { - "id": "8D6A80", - "listtype": " " - }, { - "id": "8D6AA0", - "listtype": " " - }, { - "id": "8D6AC0", - "listtype": " " - }, { - "id": "8D6AE0", - "listtype": " " - }, { - "id": "8D6B00", - "listtype": " " - }, { - "id": "8D6B20", - "listtype": " " - }, { - "id": "8D6B40", - "listtype": " " - }, { - "id": "8D6B60", - "listtype": " " - }, { - "id": "8D6B80", - "listtype": " " - }, { - "id": "8D6BA0", - "listtype": " " - }, { - "id": "8D6BC0", - "listtype": " " - }, { - "id": "8D6BE0", - "listtype": " " - }, { - "id": "8D6C00", - "listtype": " " - }, { - "id": "8D6C20", - "listtype": " " - }, { - "id": "8D6C40", - "listtype": " " - }, { - "id": "8D6C60", - "listtype": " " - }, { - "id": "8D6C80", - "listtype": " " - }, { - "id": "8D6CA0", - "listtype": " " - }, { - "id": "8D6CC0", - "listtype": " " - }, { - "id": "8D6CE0", - "listtype": " " - }, { - "id": "8D6D00", - "listtype": " " - }, { - "id": "8D6D20", - "listtype": " " - }, { - "id": "8D6D40", - "listtype": " " - }, { - "id": "8D6D60", - "listtype": " " - }, { - "id": "8D6D80", - "listtype": " " - }, { - "id": "8D6DA0", - "listtype": " " - }, { - "id": "8D6DC0", - "listtype": " " - }, { - "id": "8D6DE0", - "listtype": " " - }, { - "id": "8D6E00", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D0050", - "listtype": " " - }, { - "id": "8D0410", - "listtype": " " - }, { - "id": "8D0530", - "listtype": " " - }, { - "id": "8D0BC0", - "listtype": " " - }, { - "id": "8D0C90", - "listtype": " " - }, { - "id": "8D0CE0", - "listtype": " " - }, { - "id": "8D0540", - "listtype": "J" - }, { - "id": "8D0CA0", - "listtype": "J" - }, { - "id": "8D0CF0", - "listtype": "J" - }] - }, { - "metric": [{ - "id": "8D0050", - "listtype": " " - }, { - "id": "8D0410", - "listtype": " " - }, { - "id": "8D0530", - "listtype": " " - }, { - "id": "8D0BC0", - "listtype": " " - }, { - "id": "8D0C90", - "listtype": " " - }, { - "id": "8D0CE0", - "listtype": " " - }, { - "id": "8D0540", - "listtype": "J" - }, { - "id": "8D0CA0", - "listtype": "J" - }, { - "id": "8D0CF0", - "listtype": "J" - }] - }, { - "metric": [{ - "id": "8D00E0", - "listtype": " " - }, { - "id": "8D28D0", - "listtype": "E" - }, { - "id": "8D0180", - "listtype": "J" - }, { - "id": "8D28E0", - "listtype": "K" - }, { - "id": "8D17A0", - "listtype": "P" - }, { - "id": "8D1660", - "listtype": "R" - }, { - "id": "8D1700", - "listtype": "S" - }, { - "id": "8D1840", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D0050", - "listtype": " " - }, { - "id": "8D0410", - "listtype": " " - }, { - "id": "8D0530", - "listtype": " " - }, { - "id": "8D0BC0", - "listtype": " " - }, { - "id": "8D0C90", - "listtype": " " - }, { - "id": "8D0CE0", - "listtype": " " - }, { - "id": "8D0540", - "listtype": "J" - }, { - "id": "8D0CA0", - "listtype": "J" - }, { - "id": "8D0CF0", - "listtype": "J" - }] - }, { - "metric": [{ - "id": "8D00F0", - "listtype": " " - }, { - "id": "8D0190", - "listtype": "J" - }, { - "id": "8D28F0", - "listtype": "K" - }, { - "id": "8D17B0", - "listtype": "P" - }, { - "id": "8D1670", - "listtype": "R" - }, { - "id": "8D1710", - "listtype": "S" - }, { - "id": "8D1850", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D00A0", - "listtype": " " - }, { - "id": "8D0170", - "listtype": " " - }, { - "id": "8D04B0", - "listtype": " " - }, { - "id": "8D1E20", - "listtype": " " - }, { - "id": "8D0680", - "listtype": " " - }, { - "id": "8D0EB0", - "listtype": " " - }, { - "id": "8D4930", - "listtype": " " - }, { - "id": "8D0E90", - "listtype": " " - }, { - "id": "8D49B0", - "listtype": " " - }, { - "id": "8D4C10", - "listtype": " " - }, { - "id": "8D2040", - "listtype": "D" - }, { - "id": "8D2090", - "listtype": "D" - }, { - "id": "8D28B0", - "listtype": "E" - }, { - "id": "8D2B20", - "listtype": "E" - }, { - "id": "8D00C0", - "listtype": "J" - }, { - "id": "8D0210", - "listtype": "J" - }, { - "id": "8D04F0", - "listtype": "J" - }, { - "id": "8D1EC0", - "listtype": "J" - }, { - "id": "8D4940", - "listtype": "J" - }, { - "id": "8D49C0", - "listtype": "J" - }, { - "id": "8D4C20", - "listtype": "J" - }, { - "id": "8D2970", - "listtype": "K" - }, { - "id": "8D2B40", - "listtype": "K" - }, { - "id": "8D2BA0", - "listtype": "K" - }, { - "id": "8D2890", - "listtype": "N" - }, { - "id": "8D2B00", - "listtype": "N" - }, { - "id": "8D1830", - "listtype": "P" - }, { - "id": "8D1CF0", - "listtype": "P" - }, { - "id": "8D1E80", - "listtype": "P" - }, { - "id": "8D16F0", - "listtype": "R" - }, { - "id": "8D1C90", - "listtype": "R" - }, { - "id": "8D1E40", - "listtype": "R" - }, { - "id": "8D1790", - "listtype": "S" - }, { - "id": "8D1CC0", - "listtype": "S" - }, { - "id": "8D1E60", - "listtype": "S" - }, { - "id": "8D18D0", - "listtype": "W" - }, { - "id": "8D1D20", - "listtype": "W" - }, { - "id": "8D1EA0", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D0100", - "listtype": " " - }, { - "id": "8D01A0", - "listtype": "J" - }, { - "id": "8D2900", - "listtype": "K" - }, { - "id": "8D17C0", - "listtype": "P" - }, { - "id": "8D1680", - "listtype": "R" - }, { - "id": "8D1720", - "listtype": "S" - }, { - "id": "8D1860", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D0680", - "listtype": " " - }, { - "id": "8D27F0", - "listtype": " " - }, { - "id": "8D0EB0", - "listtype": " " - }, { - "id": "8D0E90", - "listtype": " " - }, { - "id": "8D0340", - "listtype": "U" - }, { - "id": "8D05D0", - "listtype": "U" - }, { - "id": "8D2810", - "listtype": "U" - }, { - "id": "8D27E0", - "listtype": "U" - }, { - "id": "8D05C0", - "listtype": "U" - }, { - "id": "8D0020", - "listtype": "V" - }, { - "id": "8D00D0", - "listtype": "V" - }, { - "id": "8D0250", - "listtype": "V" - }, { - "id": "8D2780", - "listtype": "V" - }, { - "id": "8D0360", - "listtype": "V" - }, { - "id": "8D0440", - "listtype": "V" - }, { - "id": "8D0EA0", - "listtype": "V" - }, { - "id": "8D1120", - "listtype": "V" - }, { - "id": "8D12C0", - "listtype": "V" - }] - }, { - "metric": [{ - "id": "8D2870", - "listtype": " " - }, { - "id": "8D3670", - "listtype": " " - }, { - "id": "8D24B0", - "listtype": " " - }, { - "id": "8D3680", - "listtype": " " - }, { - "id": "8D3690", - "listtype": " " - }, { - "id": "8D36A0", - "listtype": " " - }, { - "id": "8D36B0", - "listtype": " " - }, { - "id": "8D24C0", - "listtype": " " - }, { - "id": "8D36C0", - "listtype": " " - }, { - "id": "8D36D0", - "listtype": " " - }, { - "id": "8D36E0", - "listtype": " " - }, { - "id": "8D4030", - "listtype": " " - }, { - "id": "8D4050", - "listtype": " " - }, { - "id": "8D4070", - "listtype": " " - }, { - "id": "8D38D0", - "listtype": " " - }, { - "id": "8D2510", - "listtype": " " - }, { - "id": "8D38E0", - "listtype": " " - }, { - "id": "8D38F0", - "listtype": " " - }, { - "id": "8D3900", - "listtype": " " - }, { - "id": "8D3960", - "listtype": " " - }, { - "id": "8D2530", - "listtype": " " - }, { - "id": "8D3970", - "listtype": " " - }, { - "id": "8D3980", - "listtype": " " - }, { - "id": "8D3990", - "listtype": " " - }, { - "id": "8D25A0", - "listtype": " " - }, { - "id": "8D39E0", - "listtype": " " - }, { - "id": "8D2520", - "listtype": " " - }, { - "id": "8D3A30", - "listtype": " " - }, { - "id": "8D3A80", - "listtype": " " - }, { - "id": "8D3AB0", - "listtype": " " - }, { - "id": "8D47A0", - "listtype": " " - }, { - "id": "8D47C0", - "listtype": " " - }, { - "id": "8D2490", - "listtype": " " - }, { - "id": "8D3B90", - "listtype": " " - }, { - "id": "8D3BC0", - "listtype": " " - }, { - "id": "8D3C10", - "listtype": " " - }, { - "id": "8D3B60", - "listtype": " " - }, { - "id": "8D3C40", - "listtype": " " - }, { - "id": "8D3B20", - "listtype": " " - }, { - "id": "8D2610", - "listtype": " " - }, { - "id": "8D3CC0", - "listtype": " " - }, { - "id": "8D3D10", - "listtype": " " - }, { - "id": "8D40B0", - "listtype": " " - }, { - "id": "8D4110", - "listtype": " " - }, { - "id": "8D4170", - "listtype": " " - }, { - "id": "8D3B00", - "listtype": " " - }, { - "id": "8D3B40", - "listtype": " " - }, { - "id": "8D3C70", - "listtype": " " - }, { - "id": "8D3D40", - "listtype": " " - }, { - "id": "8D4090", - "listtype": " " - }, { - "id": "8D40D0", - "listtype": " " - }, { - "id": "8D40F0", - "listtype": " " - }, { - "id": "8D4130", - "listtype": " " - }, { - "id": "8D4150", - "listtype": " " - }, { - "id": "8D4190", - "listtype": " " - }, { - "id": "8D25E0", - "listtype": " " - }, { - "id": "8D43E0", - "listtype": " " - }, { - "id": "8D4A90", - "listtype": " " - }, { - "id": "8D4AB0", - "listtype": " " - }, { - "id": "8D4530", - "listtype": " " - }, { - "id": "8D2620", - "listtype": " " - }, { - "id": "8D2630", - "listtype": " " - }, { - "id": "8D2650", - "listtype": " " - }, { - "id": "8D2660", - "listtype": " " - }, { - "id": "8D2680", - "listtype": " " - }, { - "id": "8D4460", - "listtype": " " - }, { - "id": "8D3F20", - "listtype": " " - }, { - "id": "8D3F50", - "listtype": " " - }, { - "id": "8D3F80", - "listtype": " " - }, { - "id": "8D3FD0", - "listtype": " " - }, { - "id": "8D4000", - "listtype": " " - }, { - "id": "8D4B10", - "listtype": " " - }, { - "id": "8D4B30", - "listtype": " " - }, { - "id": "8D4B70", - "listtype": " " - }, { - "id": "8D4B90", - "listtype": " " - }, { - "id": "8D4BD0", - "listtype": " " - }, { - "id": "8D4BF0", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D0160", - "listtype": " " - }, { - "id": "8D03E0", - "listtype": " " - }, { - "id": "8D0470", - "listtype": " " - }, { - "id": "8D04A0", - "listtype": " " - }, { - "id": "8D0550", - "listtype": " " - }, { - "id": "8D0620", - "listtype": " " - }, { - "id": "8D4840", - "listtype": " " - }, { - "id": "8D4870", - "listtype": " " - }, { - "id": "8D48A0", - "listtype": " " - }, { - "id": "8D48D0", - "listtype": " " - }, { - "id": "8D4900", - "listtype": " " - }, { - "id": "8D0D50", - "listtype": " " - }, { - "id": "8D0EF0", - "listtype": " " - }, { - "id": "8D1000", - "listtype": " " - }, { - "id": "8D4950", - "listtype": " " - }, { - "id": "8D4980", - "listtype": " " - }, { - "id": "8D1100", - "listtype": " " - }, { - "id": "8D5EB0", - "listtype": " " - }, { - "id": "8D4A10", - "listtype": " " - }, { - "id": "8D1200", - "listtype": " " - }, { - "id": "8D4A40", - "listtype": " " - }, { - "id": "8D28A0", - "listtype": "E" - }, { - "id": "8D2A90", - "listtype": "E" - }, { - "id": "8D2B10", - "listtype": "E" - }, { - "id": "8D0200", - "listtype": "J" - }, { - "id": "8D03F0", - "listtype": "J" - }, { - "id": "8D0480", - "listtype": "J" - }, { - "id": "8D04E0", - "listtype": "J" - }, { - "id": "8D0560", - "listtype": "J" - }, { - "id": "8D4860", - "listtype": "J" - }, { - "id": "8D4890", - "listtype": "J" - }, { - "id": "8D48C0", - "listtype": "J" - }, { - "id": "8D48F0", - "listtype": "J" - }, { - "id": "8D4920", - "listtype": "J" - }, { - "id": "8D4970", - "listtype": "J" - }, { - "id": "8D49A0", - "listtype": "J" - }, { - "id": "8D4A30", - "listtype": "J" - }, { - "id": "8D4A60", - "listtype": "J" - }, { - "id": "8D2960", - "listtype": "K" - }, { - "id": "8D2B30", - "listtype": "K" - }, { - "id": "8D2B80", - "listtype": "K" - }, { - "id": "8D2D60", - "listtype": "K" - }, { - "id": "8D2F40", - "listtype": "K" - }, { - "id": "8D3080", - "listtype": "K" - }, { - "id": "8D3110", - "listtype": "K" - }, { - "id": "8D5EF0", - "listtype": "K" - }, { - "id": "8D31A0", - "listtype": "K" - }, { - "id": "8D3230", - "listtype": "K" - }, { - "id": "8D1820", - "listtype": "P" - }, { - "id": "8D1CE0", - "listtype": "P" - }, { - "id": "8D05A0", - "listtype": "P" - }, { - "id": "8D0660", - "listtype": "P" - }, { - "id": "8D0D90", - "listtype": "P" - }, { - "id": "8D0F60", - "listtype": "P" - }, { - "id": "8D1020", - "listtype": "P" - }, { - "id": "8D5F30", - "listtype": "P" - }, { - "id": "8D1170", - "listtype": "P" - }, { - "id": "8D1240", - "listtype": "P" - }, { - "id": "8D16E0", - "listtype": "R" - }, { - "id": "8D1C60", - "listtype": "R" - }, { - "id": "8D0580", - "listtype": "R" - }, { - "id": "8D0640", - "listtype": "R" - }, { - "id": "8D0D70", - "listtype": "R" - }, { - "id": "8D0F20", - "listtype": "R" - }, { - "id": "8D5ED0", - "listtype": "R" - }, { - "id": "8D1130", - "listtype": "R" - }, { - "id": "8D1220", - "listtype": "R" - }, { - "id": "8D1780", - "listtype": "S" - }, { - "id": "8D1CB0", - "listtype": "S" - }, { - "id": "8D0590", - "listtype": "S" - }, { - "id": "8D0650", - "listtype": "S" - }, { - "id": "8D0D80", - "listtype": "S" - }, { - "id": "8D0F40", - "listtype": "S" - }, { - "id": "8D5F10", - "listtype": "S" - }, { - "id": "8D1150", - "listtype": "S" - }, { - "id": "8D1230", - "listtype": "S" - }, { - "id": "8D18C0", - "listtype": "W" - }, { - "id": "8D1D10", - "listtype": "W" - }, { - "id": "8D05B0", - "listtype": "W" - }, { - "id": "8D0670", - "listtype": "W" - }, { - "id": "8D0DA0", - "listtype": "W" - }, { - "id": "8D0F80", - "listtype": "W" - }, { - "id": "8D5F50", - "listtype": "W" - }, { - "id": "8D1190", - "listtype": "W" - }, { - "id": "8D1250", - "listtype": "W" - }, { - "id": "8D3E10", - "listtype": "2" - }, { - "id": "8D3E50", - "listtype": "2" - }, { - "id": "8D38A0", - "listtype": "3" - }, { - "id": "8D3DB0", - "listtype": "3" - }, { - "id": "8D3DC0", - "listtype": "3" - }, { - "id": "8D3DD0", - "listtype": "3" - }, { - "id": "8D3DE0", - "listtype": "3" - }, { - "id": "8D3DF0", - "listtype": "3" - }, { - "id": "8D3E30", - "listtype": "3" - }, { - "id": "8D3E60", - "listtype": "3" - }, { - "id": "8D3E80", - "listtype": "3" - }, { - "id": "8D3E90", - "listtype": "3" - }, { - "id": "8D3EB0", - "listtype": "3" - }, { - "id": "8D3660", - "listtype": "4" - }, { - "id": "8D36F0", - "listtype": "4" - }, { - "id": "8D3700", - "listtype": "4" - }, { - "id": "8D38B0", - "listtype": "4" - }, { - "id": "8D3DA0", - "listtype": "4" - }, { - "id": "8D3E70", - "listtype": "4" - }, { - "id": "8D3EA0", - "listtype": "4" - }, { - "id": "8D3EC0", - "listtype": "4" - }] - }, { - "metric": [{ - "id": "8D0110", - "listtype": " " - }, { - "id": "8D01B0", - "listtype": "J" - }, { - "id": "8D2910", - "listtype": "K" - }, { - "id": "8D17D0", - "listtype": "P" - }, { - "id": "8D1690", - "listtype": "R" - }, { - "id": "8D1730", - "listtype": "S" - }, { - "id": "8D1870", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D4C60", - "listtype": "H" - }, { - "id": "8D4C80", - "listtype": "H" - }, { - "id": "8D5CB0", - "listtype": "H" - }, { - "id": "8D5CC0", - "listtype": "H" - }, { - "id": "8D5CE0", - "listtype": "H" - }, { - "id": "8D4CA0", - "listtype": "H" - }, { - "id": "8D4D00", - "listtype": "H" - }, { - "id": "8D4D20", - "listtype": "H" - }, { - "id": "8D4D40", - "listtype": "H" - }, { - "id": "8D4D60", - "listtype": "H" - }, { - "id": "8D4D80", - "listtype": "H" - }, { - "id": "8D4DA0", - "listtype": "H" - }, { - "id": "8D4DC0", - "listtype": "H" - }, { - "id": "8D4DE0", - "listtype": "H" - }, { - "id": "8D4E00", - "listtype": "H" - }, { - "id": "8D4E20", - "listtype": "H" - }, { - "id": "8D4E40", - "listtype": "H" - }, { - "id": "8D4E60", - "listtype": "H" - }, { - "id": "8D4E80", - "listtype": "H" - }, { - "id": "8D4EA0", - "listtype": "H" - }, { - "id": "8D5D10", - "listtype": "H" - }, { - "id": "8D5D20", - "listtype": "H" - }, { - "id": "8D5D40", - "listtype": "H" - }, { - "id": "8D5D70", - "listtype": "H" - }, { - "id": "8D5D80", - "listtype": "H" - }, { - "id": "8D5DA0", - "listtype": "H" - }, { - "id": "8D5DD0", - "listtype": "H" - }, { - "id": "8D5DE0", - "listtype": "H" - }, { - "id": "8D4EC0", - "listtype": "H" - }, { - "id": "8D4EE0", - "listtype": "H" - }, { - "id": "8D4F00", - "listtype": "H" - }, { - "id": "8D4F20", - "listtype": "H" - }, { - "id": "8D4F40", - "listtype": "H" - }, { - "id": "8D4F70", - "listtype": "H" - }, { - "id": "8D4F90", - "listtype": "H" - }, { - "id": "8D4FB0", - "listtype": "H" - }, { - "id": "8D4FD0", - "listtype": "H" - }] - }, { - "metric": [{ - "id": "8D4C50", - "listtype": " " - }, { - "id": "8D4C70", - "listtype": " " - }, { - "id": "8D5C90", - "listtype": " " - }, { - "id": "8D5CA0", - "listtype": " " - }, { - "id": "8D5CD0", - "listtype": " " - }, { - "id": "8D4C90", - "listtype": " " - }, { - "id": "8D4D10", - "listtype": " " - }, { - "id": "8D4D30", - "listtype": " " - }, { - "id": "8D4D50", - "listtype": " " - }, { - "id": "8D4D70", - "listtype": " " - }, { - "id": "8D4D90", - "listtype": " " - }, { - "id": "8D4DB0", - "listtype": " " - }, { - "id": "8D4DD0", - "listtype": " " - }, { - "id": "8D4DF0", - "listtype": " " - }, { - "id": "8D4E10", - "listtype": " " - }, { - "id": "8D4E30", - "listtype": " " - }, { - "id": "8D4E50", - "listtype": " " - }, { - "id": "8D4E70", - "listtype": " " - }, { - "id": "8D4E90", - "listtype": " " - }, { - "id": "8D5CF0", - "listtype": " " - }, { - "id": "8D5D00", - "listtype": " " - }, { - "id": "8D5D30", - "listtype": " " - }, { - "id": "8D5D50", - "listtype": " " - }, { - "id": "8D5D60", - "listtype": " " - }, { - "id": "8D5D90", - "listtype": " " - }, { - "id": "8D5DB0", - "listtype": " " - }, { - "id": "8D5DC0", - "listtype": " " - }, { - "id": "8D4EB0", - "listtype": " " - }, { - "id": "8D4ED0", - "listtype": " " - }, { - "id": "8D4EF0", - "listtype": " " - }, { - "id": "8D4F10", - "listtype": " " - }, { - "id": "8D4F30", - "listtype": " " - }, { - "id": "8D4F50", - "listtype": " " - }, { - "id": "8D4F60", - "listtype": " " - }, { - "id": "8D4F80", - "listtype": " " - }, { - "id": "8D4FA0", - "listtype": " " - }, { - "id": "8D4FC0", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D0600", - "listtype": " " - }, { - "id": "8D2750", - "listtype": " " - }, { - "id": "8D0120", - "listtype": " " - }, { - "id": "8D2790", - "listtype": " " - }, { - "id": "8D26A0", - "listtype": " " - }, { - "id": "8D04D0", - "listtype": " " - }, { - "id": "8D1E10", - "listtype": " " - }, { - "id": "8D2BF0", - "listtype": " " - }, { - "id": "8D2C00", - "listtype": " " - }, { - "id": "8D2C90", - "listtype": " " - }, { - "id": "8D2CA0", - "listtype": " " - }, { - "id": "8D4750", - "listtype": " " - }, { - "id": "8D39B0", - "listtype": " " - }, { - "id": "8D0460", - "listtype": " " - }, { - "id": "8D39C0", - "listtype": " " - }, { - "id": "8D34A0", - "listtype": " " - }, { - "id": "8D34B0", - "listtype": " " - }, { - "id": "8D3550", - "listtype": " " - }, { - "id": "8D3560", - "listtype": " " - }, { - "id": "8D3AE0", - "listtype": " " - }, { - "id": "8D0420", - "listtype": " " - }, { - "id": "8D3AF0", - "listtype": " " - }, { - "id": "8D05E0", - "listtype": " " - }, { - "id": "8D05F0", - "listtype": " " - }, { - "id": "8D2F90", - "listtype": " " - }, { - "id": "8D4500", - "listtype": " " - }, { - "id": "8D0D20", - "listtype": " " - }, { - "id": "8D4510", - "listtype": " " - }, { - "id": "8D3610", - "listtype": " " - }, { - "id": "8D4520", - "listtype": " " - }, { - "id": "8D3030", - "listtype": " " - }, { - "id": "8D30E0", - "listtype": " " - }, { - "id": "8D31F0", - "listtype": " " - }, { - "id": "8D49D0", - "listtype": " " - }, { - "id": "8D49F0", - "listtype": " " - }, { - "id": "8D3240", - "listtype": " " - }, { - "id": "8D4AD0", - "listtype": " " - }, { - "id": "8D4C30", - "listtype": " " - }, { - "id": "8D2880", - "listtype": "E" - }, { - "id": "8D2C10", - "listtype": "E" - }, { - "id": "8D2C80", - "listtype": "E" - }, { - "id": "8D2CB0", - "listtype": "E" - }, { - "id": "8D2D20", - "listtype": "E" - }, { - "id": "8D2D30", - "listtype": "E" - }, { - "id": "8D2BC0", - "listtype": "E" - }, { - "id": "8D2BD0", - "listtype": "E" - }, { - "id": "8D2BE0", - "listtype": "E" - }, { - "id": "8D34C0", - "listtype": "E" - }, { - "id": "8D3540", - "listtype": "E" - }, { - "id": "8D3570", - "listtype": "E" - }, { - "id": "8D35F0", - "listtype": "E" - }, { - "id": "8D3600", - "listtype": "E" - }, { - "id": "8D3050", - "listtype": "E" - }, { - "id": "8D3060", - "listtype": "E" - }, { - "id": "8D3040", - "listtype": "E" - }, { - "id": "8D3620", - "listtype": "E" - }, { - "id": "8D3630", - "listtype": "E" - }, { - "id": "8D3210", - "listtype": "E" - }, { - "id": "8D3220", - "listtype": "E" - }, { - "id": "8D3200", - "listtype": "E" - }, { - "id": "8D3640", - "listtype": "E" - }, { - "id": "8D3650", - "listtype": "E" - }, { - "id": "8D0610", - "listtype": "J" - }, { - "id": "8D33A0", - "listtype": "J" - }, { - "id": "8D14D0", - "listtype": "J" - }, { - "id": "8D33C0", - "listtype": "J" - }, { - "id": "8D01C0", - "listtype": "J" - }, { - "id": "8D26B0", - "listtype": "J" - }, { - "id": "8D3440", - "listtype": "J" - }, { - "id": "8D3450", - "listtype": "J" - }, { - "id": "8D3460", - "listtype": "J" - }, { - "id": "8D0510", - "listtype": "J" - }, { - "id": "8D3470", - "listtype": "J" - }, { - "id": "8D3480", - "listtype": "J" - }, { - "id": "8D3490", - "listtype": "J" - }, { - "id": "8D1EB0", - "listtype": "J" - }, { - "id": "8D2C20", - "listtype": "J" - }, { - "id": "8D2CC0", - "listtype": "J" - }, { - "id": "8D4770", - "listtype": "J" - }, { - "id": "8D34E0", - "listtype": "J" - }, { - "id": "8D3590", - "listtype": "J" - }, { - "id": "8D3070", - "listtype": "J" - }, { - "id": "8D49E0", - "listtype": "J" - }, { - "id": "8D4A00", - "listtype": "J" - }, { - "id": "8D4AE0", - "listtype": "J" - }, { - "id": "8D4C40", - "listtype": "J" - }, { - "id": "8D2920", - "listtype": "K" - }, { - "id": "8D3720", - "listtype": "K" - }, { - "id": "8D3770", - "listtype": "K" - }, { - "id": "8D37C0", - "listtype": "K" - }, { - "id": "8D3810", - "listtype": "K" - }, { - "id": "8D3860", - "listtype": "K" - }, { - "id": "8D2B50", - "listtype": "K" - }, { - "id": "8D2B90", - "listtype": "K" - }, { - "id": "8D2C40", - "listtype": "K" - }, { - "id": "8D2CE0", - "listtype": "K" - }, { - "id": "8D3500", - "listtype": "K" - }, { - "id": "8D35B0", - "listtype": "K" - }, { - "id": "8D43A0", - "listtype": "K" - }, { - "id": "8D3EE0", - "listtype": "K" - }, { - "id": "8D2830", - "listtype": "O" - }, { - "id": "8D31E0", - "listtype": "O" - }, { - "id": "8D2820", - "listtype": "P" - }, { - "id": "8D17E0", - "listtype": "P" - }, { - "id": "8D0FC0", - "listtype": "P" - }, { - "id": "8D3740", - "listtype": "P" - }, { - "id": "8D3790", - "listtype": "P" - }, { - "id": "8D37E0", - "listtype": "P" - }, { - "id": "8D3830", - "listtype": "P" - }, { - "id": "8D3880", - "listtype": "P" - }, { - "id": "8D1D00", - "listtype": "P" - }, { - "id": "8D1E70", - "listtype": "P" - }, { - "id": "8D2C60", - "listtype": "P" - }, { - "id": "8D2D00", - "listtype": "P" - }, { - "id": "8D3520", - "listtype": "P" - }, { - "id": "8D35D0", - "listtype": "P" - }, { - "id": "8D2D40", - "listtype": "P" - }, { - "id": "8D2D50", - "listtype": "P" - }, { - "id": "8D43C0", - "listtype": "P" - }, { - "id": "8D3F00", - "listtype": "P" - }, { - "id": "8D2720", - "listtype": "R" - }, { - "id": "8D16A0", - "listtype": "R" - }, { - "id": "8D27B0", - "listtype": "R" - }, { - "id": "8D3710", - "listtype": "R" - }, { - "id": "8D3760", - "listtype": "R" - }, { - "id": "8D37B0", - "listtype": "R" - }, { - "id": "8D3800", - "listtype": "R" - }, { - "id": "8D3850", - "listtype": "R" - }, { - "id": "8D1CA0", - "listtype": "R" - }, { - "id": "8D1E30", - "listtype": "R" - }, { - "id": "8D2C30", - "listtype": "R" - }, { - "id": "8D2CD0", - "listtype": "R" - }, { - "id": "8D34F0", - "listtype": "R" - }, { - "id": "8D35A0", - "listtype": "R" - }, { - "id": "8D26C0", - "listtype": "R" - }, { - "id": "8D26F0", - "listtype": "R" - }, { - "id": "8D4390", - "listtype": "R" - }, { - "id": "8D3ED0", - "listtype": "R" - }, { - "id": "8D2730", - "listtype": "S" - }, { - "id": "8D1740", - "listtype": "S" - }, { - "id": "8D27C0", - "listtype": "S" - }, { - "id": "8D3730", - "listtype": "S" - }, { - "id": "8D3780", - "listtype": "S" - }, { - "id": "8D37D0", - "listtype": "S" - }, { - "id": "8D3820", - "listtype": "S" - }, { - "id": "8D3870", - "listtype": "S" - }, { - "id": "8D1CD0", - "listtype": "S" - }, { - "id": "8D1E50", - "listtype": "S" - }, { - "id": "8D2C50", - "listtype": "S" - }, { - "id": "8D2CF0", - "listtype": "S" - }, { - "id": "8D3510", - "listtype": "S" - }, { - "id": "8D35C0", - "listtype": "S" - }, { - "id": "8D26D0", - "listtype": "S" - }, { - "id": "8D2700", - "listtype": "S" - }, { - "id": "8D43B0", - "listtype": "S" - }, { - "id": "8D3EF0", - "listtype": "S" - }, { - "id": "8D2740", - "listtype": "W" - }, { - "id": "8D1880", - "listtype": "W" - }, { - "id": "8D27D0", - "listtype": "W" - }, { - "id": "8D3750", - "listtype": "W" - }, { - "id": "8D37A0", - "listtype": "W" - }, { - "id": "8D37F0", - "listtype": "W" - }, { - "id": "8D3840", - "listtype": "W" - }, { - "id": "8D3890", - "listtype": "W" - }, { - "id": "8D1D30", - "listtype": "W" - }, { - "id": "8D1E90", - "listtype": "W" - }, { - "id": "8D2C70", - "listtype": "W" - }, { - "id": "8D2D10", - "listtype": "W" - }, { - "id": "8D3530", - "listtype": "W" - }, { - "id": "8D35E0", - "listtype": "W" - }, { - "id": "8D26E0", - "listtype": "W" - }, { - "id": "8D2710", - "listtype": "W" - }, { - "id": "8D43D0", - "listtype": "W" - }, { - "id": "8D3F10", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D5AC0", - "listtype": " " - }, { - "id": "8D6F20", - "listtype": " " - }, { - "id": "8D6F30", - "listtype": " " - }, { - "id": "8D6F40", - "listtype": " " - }, { - "id": "8D6F50", - "listtype": " " - }, { - "id": "8D6F60", - "listtype": " " - }, { - "id": "8D6F70", - "listtype": " " - }, { - "id": "8D5B30", - "listtype": " " - }, { - "id": "8D5B40", - "listtype": " " - }, { - "id": "8D5C10", - "listtype": " " - }, { - "id": "8D5C20", - "listtype": " " - }, { - "id": "8D5A90", - "listtype": "Z" - }, { - "id": "8D5AB0", - "listtype": "Z" - }, { - "id": "8D5AE0", - "listtype": "Z" - }, { - "id": "8D5B00", - "listtype": "Z" - }, { - "id": "8D5B20", - "listtype": "Z" - }, { - "id": "8D5B60", - "listtype": "Z" - }, { - "id": "8D5B80", - "listtype": "Z" - }, { - "id": "8D5BA0", - "listtype": "Z" - }, { - "id": "8D5BC0", - "listtype": "Z" - }, { - "id": "8D5BE0", - "listtype": "Z" - }, { - "id": "8D5C00", - "listtype": "Z" - }] - }, { - "metric": [{ - "id": "8D5A80", - "listtype": " " - }, { - "id": "8D5AA0", - "listtype": " " - }, { - "id": "8D5AD0", - "listtype": " " - }, { - "id": "8D5AF0", - "listtype": " " - }, { - "id": "8D5B10", - "listtype": " " - }, { - "id": "8D5B50", - "listtype": " " - }, { - "id": "8D5B70", - "listtype": " " - }, { - "id": "8D5B90", - "listtype": " " - }, { - "id": "8D5BB0", - "listtype": " " - }, { - "id": "8D5BD0", - "listtype": " " - }, { - "id": "8D5BF0", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D0050", - "listtype": " " - }, { - "id": "8D0410", - "listtype": " " - }, { - "id": "8D0530", - "listtype": " " - }, { - "id": "8D0BC0", - "listtype": " " - }, { - "id": "8D0C90", - "listtype": " " - }, { - "id": "8D0CE0", - "listtype": " " - }, { - "id": "8D0540", - "listtype": "J" - }, { - "id": "8D0CA0", - "listtype": "J" - }, { - "id": "8D0CF0", - "listtype": "J" - }] - }, { - "metric": [{ - "id": "8D21E0", - "listtype": " " - }, { - "id": "8D2230", - "listtype": " " - }, { - "id": "8D2290", - "listtype": " " - }, { - "id": "8D22B0", - "listtype": " " - }, { - "id": "8D22D0", - "listtype": " " - }, { - "id": "8D22F0", - "listtype": " " - }, { - "id": "8D2220", - "listtype": "V" - }, { - "id": "8D2270", - "listtype": "V" - }, { - "id": "8D2320", - "listtype": "V" - }, { - "id": "8D2350", - "listtype": "V" - }] - }, { - "metric": [{ - "id": "8D0130", - "listtype": " " - }, { - "id": "8D0280", - "listtype": " " - }, { - "id": "8D02A0", - "listtype": " " - }, { - "id": "8D02C0", - "listtype": " " - }, { - "id": "8D02E0", - "listtype": " " - }, { - "id": "8D0300", - "listtype": " " - }, { - "id": "8D41A0", - "listtype": " " - }, { - "id": "8D41B0", - "listtype": " " - }, { - "id": "8D4550", - "listtype": " " - }, { - "id": "8D4560", - "listtype": " " - }, { - "id": "8D41C0", - "listtype": " " - }, { - "id": "8D5F90", - "listtype": " " - }, { - "id": "8D5C30", - "listtype": " " - }, { - "id": "8D41D0", - "listtype": " " - }, { - "id": "8D4CB0", - "listtype": " " - }, { - "id": "8D4250", - "listtype": " " - }, { - "id": "8D4210", - "listtype": " " - }, { - "id": "8D4230", - "listtype": " " - }, { - "id": "8D41F0", - "listtype": " " - }, { - "id": "8D6F80", - "listtype": " " - }, { - "id": "8D6FA0", - "listtype": " " - }, { - "id": "8D6FC0", - "listtype": " " - }, { - "id": "8D6FE0", - "listtype": " " - }, { - "id": "8D7000", - "listtype": " " - }, { - "id": "8D7020", - "listtype": " " - }, { - "id": "8D7040", - "listtype": " " - }, { - "id": "8D7060", - "listtype": " " - }, { - "id": "8D7080", - "listtype": " " - }, { - "id": "8D70A0", - "listtype": " " - }, { - "id": "8D70B0", - "listtype": " " - }, { - "id": "8D70E0", - "listtype": " " - }, { - "id": "8D7100", - "listtype": " " - }, { - "id": "8D7120", - "listtype": " " - }, { - "id": "8D42A0", - "listtype": " " - }, { - "id": "8D5C40", - "listtype": " " - }, { - "id": "8D0B60", - "listtype": " " - }, { - "id": "8D2ED0", - "listtype": " " - }, { - "id": "8D0BD0", - "listtype": " " - }, { - "id": "8D47E0", - "listtype": " " - }, { - "id": "8D4800", - "listtype": " " - }, { - "id": "8D4820", - "listtype": " " - }, { - "id": "8D0C30", - "listtype": " " - }, { - "id": "8D0CC0", - "listtype": " " - }, { - "id": "8D0D00", - "listtype": " " - }, { - "id": "8D4350", - "listtype": " " - }, { - "id": "8D4270", - "listtype": " " - }, { - "id": "8D4280", - "listtype": " " - }, { - "id": "8D4290", - "listtype": " " - }, { - "id": "8D42C0", - "listtype": " " - }, { - "id": "8D42F0", - "listtype": " " - }, { - "id": "8D42E0", - "listtype": " " - }, { - "id": "8D4570", - "listtype": " " - }, { - "id": "8D4310", - "listtype": " " - }, { - "id": "8D4CD0", - "listtype": " " - }, { - "id": "8D4620", - "listtype": " " - }, { - "id": "8D4580", - "listtype": " " - }, { - "id": "8D4630", - "listtype": " " - }, { - "id": "8D4650", - "listtype": " " - }, { - "id": "8D4640", - "listtype": " " - }, { - "id": "8D5FA0", - "listtype": " " - }, { - "id": "8D4600", - "listtype": " " - }, { - "id": "8D4590", - "listtype": " " - }, { - "id": "8D45A0", - "listtype": " " - }, { - "id": "8D45B0", - "listtype": " " - }, { - "id": "8D45D0", - "listtype": " " - }, { - "id": "8D4CF0", - "listtype": " " - }, { - "id": "8D45E0", - "listtype": " " - }, { - "id": "8D4610", - "listtype": " " - }, { - "id": "8D4660", - "listtype": " " - }, { - "id": "8D4330", - "listtype": " " - }, { - "id": "8D5C60", - "listtype": " " - }, { - "id": "8D5C70", - "listtype": " " - }, { - "id": "8D4370", - "listtype": " " - }, { - "id": "8D0ED0", - "listtype": " " - }, { - "id": "8D1030", - "listtype": " " - }, { - "id": "8D1080", - "listtype": " " - }, { - "id": "8D1270", - "listtype": " " - }, { - "id": "8D28C0", - "listtype": "E" - }, { - "id": "8D01D0", - "listtype": "J" - }, { - "id": "8D0290", - "listtype": "J" - }, { - "id": "8D02B0", - "listtype": "J" - }, { - "id": "8D02D0", - "listtype": "J" - }, { - "id": "8D02F0", - "listtype": "J" - }, { - "id": "8D0310", - "listtype": "J" - }, { - "id": "8D41E0", - "listtype": "J" - }, { - "id": "8D4CC0", - "listtype": "J" - }, { - "id": "8D4260", - "listtype": "J" - }, { - "id": "8D4220", - "listtype": "J" - }, { - "id": "8D4240", - "listtype": "J" - }, { - "id": "8D4200", - "listtype": "J" - }, { - "id": "8D6F90", - "listtype": "J" - }, { - "id": "8D6FB0", - "listtype": "J" - }, { - "id": "8D6FD0", - "listtype": "J" - }, { - "id": "8D6FF0", - "listtype": "J" - }, { - "id": "8D7010", - "listtype": "J" - }, { - "id": "8D7030", - "listtype": "J" - }, { - "id": "8D7090", - "listtype": "J" - }, { - "id": "8D70F0", - "listtype": "J" - }, { - "id": "8D7110", - "listtype": "J" - }, { - "id": "8D7130", - "listtype": "J" - }, { - "id": "8D42B0", - "listtype": "J" - }, { - "id": "8D5C50", - "listtype": "J" - }, { - "id": "8D0B70", - "listtype": "J" - }, { - "id": "8D47F0", - "listtype": "J" - }, { - "id": "8D4810", - "listtype": "J" - }, { - "id": "8D4830", - "listtype": "J" - }, { - "id": "8D0BE0", - "listtype": "J" - }, { - "id": "8D0C40", - "listtype": "J" - }, { - "id": "8D0CD0", - "listtype": "J" - }, { - "id": "8D0D10", - "listtype": "J" - }, { - "id": "8D4360", - "listtype": "J" - }, { - "id": "8D42D0", - "listtype": "J" - }, { - "id": "8D4300", - "listtype": "J" - }, { - "id": "8D4320", - "listtype": "J" - }, { - "id": "8D4CE0", - "listtype": "J" - }, { - "id": "8D45C0", - "listtype": "J" - }, { - "id": "8D45F0", - "listtype": "J" - }, { - "id": "8D4340", - "listtype": "J" - }, { - "id": "8D5C80", - "listtype": "J" - }, { - "id": "8D4380", - "listtype": "J" - }, { - "id": "8D0EE0", - "listtype": "J" - }, { - "id": "8D1090", - "listtype": "J" - }, { - "id": "8D1280", - "listtype": "J" - }, { - "id": "8D2930", - "listtype": "K" - }, { - "id": "8D29E0", - "listtype": "K" - }, { - "id": "8D29F0", - "listtype": "K" - }, { - "id": "8D2A00", - "listtype": "K" - }, { - "id": "8D2A10", - "listtype": "K" - }, { - "id": "8D2A20", - "listtype": "K" - }, { - "id": "8D2EC0", - "listtype": "K" - }, { - "id": "8D2EF0", - "listtype": "K" - }, { - "id": "8D2F00", - "listtype": "K" - }, { - "id": "8D3120", - "listtype": "K" - }, { - "id": "8D17F0", - "listtype": "P" - }, { - "id": "8D1900", - "listtype": "P" - }, { - "id": "8D1940", - "listtype": "P" - }, { - "id": "8D1980", - "listtype": "P" - }, { - "id": "8D19C0", - "listtype": "P" - }, { - "id": "8D1A00", - "listtype": "P" - }, { - "id": "8D0BA0", - "listtype": "P" - }, { - "id": "8D0C10", - "listtype": "P" - }, { - "id": "8D0C70", - "listtype": "P" - }, { - "id": "8D1060", - "listtype": "P" - }, { - "id": "8D16B0", - "listtype": "R" - }, { - "id": "8D18E0", - "listtype": "R" - }, { - "id": "8D1920", - "listtype": "R" - }, { - "id": "8D1960", - "listtype": "R" - }, { - "id": "8D19A0", - "listtype": "R" - }, { - "id": "8D19E0", - "listtype": "R" - }, { - "id": "8D0B80", - "listtype": "R" - }, { - "id": "8D0BF0", - "listtype": "R" - }, { - "id": "8D0C50", - "listtype": "R" - }, { - "id": "8D1040", - "listtype": "R" - }, { - "id": "8D1750", - "listtype": "S" - }, { - "id": "8D18F0", - "listtype": "S" - }, { - "id": "8D1930", - "listtype": "S" - }, { - "id": "8D1970", - "listtype": "S" - }, { - "id": "8D19B0", - "listtype": "S" - }, { - "id": "8D19F0", - "listtype": "S" - }, { - "id": "8D0B90", - "listtype": "S" - }, { - "id": "8D0C00", - "listtype": "S" - }, { - "id": "8D0C60", - "listtype": "S" - }, { - "id": "8D1050", - "listtype": "S" - }, { - "id": "8D1890", - "listtype": "W" - }, { - "id": "8D1910", - "listtype": "W" - }, { - "id": "8D1950", - "listtype": "W" - }, { - "id": "8D1990", - "listtype": "W" - }, { - "id": "8D19D0", - "listtype": "W" - }, { - "id": "8D1A10", - "listtype": "W" - }, { - "id": "8D0BB0", - "listtype": "W" - }, { - "id": "8D0C20", - "listtype": "W" - }, { - "id": "8D0C80", - "listtype": "W" - }, { - "id": "8D1070", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D0140", - "listtype": " " - }, { - "id": "8D01E0", - "listtype": "J" - }, { - "id": "8D2940", - "listtype": "K" - }, { - "id": "8D1800", - "listtype": "P" - }, { - "id": "8D16C0", - "listtype": "R" - }, { - "id": "8D1760", - "listtype": "S" - }, { - "id": "8D18A0", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D0160", - "listtype": " " - }, { - "id": "8D1A20", - "listtype": " " - }, { - "id": "8D1A80", - "listtype": " " - }, { - "id": "8D1AE0", - "listtype": " " - }, { - "id": "8D1B40", - "listtype": " " - }, { - "id": "8D1BA0", - "listtype": " " - }, { - "id": "8D1C00", - "listtype": " " - }, { - "id": "8D04A0", - "listtype": " " - }, { - "id": "8D1D40", - "listtype": " " - }, { - "id": "8D1DB0", - "listtype": " " - }, { - "id": "8D0550", - "listtype": " " - }, { - "id": "8D1ED0", - "listtype": " " - }, { - "id": "8D1F30", - "listtype": " " - }, { - "id": "8D0620", - "listtype": " " - }, { - "id": "8D0680", - "listtype": " " - }, { - "id": "8D0D50", - "listtype": " " - }, { - "id": "8D0E40", - "listtype": " " - }, { - "id": "8D5DF0", - "listtype": " " - }, { - "id": "8D0EB0", - "listtype": " " - }, { - "id": "8D0F00", - "listtype": " " - }, { - "id": "8D0FA0", - "listtype": " " - }, { - "id": "8D0E90", - "listtype": " " - }, { - "id": "8D0FE0", - "listtype": " " - }, { - "id": "8D1000", - "listtype": " " - }, { - "id": "8D10A0", - "listtype": " " - }, { - "id": "8D5E50", - "listtype": " " - }, { - "id": "8D1110", - "listtype": " " - }, { - "id": "8D5EC0", - "listtype": " " - }, { - "id": "8D11B0", - "listtype": " " - }, { - "id": "8D5F70", - "listtype": " " - }, { - "id": "8D11D0", - "listtype": " " - }, { - "id": "8D1FB0", - "listtype": " " - }, { - "id": "8D11F0", - "listtype": " " - }, { - "id": "8D1200", - "listtype": " " - }, { - "id": "8D3310", - "listtype": "A" - }, { - "id": "8D2560", - "listtype": "A" - }, { - "id": "8D32E0", - "listtype": "A" - }, { - "id": "8D3340", - "listtype": "A" - }, { - "id": "8D3400", - "listtype": "A" - }, { - "id": "8D25B0", - "listtype": "A" - }, { - "id": "8D47B0", - "listtype": "A" - }, { - "id": "8D47D0", - "listtype": "A" - }, { - "id": "8D24A0", - "listtype": "A" - }, { - "id": "8D25F0", - "listtype": "A" - }, { - "id": "8D43F0", - "listtype": "A" - }, { - "id": "8D4AA0", - "listtype": "A" - }, { - "id": "8D4AC0", - "listtype": "A" - }, { - "id": "8D4540", - "listtype": "A" - }, { - "id": "8D2640", - "listtype": "A" - }, { - "id": "8D2670", - "listtype": "A" - }, { - "id": "8D2690", - "listtype": "A" - }, { - "id": "8D4470", - "listtype": "A" - }, { - "id": "8D4B20", - "listtype": "A" - }, { - "id": "8D4B40", - "listtype": "A" - }, { - "id": "8D4B80", - "listtype": "A" - }, { - "id": "8D4BA0", - "listtype": "A" - }, { - "id": "8D4BE0", - "listtype": "A" - }, { - "id": "8D4C00", - "listtype": "A" - }, { - "id": "8D2760", - "listtype": "B" - }, { - "id": "8D27A0", - "listtype": "B" - }, { - "id": "8D2A30", - "listtype": "B" - }, { - "id": "8D2A80", - "listtype": "B" - }, { - "id": "8D4760", - "listtype": "B" - }, { - "id": "8D2420", - "listtype": "B" - }, { - "id": "8D2440", - "listtype": "B" - }, { - "id": "8D2460", - "listtype": "B" - }, { - "id": "8D34D0", - "listtype": "B" - }, { - "id": "8D3580", - "listtype": "B" - }, { - "id": "8D2480", - "listtype": "B" - }, { - "id": "8D4850", - "listtype": "B" - }, { - "id": "8D4880", - "listtype": "B" - }, { - "id": "8D48B0", - "listtype": "B" - }, { - "id": "8D48E0", - "listtype": "B" - }, { - "id": "8D4910", - "listtype": "B" - }, { - "id": "8D4960", - "listtype": "B" - }, { - "id": "8D4990", - "listtype": "B" - }, { - "id": "8D4A20", - "listtype": "B" - }, { - "id": "8D4A50", - "listtype": "B" - }, { - "id": "8D0070", - "listtype": "C" - }, { - "id": "8D0090", - "listtype": "C" - }, { - "id": "8D2040", - "listtype": "D" - }, { - "id": "8D2090", - "listtype": "D" - }, { - "id": "8D4680", - "listtype": "F" - }, { - "id": "8D2070", - "listtype": "F" - }, { - "id": "8D46A0", - "listtype": "F" - }, { - "id": "8D2010", - "listtype": "F" - }, { - "id": "8D2030", - "listtype": "F" - }, { - "id": "8D46C0", - "listtype": "F" - }, { - "id": "8D46E0", - "listtype": "F" - }, { - "id": "8D4700", - "listtype": "F" - }, { - "id": "8D4720", - "listtype": "F" - }, { - "id": "8D4740", - "listtype": "F" - }, { - "id": "8D21B0", - "listtype": "F" - }, { - "id": "8D4FF0", - "listtype": "G" - }, { - "id": "8D5000", - "listtype": "G" - }, { - "id": "8D5020", - "listtype": "G" - }, { - "id": "8D5030", - "listtype": "G" - }, { - "id": "8D5050", - "listtype": "G" - }, { - "id": "8D5060", - "listtype": "G" - }, { - "id": "8D5080", - "listtype": "G" - }, { - "id": "8D5090", - "listtype": "G" - }, { - "id": "8D50B0", - "listtype": "G" - }, { - "id": "8D50C0", - "listtype": "G" - }, { - "id": "8D50E0", - "listtype": "G" - }, { - "id": "8D50F0", - "listtype": "G" - }, { - "id": "8D5110", - "listtype": "G" - }, { - "id": "8D5120", - "listtype": "G" - }, { - "id": "8D5140", - "listtype": "G" - }, { - "id": "8D5150", - "listtype": "G" - }, { - "id": "8D5170", - "listtype": "G" - }, { - "id": "8D5180", - "listtype": "G" - }, { - "id": "8D51A0", - "listtype": "G" - }, { - "id": "8D51B0", - "listtype": "G" - }, { - "id": "8D51D0", - "listtype": "G" - }, { - "id": "8D51E0", - "listtype": "G" - }, { - "id": "8D5200", - "listtype": "G" - }, { - "id": "8D5210", - "listtype": "G" - }, { - "id": "8D5230", - "listtype": "G" - }, { - "id": "8D5240", - "listtype": "G" - }, { - "id": "8D5260", - "listtype": "G" - }, { - "id": "8D5270", - "listtype": "G" - }, { - "id": "8D5290", - "listtype": "G" - }, { - "id": "8D52A0", - "listtype": "G" - }, { - "id": "8D52C0", - "listtype": "G" - }, { - "id": "8D52D0", - "listtype": "G" - }, { - "id": "8D52F0", - "listtype": "G" - }, { - "id": "8D5300", - "listtype": "G" - }, { - "id": "8D5320", - "listtype": "G" - }, { - "id": "8D5330", - "listtype": "G" - }, { - "id": "8D5350", - "listtype": "G" - }, { - "id": "8D5360", - "listtype": "G" - }, { - "id": "8D5380", - "listtype": "G" - }, { - "id": "8D5390", - "listtype": "G" - }, { - "id": "8D5970", - "listtype": "G" - }, { - "id": "8D5980", - "listtype": "G" - }, { - "id": "8D59A0", - "listtype": "G" - }, { - "id": "8D59B0", - "listtype": "G" - }, { - "id": "8D59D0", - "listtype": "G" - }, { - "id": "8D59E0", - "listtype": "G" - }, { - "id": "8D5A00", - "listtype": "G" - }, { - "id": "8D5A10", - "listtype": "G" - }, { - "id": "8D5A30", - "listtype": "G" - }, { - "id": "8D5A40", - "listtype": "G" - }, { - "id": "8D5A60", - "listtype": "G" - }, { - "id": "8D5A70", - "listtype": "G" - }, { - "id": "8D2960", - "listtype": "K" - }, { - "id": "8D2980", - "listtype": "K" - }, { - "id": "8D2990", - "listtype": "K" - }, { - "id": "8D29A0", - "listtype": "K" - }, { - "id": "8D29B0", - "listtype": "K" - }, { - "id": "8D29C0", - "listtype": "K" - }, { - "id": "8D29D0", - "listtype": "K" - }, { - "id": "8D2B30", - "listtype": "K" - }, { - "id": "8D2B60", - "listtype": "K" - }, { - "id": "8D2B70", - "listtype": "K" - }, { - "id": "8D2B80", - "listtype": "K" - }, { - "id": "8D2BB0", - "listtype": "K" - }, { - "id": "8D7F60", - "listtype": "K" - }, { - "id": "8D2D60", - "listtype": "K" - }, { - "id": "8D2F40", - "listtype": "K" - }, { - "id": "8D5E10", - "listtype": "K" - }, { - "id": "8D2FC0", - "listtype": "K" - }, { - "id": "8D3080", - "listtype": "K" - }, { - "id": "8D3100", - "listtype": "K" - }, { - "id": "8D3110", - "listtype": "K" - }, { - "id": "8D5E70", - "listtype": "K" - }, { - "id": "8D3130", - "listtype": "K" - }, { - "id": "8D5F00", - "listtype": "K" - }, { - "id": "8D31B0", - "listtype": "K" - }, { - "id": "8D3230", - "listtype": "K" - }, { - "id": "8D6EE0", - "listtype": "K" - }, { - "id": "8D0690", - "listtype": "L" - }, { - "id": "8D0EC0", - "listtype": "L" - }, { - "id": "8D1650", - "listtype": "M" - }, { - "id": "8D0220", - "listtype": "M" - }, { - "id": "8D1A70", - "listtype": "M" - }, { - "id": "8D1AD0", - "listtype": "M" - }, { - "id": "8D1B30", - "listtype": "M" - }, { - "id": "8D1B90", - "listtype": "M" - }, { - "id": "8D1BF0", - "listtype": "M" - }, { - "id": "8D1C50", - "listtype": "M" - }, { - "id": "8D0400", - "listtype": "M" - }, { - "id": "8D0490", - "listtype": "M" - }, { - "id": "8D0520", - "listtype": "M" - }, { - "id": "8D1DA0", - "listtype": "M" - }, { - "id": "8D1E00", - "listtype": "M" - }, { - "id": "8D0570", - "listtype": "M" - }, { - "id": "8D1F20", - "listtype": "M" - }, { - "id": "8D1F80", - "listtype": "M" - }, { - "id": "8D0450", - "listtype": "M" - }, { - "id": "8D2410", - "listtype": "M" - }, { - "id": "8D2430", - "listtype": "M" - }, { - "id": "8D2450", - "listtype": "M" - }, { - "id": "8D2470", - "listtype": "M" - }, { - "id": "8D0630", - "listtype": "M" - }, { - "id": "8D7050", - "listtype": "M" - }, { - "id": "8D7070", - "listtype": "M" - }, { - "id": "8D70C0", - "listtype": "M" - }, { - "id": "8D70D0", - "listtype": "M" - }, { - "id": "8D0D60", - "listtype": "M" - }, { - "id": "8D0F10", - "listtype": "M" - }, { - "id": "8D1FA0", - "listtype": "M" - }, { - "id": "8D1210", - "listtype": "M" - }, { - "id": "8D1FE0", - "listtype": "M" - }, { - "id": "8D53B0", - "listtype": "M" - }, { - "id": "8D53D0", - "listtype": "M" - }, { - "id": "8D53F0", - "listtype": "M" - }, { - "id": "8D5410", - "listtype": "M" - }, { - "id": "8D5430", - "listtype": "M" - }, { - "id": "8D5450", - "listtype": "M" - }, { - "id": "8D5470", - "listtype": "M" - }, { - "id": "8D5490", - "listtype": "M" - }, { - "id": "8D54B0", - "listtype": "M" - }, { - "id": "8D54D0", - "listtype": "M" - }, { - "id": "8D54F0", - "listtype": "M" - }, { - "id": "8D5510", - "listtype": "M" - }, { - "id": "8D5530", - "listtype": "M" - }, { - "id": "8D5550", - "listtype": "M" - }, { - "id": "8D5570", - "listtype": "M" - }, { - "id": "8D5590", - "listtype": "M" - }, { - "id": "8D55B0", - "listtype": "M" - }, { - "id": "8D55D0", - "listtype": "M" - }, { - "id": "8D55F0", - "listtype": "M" - }, { - "id": "8D5610", - "listtype": "M" - }, { - "id": "8D5630", - "listtype": "M" - }, { - "id": "8D5650", - "listtype": "M" - }, { - "id": "8D5670", - "listtype": "M" - }, { - "id": "8D5690", - "listtype": "M" - }, { - "id": "8D56B0", - "listtype": "M" - }, { - "id": "8D56D0", - "listtype": "M" - }, { - "id": "8D56F0", - "listtype": "M" - }, { - "id": "8D5710", - "listtype": "M" - }, { - "id": "8D5730", - "listtype": "M" - }, { - "id": "8D5750", - "listtype": "M" - }, { - "id": "8D5770", - "listtype": "M" - }, { - "id": "8D5790", - "listtype": "M" - }, { - "id": "8D57B0", - "listtype": "M" - }, { - "id": "8D57D0", - "listtype": "M" - }, { - "id": "8D57F0", - "listtype": "M" - }, { - "id": "8D5810", - "listtype": "M" - }, { - "id": "8D5830", - "listtype": "M" - }, { - "id": "8D5850", - "listtype": "M" - }, { - "id": "8D5870", - "listtype": "M" - }, { - "id": "8D5890", - "listtype": "M" - }, { - "id": "8D58B0", - "listtype": "M" - }, { - "id": "8D58D0", - "listtype": "M" - }, { - "id": "8D58F0", - "listtype": "M" - }, { - "id": "8D5910", - "listtype": "M" - }, { - "id": "8D5930", - "listtype": "M" - }, { - "id": "8D5950", - "listtype": "M" - }, { - "id": "8D2890", - "listtype": "N" - }, { - "id": "8D2B00", - "listtype": "N" - }, { - "id": "8D1820", - "listtype": "P" - }, { - "id": "8D1A50", - "listtype": "P" - }, { - "id": "8D1AB0", - "listtype": "P" - }, { - "id": "8D1B10", - "listtype": "P" - }, { - "id": "8D1B70", - "listtype": "P" - }, { - "id": "8D1BD0", - "listtype": "P" - }, { - "id": "8D1C30", - "listtype": "P" - }, { - "id": "8D1CE0", - "listtype": "P" - }, { - "id": "8D1D80", - "listtype": "P" - }, { - "id": "8D1DE0", - "listtype": "P" - }, { - "id": "8D05A0", - "listtype": "P" - }, { - "id": "8D1F00", - "listtype": "P" - }, { - "id": "8D1F60", - "listtype": "P" - }, { - "id": "8D0660", - "listtype": "P" - }, { - "id": "8D0D90", - "listtype": "P" - }, { - "id": "8D5E30", - "listtype": "P" - }, { - "id": "8D0E70", - "listtype": "P" - }, { - "id": "8D0F70", - "listtype": "P" - }, { - "id": "8D0FB0", - "listtype": "P" - }, { - "id": "8D2380", - "listtype": "P" - }, { - "id": "8D0FF0", - "listtype": "P" - }, { - "id": "8D1010", - "listtype": "P" - }, { - "id": "8D1020", - "listtype": "P" - }, { - "id": "8D5E90", - "listtype": "P" - }, { - "id": "8D10D0", - "listtype": "P" - }, { - "id": "8D5F40", - "listtype": "P" - }, { - "id": "8D1180", - "listtype": "P" - }, { - "id": "8D5F80", - "listtype": "P" - }, { - "id": "8D11C0", - "listtype": "P" - }, { - "id": "8D11E0", - "listtype": "P" - }, { - "id": "8D1240", - "listtype": "P" - }, { - "id": "8D6F00", - "listtype": "P" - }, { - "id": "8D16E0", - "listtype": "R" - }, { - "id": "8D1A30", - "listtype": "R" - }, { - "id": "8D1A90", - "listtype": "R" - }, { - "id": "8D1AF0", - "listtype": "R" - }, { - "id": "8D1B50", - "listtype": "R" - }, { - "id": "8D1BB0", - "listtype": "R" - }, { - "id": "8D1C10", - "listtype": "R" - }, { - "id": "8D1C60", - "listtype": "R" - }, { - "id": "8D1D60", - "listtype": "R" - }, { - "id": "8D1DC0", - "listtype": "R" - }, { - "id": "8D0580", - "listtype": "R" - }, { - "id": "8D1EE0", - "listtype": "R" - }, { - "id": "8D1F40", - "listtype": "R" - }, { - "id": "8D0640", - "listtype": "R" - }, { - "id": "8D0D70", - "listtype": "R" - }, { - "id": "8D5E00", - "listtype": "R" - }, { - "id": "8D0E50", - "listtype": "R" - }, { - "id": "8D0F30", - "listtype": "R" - }, { - "id": "8D5E60", - "listtype": "R" - }, { - "id": "8D10B0", - "listtype": "R" - }, { - "id": "8D5EE0", - "listtype": "R" - }, { - "id": "8D1140", - "listtype": "R" - }, { - "id": "8D1220", - "listtype": "R" - }, { - "id": "8D6ED0", - "listtype": "R" - }, { - "id": "8D1780", - "listtype": "S" - }, { - "id": "8D1A40", - "listtype": "S" - }, { - "id": "8D1AA0", - "listtype": "S" - }, { - "id": "8D1B00", - "listtype": "S" - }, { - "id": "8D1B60", - "listtype": "S" - }, { - "id": "8D1BC0", - "listtype": "S" - }, { - "id": "8D1C20", - "listtype": "S" - }, { - "id": "8D1CB0", - "listtype": "S" - }, { - "id": "8D1D70", - "listtype": "S" - }, { - "id": "8D1DD0", - "listtype": "S" - }, { - "id": "8D0590", - "listtype": "S" - }, { - "id": "8D1EF0", - "listtype": "S" - }, { - "id": "8D1F50", - "listtype": "S" - }, { - "id": "8D0650", - "listtype": "S" - }, { - "id": "8D0D80", - "listtype": "S" - }, { - "id": "8D5E20", - "listtype": "S" - }, { - "id": "8D0E60", - "listtype": "S" - }, { - "id": "8D0F50", - "listtype": "S" - }, { - "id": "8D6E80", - "listtype": "S" - }, { - "id": "8D6EB0", - "listtype": "S" - }, { - "id": "8D5E80", - "listtype": "S" - }, { - "id": "8D10C0", - "listtype": "S" - }, { - "id": "8D5F20", - "listtype": "S" - }, { - "id": "8D1160", - "listtype": "S" - }, { - "id": "8D1FC0", - "listtype": "S" - }, { - "id": "8D1FD0", - "listtype": "S" - }, { - "id": "8D1230", - "listtype": "S" - }, { - "id": "8D6EF0", - "listtype": "S" - }, { - "id": "8D39D0", - "listtype": "T" - }, { - "id": "8D20B0", - "listtype": "T" - }, { - "id": "8D20F0", - "listtype": "T" - }, { - "id": "8D2130", - "listtype": "T" - }, { - "id": "8D2170", - "listtype": "T" - }, { - "id": "8D0340", - "listtype": "U" - }, { - "id": "8D05D0", - "listtype": "U" - }, { - "id": "8D0020", - "listtype": "V" - }, { - "id": "8D00D0", - "listtype": "V" - }, { - "id": "8D0250", - "listtype": "V" - }, { - "id": "8D0360", - "listtype": "V" - }, { - "id": "8D0440", - "listtype": "V" - }, { - "id": "8D0EA0", - "listtype": "V" - }, { - "id": "8D12A0", - "listtype": "V" - }, { - "id": "8D1120", - "listtype": "V" - }, { - "id": "8D12C0", - "listtype": "V" - }, { - "id": "8D18C0", - "listtype": "W" - }, { - "id": "8D1A60", - "listtype": "W" - }, { - "id": "8D1AC0", - "listtype": "W" - }, { - "id": "8D1B20", - "listtype": "W" - }, { - "id": "8D1B80", - "listtype": "W" - }, { - "id": "8D1BE0", - "listtype": "W" - }, { - "id": "8D1C40", - "listtype": "W" - }, { - "id": "8D1D10", - "listtype": "W" - }, { - "id": "8D1D90", - "listtype": "W" - }, { - "id": "8D1DF0", - "listtype": "W" - }, { - "id": "8D05B0", - "listtype": "W" - }, { - "id": "8D1F10", - "listtype": "W" - }, { - "id": "8D1F70", - "listtype": "W" - }, { - "id": "8D0670", - "listtype": "W" - }, { - "id": "8D0DA0", - "listtype": "W" - }, { - "id": "8D5E40", - "listtype": "W" - }, { - "id": "8D0E80", - "listtype": "W" - }, { - "id": "8D0F90", - "listtype": "W" - }, { - "id": "8D5EA0", - "listtype": "W" - }, { - "id": "8D10E0", - "listtype": "W" - }, { - "id": "8D5F60", - "listtype": "W" - }, { - "id": "8D11A0", - "listtype": "W" - }, { - "id": "8D1250", - "listtype": "W" - }, { - "id": "8D6F10", - "listtype": "W" - }, { - "id": "8D3320", - "listtype": "X" - }, { - "id": "8D2550", - "listtype": "X" - }, { - "id": "8D32F0", - "listtype": "X" - }, { - "id": "8D3350", - "listtype": "X" - }, { - "id": "8D3410", - "listtype": "X" - }, { - "id": "8D33D0", - "listtype": "X" - }, { - "id": "8D3370", - "listtype": "X" - }, { - "id": "8D3390", - "listtype": "X" - }, { - "id": "8D33F0", - "listtype": "X" - }, { - "id": "8D3430", - "listtype": "X" - }, { - "id": "8D25D0", - "listtype": "X" - }, { - "id": "8D3E00", - "listtype": "1" - }, { - "id": "8D3E40", - "listtype": "1" - }, { - "id": "8D3E10", - "listtype": "2" - }, { - "id": "8D3E50", - "listtype": "2" - }, { - "id": "8D38A0", - "listtype": "3" - }, { - "id": "8D3DB0", - "listtype": "3" - }, { - "id": "8D3DC0", - "listtype": "3" - }, { - "id": "8D3DD0", - "listtype": "3" - }, { - "id": "8D3DE0", - "listtype": "3" - }, { - "id": "8D3DF0", - "listtype": "3" - }, { - "id": "8D3E30", - "listtype": "3" - }, { - "id": "8D3E60", - "listtype": "3" - }, { - "id": "8D3E80", - "listtype": "3" - }, { - "id": "8D3E90", - "listtype": "3" - }, { - "id": "8D3EB0", - "listtype": "3" - }, { - "id": "8D3660", - "listtype": "4" - }, { - "id": "8D36F0", - "listtype": "4" - }, { - "id": "8D3700", - "listtype": "4" - }, { - "id": "8D38B0", - "listtype": "4" - }, { - "id": "8D3DA0", - "listtype": "4" - }, { - "id": "8D3E70", - "listtype": "4" - }, { - "id": "8D3EA0", - "listtype": "4" - }, { - "id": "8D3EC0", - "listtype": "4" - }, { - "id": "8D3E20", - "listtype": "5" - }, { - "id": "8D6470", - "listtype": "6" - }, { - "id": "8D6490", - "listtype": "6" - }, { - "id": "8D64B0", - "listtype": "6" - }, { - "id": "8D64D0", - "listtype": "6" - }, { - "id": "8D64F0", - "listtype": "6" - }, { - "id": "8D6510", - "listtype": "6" - }, { - "id": "8D6530", - "listtype": "6" - }, { - "id": "8D6550", - "listtype": "6" - }, { - "id": "8D6570", - "listtype": "6" - }, { - "id": "8D6590", - "listtype": "6" - }, { - "id": "8D65B0", - "listtype": "6" - }, { - "id": "8D65D0", - "listtype": "6" - }, { - "id": "8D65F0", - "listtype": "6" - }, { - "id": "8D6610", - "listtype": "6" - }, { - "id": "8D6630", - "listtype": "6" - }, { - "id": "8D6650", - "listtype": "6" - }, { - "id": "8D6670", - "listtype": "6" - }, { - "id": "8D6690", - "listtype": "6" - }, { - "id": "8D66B0", - "listtype": "6" - }, { - "id": "8D66D0", - "listtype": "6" - }, { - "id": "8D66F0", - "listtype": "6" - }, { - "id": "8D6710", - "listtype": "6" - }, { - "id": "8D6730", - "listtype": "6" - }, { - "id": "8D6750", - "listtype": "6" - }, { - "id": "8D6770", - "listtype": "6" - }, { - "id": "8D6790", - "listtype": "6" - }, { - "id": "8D67B0", - "listtype": "6" - }, { - "id": "8D67D0", - "listtype": "6" - }, { - "id": "8D67E0", - "listtype": "6" - }, { - "id": "8D67F0", - "listtype": "6" - }, { - "id": "8D6830", - "listtype": "6" - }, { - "id": "8D6850", - "listtype": "6" - }, { - "id": "8D6870", - "listtype": "6" - }, { - "id": "8D6890", - "listtype": "6" - }, { - "id": "8D68B0", - "listtype": "6" - }, { - "id": "8D68D0", - "listtype": "6" - }, { - "id": "8D68F0", - "listtype": "6" - }, { - "id": "8D6910", - "listtype": "6" - }, { - "id": "8D6930", - "listtype": "6" - }, { - "id": "8D6950", - "listtype": "6" - }, { - "id": "8D6970", - "listtype": "6" - }, { - "id": "8D6990", - "listtype": "6" - }, { - "id": "8D69B0", - "listtype": "6" - }, { - "id": "8D69D0", - "listtype": "6" - }, { - "id": "8D69F0", - "listtype": "6" - }, { - "id": "8D6A10", - "listtype": "6" - }, { - "id": "8D6A30", - "listtype": "6" - }, { - "id": "8D6A50", - "listtype": "6" - }, { - "id": "8D6A70", - "listtype": "6" - }, { - "id": "8D6A90", - "listtype": "6" - }, { - "id": "8D6AB0", - "listtype": "6" - }, { - "id": "8D6AD0", - "listtype": "6" - }, { - "id": "8D6AF0", - "listtype": "6" - }, { - "id": "8D6B10", - "listtype": "6" - }, { - "id": "8D6B30", - "listtype": "6" - }, { - "id": "8D6B50", - "listtype": "6" - }, { - "id": "8D6B70", - "listtype": "6" - }, { - "id": "8D6B90", - "listtype": "6" - }, { - "id": "8D6BB0", - "listtype": "6" - }, { - "id": "8D6BD0", - "listtype": "6" - }, { - "id": "8D6BF0", - "listtype": "6" - }, { - "id": "8D6C10", - "listtype": "6" - }, { - "id": "8D6C30", - "listtype": "6" - }, { - "id": "8D6C50", - "listtype": "6" - }, { - "id": "8D6C70", - "listtype": "6" - }, { - "id": "8D6C90", - "listtype": "6" - }, { - "id": "8D6CB0", - "listtype": "6" - }, { - "id": "8D6CD0", - "listtype": "6" - }, { - "id": "8D6CF0", - "listtype": "6" - }, { - "id": "8D6D10", - "listtype": "6" - }, { - "id": "8D6D30", - "listtype": "6" - }, { - "id": "8D6D50", - "listtype": "6" - }, { - "id": "8D6D70", - "listtype": "6" - }, { - "id": "8D6D90", - "listtype": "6" - }, { - "id": "8D6DB0", - "listtype": "6" - }, { - "id": "8D6DD0", - "listtype": "6" - }, { - "id": "8D6DF0", - "listtype": "6" - }, { - "id": "8D6E10", - "listtype": "6" - }, { - "id": "8D6E30", - "listtype": "7" - }, { - "id": "8D6E50", - "listtype": "7" - }, { - "id": "8D6E70", - "listtype": "7" - }] - }, { - "metric": [{ - "id": "8D0010", - "listtype": " " - }, { - "id": "8D21F0", - "listtype": " " - }, { - "id": "8D2240", - "listtype": " " - }, { - "id": "8D00B0", - "listtype": " " - }, { - "id": "8D0170", - "listtype": " " - }, { - "id": "8D0240", - "listtype": " " - }, { - "id": "8D2770", - "listtype": " " - }, { - "id": "8D0350", - "listtype": " " - }, { - "id": "8D2A40", - "listtype": " " - }, { - "id": "8D0430", - "listtype": " " - }, { - "id": "8D04C0", - "listtype": " " - }, { - "id": "8D2280", - "listtype": " " - }, { - "id": "8D21C0", - "listtype": " " - }, { - "id": "8D21D0", - "listtype": " " - }, { - "id": "8D2FF0", - "listtype": " " - }, { - "id": "8D3090", - "listtype": " " - }, { - "id": "8D0E90", - "listtype": " " - }, { - "id": "8D1290", - "listtype": " " - }, { - "id": "8D2300", - "listtype": " " - }, { - "id": "8D30D0", - "listtype": " " - }, { - "id": "8D2330", - "listtype": " " - }, { - "id": "8D10F0", - "listtype": " " - }, { - "id": "8D12B0", - "listtype": " " - }, { - "id": "8D0210", - "listtype": "J" - }, { - "id": "8D0500", - "listtype": "J" - }] - }, { - "metric": [{ - "id": "8D5E10", - "listtype": "K" - }, { - "id": "8D3080", - "listtype": "K" - }, { - "id": "8D3110", - "listtype": "K" - }, { - "id": "8D5E70", - "listtype": "K" - }, { - "id": "8D3230", - "listtype": "K" - }, { - "id": "8D6EE0", - "listtype": "K" - }, { - "id": "8D5E30", - "listtype": "P" - }, { - "id": "8D0F60", - "listtype": "P" - }, { - "id": "8D0FF0", - "listtype": "P" - }, { - "id": "8D1020", - "listtype": "P" - }, { - "id": "8D5E90", - "listtype": "P" - }, { - "id": "8D5F40", - "listtype": "P" - }, { - "id": "8D1240", - "listtype": "P" - }, { - "id": "8D6F00", - "listtype": "P" - }, { - "id": "8D5E00", - "listtype": "R" - }, { - "id": "8D0F20", - "listtype": "R" - }, { - "id": "8D5E60", - "listtype": "R" - }, { - "id": "8D1220", - "listtype": "R" - }, { - "id": "8D6ED0", - "listtype": "R" - }, { - "id": "8D5E20", - "listtype": "S" - }, { - "id": "8D0F50", - "listtype": "S" - }, { - "id": "8D6E80", - "listtype": "S" - }, { - "id": "8D6EB0", - "listtype": "S" - }, { - "id": "8D5E80", - "listtype": "S" - }, { - "id": "8D5F20", - "listtype": "S" - }, { - "id": "8D1230", - "listtype": "S" - }, { - "id": "8D6EF0", - "listtype": "S" - }, { - "id": "8D5E40", - "listtype": "W" - }, { - "id": "8D0F80", - "listtype": "W" - }, { - "id": "8D5EA0", - "listtype": "W" - }, { - "id": "8D1250", - "listtype": "W" - }, { - "id": "8D6F10", - "listtype": "W" - }, { - "id": "8D6E30", - "listtype": "7" - }, { - "id": "8D6E50", - "listtype": "7" - }, { - "id": "8D6E70", - "listtype": "7" - }] - }, { - "metric": [{ - "id": "8D5DF0", - "listtype": " " - }, { - "id": "8D0EF0", - "listtype": " " - }, { - "id": "8D6E90", - "listtype": " " - }, { - "id": "8D5E50", - "listtype": " " - }, { - "id": "8D1200", - "listtype": " " - }, { - "id": "8D6EC0", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D5DF0", - "listtype": " " - }, { - "id": "8D0EF0", - "listtype": " " - }, { - "id": "8D5E50", - "listtype": " " - }, { - "id": "8D1200", - "listtype": " " - }, { - "id": "8D6EC0", - "listtype": " " - }, { - "id": "8D5E10", - "listtype": "K" - }, { - "id": "8D3080", - "listtype": "K" - }, { - "id": "8D6EA0", - "listtype": "K" - }, { - "id": "8D5E70", - "listtype": "K" - }, { - "id": "8D3230", - "listtype": "K" - }, { - "id": "8D6EE0", - "listtype": "K" - }] - }, { - "metric": [{ - "id": "8D6E20", - "listtype": " " - }, { - "id": "8D6E40", - "listtype": " " - }, { - "id": "8D6E60", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D5DF0", - "listtype": " " - }, { - "id": "8D0EF0", - "listtype": " " - }, { - "id": "8D0FE0", - "listtype": " " - }, { - "id": "8D1000", - "listtype": " " - }, { - "id": "8D5E50", - "listtype": " " - }, { - "id": "8D5EC0", - "listtype": " " - }, { - "id": "8D1200", - "listtype": " " - }, { - "id": "8D6EC0", - "listtype": " " - }] - }, { - "metric": [{ - "id": "8D5DF0", - "listtype": " " - }, { - "id": "8D0EF0", - "listtype": " " - }, { - "id": "8D0FE0", - "listtype": " " - }, { - "id": "8D1000", - "listtype": " " - }, { - "id": "8D5E50", - "listtype": " " - }, { - "id": "8D5EC0", - "listtype": " " - }, { - "id": "8D1200", - "listtype": " " - }, { - "id": "8D6EC0", - "listtype": " " - }, { - "id": "8D5E30", - "listtype": "P" - }, { - "id": "8D0F60", - "listtype": "P" - }, { - "id": "8D0FF0", - "listtype": "P" - }, { - "id": "8D1020", - "listtype": "P" - }, { - "id": "8D5E90", - "listtype": "P" - }, { - "id": "8D5F40", - "listtype": "P" - }, { - "id": "8D1240", - "listtype": "P" - }, { - "id": "8D6F00", - "listtype": "P" - }] - }, { - "metric": [{ - "id": "8D5DF0", - "listtype": " " - }, { - "id": "8D0EF0", - "listtype": " " - }, { - "id": "8D5E50", - "listtype": " " - }, { - "id": "8D1200", - "listtype": " " - }, { - "id": "8D6EC0", - "listtype": " " - }, { - "id": "8D5E30", - "listtype": "P" - }, { - "id": "8D0F60", - "listtype": "P" - }, { - "id": "8D0FF0", - "listtype": "P" - }, { - "id": "8D1020", - "listtype": "P" - }, { - "id": "8D5E90", - "listtype": "P" - }, { - "id": "8D5F40", - "listtype": "P" - }, { - "id": "8D1240", - "listtype": "P" - }, { - "id": "8D6F00", - "listtype": "P" - }, { - "id": "8D5E20", - "listtype": "S" - }, { - "id": "8D0F50", - "listtype": "S" - }, { - "id": "8D6E80", - "listtype": "S" - }, { - "id": "8D6EB0", - "listtype": "S" - }, { - "id": "8D5E80", - "listtype": "S" - }, { - "id": "8D5F20", - "listtype": "S" - }, { - "id": "8D1230", - "listtype": "S" - }, { - "id": "8D6EF0", - "listtype": "S" - }] - }, { - "metric": [{ - "id": "8D0150", - "listtype": " " - }, { - "id": "8D01F0", - "listtype": "J" - }, { - "id": "8D2950", - "listtype": "K" - }, { - "id": "8D1810", - "listtype": "P" - }, { - "id": "8D16D0", - "listtype": "R" - }, { - "id": "8D1770", - "listtype": "S" - }, { - "id": "8D18B0", - "listtype": "W" - }] - }, { - "metric": [{ - "id": "8D53A0", - "listtype": " " - }, { - "id": "8D53C0", - "listtype": " " - }, { - "id": "8D53E0", - "listtype": " " - }, { - "id": "8D5400", - "listtype": " " - }, { - "id": "8D5420", - "listtype": " " - }, { - "id": "8D5440", - "listtype": " " - }, { - "id": "8D5460", - "listtype": " " - }, { - "id": "8D5480", - "listtype": " " - }, { - "id": "8D54A0", - "listtype": " " - }, { - "id": "8D54C0", - "listtype": " " - }, { - "id": "8D54E0", - "listtype": " " - }, { - "id": "8D5500", - "listtype": " " - }, { - "id": "8D5520", - "listtype": " " - }, { - "id": "8D5540", - "listtype": " " - }, { - "id": "8D5560", - "listtype": " " - }, { - "id": "8D5580", - "listtype": " " - }, { - "id": "8D55A0", - "listtype": " " - }, { - "id": "8D55C0", - "listtype": " " - }, { - "id": "8D55E0", - "listtype": " " - }, { - "id": "8D5600", - "listtype": " " - }, { - "id": "8D5620", - "listtype": " " - }, { - "id": "8D5640", - "listtype": " " - }, { - "id": "8D5660", - "listtype": " " - }, { - "id": "8D5680", - "listtype": " " - }, { - "id": "8D56A0", - "listtype": " " - }, { - "id": "8D56C0", - "listtype": " " - }, { - "id": "8D56E0", - "listtype": " " - }, { - "id": "8D5700", - "listtype": " " - }, { - "id": "8D5720", - "listtype": " " - }, { - "id": "8D5740", - "listtype": " " - }, { - "id": "8D5760", - "listtype": " " - }, { - "id": "8D5780", - "listtype": " " - }, { - "id": "8D57A0", - "listtype": " " - }, { - "id": "8D57C0", - "listtype": " " - }, { - "id": "8D57E0", - "listtype": " " - }, { - "id": "8D5800", - "listtype": " " - }, { - "id": "8D5820", - "listtype": " " - }, { - "id": "8D5840", - "listtype": " " - }, { - "id": "8D5860", - "listtype": " " - }, { - "id": "8D5880", - "listtype": " " - }, { - "id": "8D58A0", - "listtype": " " - }, { - "id": "8D58C0", - "listtype": " " - }, { - "id": "8D58E0", - "listtype": " " - }, { - "id": "8D5900", - "listtype": " " - }, { - "id": "8D5920", - "listtype": " " - }, { - "id": "8D5940", - "listtype": " " - }, { - "id": "8D5000", - "listtype": "G" - }, { - "id": "8D5030", - "listtype": "G" - }, { - "id": "8D5060", - "listtype": "G" - }, { - "id": "8D5090", - "listtype": "G" - }, { - "id": "8D50C0", - "listtype": "G" - }, { - "id": "8D50F0", - "listtype": "G" - }, { - "id": "8D5120", - "listtype": "G" - }, { - "id": "8D5150", - "listtype": "G" - }, { - "id": "8D5180", - "listtype": "G" - }, { - "id": "8D51B0", - "listtype": "G" - }, { - "id": "8D51E0", - "listtype": "G" - }, { - "id": "8D5210", - "listtype": "G" - }, { - "id": "8D5240", - "listtype": "G" - }, { - "id": "8D5270", - "listtype": "G" - }, { - "id": "8D52A0", - "listtype": "G" - }, { - "id": "8D52D0", - "listtype": "G" - }, { - "id": "8D5300", - "listtype": "G" - }, { - "id": "8D5330", - "listtype": "G" - }, { - "id": "8D5360", - "listtype": "G" - }, { - "id": "8D5390", - "listtype": "G" - }, { - "id": "8D5980", - "listtype": "G" - }, { - "id": "8D59B0", - "listtype": "G" - }, { - "id": "8D59E0", - "listtype": "G" - }, { - "id": "8D5A10", - "listtype": "G" - }, { - "id": "8D5A40", - "listtype": "G" - }, { - "id": "8D5A70", - "listtype": "G" - }] - }] -} \ No newline at end of file + "metricList": [ + { + "metric": [ + { + "description": "% read (in I/O rate)", + "id": "8D4FE0", + "listtype": " " + }, + { + "description": "% space used", + "id": "8D5010", + "listtype": " " + }, + { + "description": "# cancelled operations", + "id": "8D5040", + "listtype": " " + }, + { + "description": "# disk I/O errors", + "id": "8D5070", + "listtype": " " + }, + { + "description": "# open objects", + "id": "8D50A0", + "listtype": " " + }, + { + "description": "# tokens", + "id": "8D50D0", + "listtype": " " + }, + { + "description": "# vnodes", + "id": "8D5100", + "listtype": " " + }, + { + "description": "# ENOSPC errors", + "id": "8D5130", + "listtype": " " + }, + { + "description": "# USS held vnodes", + "id": "8D5160", + "listtype": " " + }, + { + "description": "# XCF communication failures", + "id": "8D5190", + "listtype": " " + }, + { + "description": "# 4K pages in user cache", + "id": "8D51C0", + "listtype": " " + }, + { + "description": "# 8K pages in metadata cache", + "id": "8D51F0", + "listtype": " " + }, + { + "description": "aggregate read rate", + "id": "8D5220", + "listtype": " " + }, + { + "description": "aggregate write rate", + "id": "8D5250", + "listtype": " " + }, + { + "description": "application read rate", + "id": "8D5280", + "listtype": " " + }, + { + "description": "application read response time", + "id": "8D52B0", + "listtype": " " + }, + { + "description": "application write rate", + "id": "8D52E0", + "listtype": " " + }, + { + "description": "application write response time", + "id": "8D5310", + "listtype": " " + }, + { + "description": "maximum size", + "id": "8D5340", + "listtype": " " + }, + { + "description": "response time (read + write)", + "id": "8D5370", + "listtype": " " + }, + { + "description": "I/O rate (read + write)", + "id": "8D5960", + "listtype": " " + }, + { + "description": "XCF rate (read + write)", + "id": "8D5990", + "listtype": " " + }, + { + "description": "XCF read rate", + "id": "8D59C0", + "listtype": " " + }, + { + "description": "XCF read response time", + "id": "8D59F0", + "listtype": " " + }, + { + "description": "XCF write rate", + "id": "8D5A20", + "listtype": " " + }, + { + "description": "XCF write response time", + "id": "8D5A50", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "% bus utilization by channel path", + "id": "8D2370", + "listtype": "C" + }, + { + "description": "% partition utilization by channel path", + "id": "8D0070", + "listtype": "C" + }, + { + "description": "% total utilization by channel path", + "id": "8D0090", + "listtype": "C" + }, + { + "description": "ficon active operations by channel path", + "id": "8D4410", + "listtype": "C" + }, + { + "description": "ficon deferred operation rate by channel path", + "id": "8D4430", + "listtype": "C" + }, + { + "description": "ficon operation rate by channel path", + "id": "8D4450", + "listtype": "C" + }, + { + "description": "partition bytes read/sec by channel path", + "id": "8D23A0", + "listtype": "C" + }, + { + "description": "partition bytes written/sec by channel path", + "id": "8D23C0", + "listtype": "C" + }, + { + "description": "receive fail/sec by channel path", + "id": "8D3170", + "listtype": "C" + }, + { + "description": "send fail/sec by channel path", + "id": "8D31D0", + "listtype": "C" + }, + { + "description": "total bytes read/sec by channel path", + "id": "8D23E0", + "listtype": "C" + }, + { + "description": "total bytes written/sec by channel path", + "id": "8D2400", + "listtype": "C" + }, + { + "description": "zHPF active operations by channel path", + "id": "8D4490", + "listtype": "C" + }, + { + "description": "zHPF deferred operation rate by channel path", + "id": "8D44B0", + "listtype": "C" + }, + { + "description": "zHPF operation rate by channel path", + "id": "8D44D0", + "listtype": "C" + }, + { + "description": "% director port busy by channel path and CU", + "id": "8D0340", + "listtype": "U" + }, + { + "description": "% CU busy by channel path and CU", + "id": "8D05D0", + "listtype": "U" + } + ] + }, + { + "metric": [ + { + "description": "# delayed i/o requests by LCU", + "id": "8D0690", + "listtype": "L" + }, + { + "description": "average channel subsystem delay time (in mSec) by LCU", + "id": "8D2800", + "listtype": "L" + }, + { + "description": "delayed i/o request rate by LCU", + "id": "8D0EC0", + "listtype": "L" + }, + { + "description": "% director port busy by channel path and CU", + "id": "8D0340", + "listtype": "U" + }, + { + "description": "% CU busy by channel path and CU", + "id": "8D05D0", + "listtype": "U" + }, + { + "description": "average command response time (in mSec) by channel path and CU", + "id": "8D2810", + "listtype": "U" + }, + { + "description": "average CU busy time (in mSec) by channel path and CU", + "id": "8D27E0", + "listtype": "U" + }, + { + "description": "CHPID taken rate by channel path and CU", + "id": "8D05C0", + "listtype": "U" + } + ] + }, + { + "metric": [ + { + "description": "% cache hits by SSID", + "id": "8D2210", + "listtype": "I" + }, + { + "description": "% cache misses by SSID", + "id": "8D2260", + "listtype": "I" + }, + { + "description": "% cache read misses by SSID", + "id": "8D22A0", + "listtype": "I" + }, + { + "description": "% cache write misses by SSID", + "id": "8D22C0", + "listtype": "I" + }, + { + "description": "% of read operations by SSID", + "id": "8D22E0", + "listtype": "I" + }, + { + "description": "i/o rate by SSID", + "id": "8D2310", + "listtype": "I" + } + ] + }, + { + "metric": [ + { + "description": "% freespace", + "id": "8D2A50", + "listtype": " " + }, + { + "description": "capacity", + "id": "8D3000", + "listtype": " " + }, + { + "description": "freespace", + "id": "8D30A0", + "listtype": " " + }, + { + "description": "% freespace by storage group", + "id": "8D2A60", + "listtype": "Q" + }, + { + "description": "capacity by storage group", + "id": "8D3010", + "listtype": "Q" + }, + { + "description": "freespace by storage group", + "id": "8D30B0", + "listtype": "Q" + }, + { + "description": "% active time by volume", + "id": "8D0020", + "listtype": "V" + }, + { + "description": "% cache hits (all systems) by volume", + "id": "8D2200", + "listtype": "V" + }, + { + "description": "% cache misses (all systems) by volume", + "id": "8D2250", + "listtype": "V" + }, + { + "description": "% connect time by volume", + "id": "8D00D0", + "listtype": "V" + }, + { + "description": "% delay by volume", + "id": "8D0230", + "listtype": "V" + }, + { + "description": "% delay device busy by volume", + "id": "8D0250", + "listtype": "V" + }, + { + "description": "% delay due to device command response time by volume", + "id": "8D2780", + "listtype": "V" + }, + { + "description": "% disconnect time by volume", + "id": "8D0360", + "listtype": "V" + }, + { + "description": "% freespace by volume", + "id": "8D2A70", + "listtype": "V" + }, + { + "description": "% pending time by volume", + "id": "8D0440", + "listtype": "V" + }, + { + "description": "capacity by volume", + "id": "8D3020", + "listtype": "V" + }, + { + "description": "freespace by volume", + "id": "8D30C0", + "listtype": "V" + }, + { + "description": "i/o activity rate by volume", + "id": "8D0EA0", + "listtype": "V" + }, + { + "description": "i/o intensity by volume", + "id": "8D12A0", + "listtype": "V" + }, + { + "description": "non-cache dasd i/o rate (all systems) by volume", + "id": "8D2340", + "listtype": "V" + }, + { + "description": "response time by volume", + "id": "8D1120", + "listtype": "V" + }, + { + "description": "IOS queue time by volume", + "id": "8D12C0", + "listtype": "V" + } + ] + }, + { + "metric": [ + { + "description": "active time (ms) by WLM report class period", + "id": "8D5E10", + "listtype": "K" + }, + { + "description": "execution velocity by WLM report class period", + "id": "8D3080", + "listtype": "K" + }, + { + "description": "performance index by WLM report class period", + "id": "8D3110", + "listtype": "K" + }, + { + "description": "queue time (ms) by WLM report class period", + "id": "8D5E70", + "listtype": "K" + }, + { + "description": "transaction ended rate by WLM report class period", + "id": "8D3230", + "listtype": "K" + }, + { + "description": "wait time (ms) by WLM report class period", + "id": "8D6EE0", + "listtype": "K" + }, + { + "description": "active time (ms) by WLM report class", + "id": "8D5E00", + "listtype": "R" + }, + { + "description": "execution velocity by WLM report class", + "id": "8D0F20", + "listtype": "R" + }, + { + "description": "queue time (ms) by WLM report class", + "id": "8D5E60", + "listtype": "R" + }, + { + "description": "transaction ended rate by WLM report class", + "id": "8D1220", + "listtype": "R" + }, + { + "description": "wait time (ms) by WLM report class", + "id": "8D6ED0", + "listtype": "R" + } + ] + }, + { + "metric": [ + { + "description": "capacity actual (# CPs) by WLM resource group", + "id": "8D6E30", + "listtype": "7" + }, + { + "description": "capacity actual (MSU) by WLM resource group", + "id": "8D6E50", + "listtype": "7" + }, + { + "description": "capacity actual (SU/sec) by WLM resource group", + "id": "8D6E70", + "listtype": "7" + } + ] + }, + { + "metric": [ + { + "description": "active time (ms) by WLM service class period", + "id": "8D5E30", + "listtype": "P" + }, + { + "description": "execution velocity by WLM service class period", + "id": "8D0F60", + "listtype": "P" + }, + { + "description": "percentile achieving response time goal by WLM service class period", + "id": "8D0FF0", + "listtype": "P" + }, + { + "description": "performance index by WLM service class period", + "id": "8D1020", + "listtype": "P" + }, + { + "description": "queue time (ms) by WLM service class period", + "id": "8D5E90", + "listtype": "P" + }, + { + "description": "response time (ms) by WLM service class period", + "id": "8D5F40", + "listtype": "P" + }, + { + "description": "transaction ended rate by WLM service class period", + "id": "8D1240", + "listtype": "P" + }, + { + "description": "wait time (ms) by WLM service class period", + "id": "8D6F00", + "listtype": "P" + }, + { + "description": "active time (ms) by WLM service class", + "id": "8D5E20", + "listtype": "S" + }, + { + "description": "execution velocity by WLM service class", + "id": "8D0F50", + "listtype": "S" + }, + { + "description": "percentile achieving response time goal by WLM service class", + "id": "8D6E80", + "listtype": "S" + }, + { + "description": "performance index by WLM service class", + "id": "8D6EB0", + "listtype": "S" + }, + { + "description": "queue time (ms) by WLM service class", + "id": "8D5E80", + "listtype": "S" + }, + { + "description": "response time (ms) by WLM service class", + "id": "8D5F20", + "listtype": "S" + }, + { + "description": "transaction ended rate by WLM service class", + "id": "8D1230", + "listtype": "S" + }, + { + "description": "wait time (ms) by WLM service class", + "id": "8D6EF0", + "listtype": "S" + }, + { + "description": "active time (ms) by WLM workload", + "id": "8D5E40", + "listtype": "W" + }, + { + "description": "execution velocity by WLM workload", + "id": "8D0F80", + "listtype": "W" + }, + { + "description": "queue time (ms) by WLM workload", + "id": "8D5EA0", + "listtype": "W" + }, + { + "description": "transaction ended rate by WLM workload", + "id": "8D1250", + "listtype": "W" + }, + { + "description": "wait time (ms) by WLM workload", + "id": "8D6F10", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "# slots", + "id": "8D0D30", + "listtype": " " + }, + { + "description": "# slots available", + "id": "8D2F10", + "listtype": " " + }, + { + "description": "# slots by job", + "id": "8D0D40", + "listtype": "J" + } + ] + }, + { + "metric": [ + { + "description": "% frames active", + "id": "8D0370", + "listtype": " " + }, + { + "description": "% frames available", + "id": "8D0380", + "listtype": " " + }, + { + "description": "% frames idle", + "id": "8D0390", + "listtype": " " + }, + { + "description": "% frames CSA", + "id": "8D03A0", + "listtype": " " + }, + { + "description": "% frames LPA", + "id": "8D03B0", + "listtype": " " + }, + { + "description": "% frames NUC", + "id": "8D03C0", + "listtype": " " + }, + { + "description": "% frames SQA", + "id": "8D03D0", + "listtype": " " + }, + { + "description": "# frames available", + "id": "8D2EE0", + "listtype": " " + }, + { + "description": "# frames online", + "id": "8D0CB0", + "listtype": " " + }, + { + "description": "# user region pages allocated above 16 M", + "id": "8D2F20", + "listtype": " " + }, + { + "description": "# user region pages allocated below 16 M", + "id": "8D2F30", + "listtype": " " + }, + { + "description": "# LSQA/SWA/EUKYSP pages allocated above 16 M", + "id": "8D2FA0", + "listtype": " " + }, + { + "description": "# LSQA/SWA/UKYSP pages allocated below 16 M", + "id": "8D2FB0", + "listtype": " " + }, + { + "description": "pagein rate", + "id": "8D30F0", + "listtype": " " + }, + { + "description": "unreferenced interval count", + "id": "8D1260", + "listtype": " " + }, + { + "description": "working set", + "id": "8D1270", + "listtype": " " + }, + { + "description": "working set by job", + "id": "8D1280", + "listtype": "J" + } + ] + }, + { + "metric": [ + { + "description": "% CPU utilization", + "id": "8D39A0", + "listtype": " " + }, + { + "description": "async request rate", + "id": "8D20A0", + "listtype": " " + }, + { + "description": "async service time", + "id": "8D20E0", + "listtype": " " + }, + { + "description": "sync request rate", + "id": "8D2120", + "listtype": " " + }, + { + "description": "sync service time", + "id": "8D2160", + "listtype": " " + }, + { + "description": "async request rate by MVS image", + "id": "8D20C0", + "listtype": "M" + }, + { + "description": "async service time by MVS image", + "id": "8D2100", + "listtype": "M" + }, + { + "description": "sync request rate by MVS image", + "id": "8D2140", + "listtype": "M" + }, + { + "description": "sync service time by MVS image", + "id": "8D2180", + "listtype": "M" + } + ] + }, + { + "metric": [ + { + "description": "% bus utilization", + "id": "8D2360", + "listtype": " " + }, + { + "description": "% partition utilization", + "id": "8D0060", + "listtype": " " + }, + { + "description": "% total utilization", + "id": "8D0080", + "listtype": " " + }, + { + "description": "ficon active operations", + "id": "8D4400", + "listtype": " " + }, + { + "description": "ficon deferred operation rate", + "id": "8D4420", + "listtype": " " + }, + { + "description": "ficon operation rate", + "id": "8D4440", + "listtype": " " + }, + { + "description": "partition bytes read/sec", + "id": "8D2390", + "listtype": " " + }, + { + "description": "partition bytes written/sec", + "id": "8D23B0", + "listtype": " " + }, + { + "description": "receive fail/sec", + "id": "8D3160", + "listtype": " " + }, + { + "description": "send fail/sec", + "id": "8D31C0", + "listtype": " " + }, + { + "description": "total bytes read/sec", + "id": "8D23D0", + "listtype": " " + }, + { + "description": "total bytes written/sec", + "id": "8D23F0", + "listtype": " " + }, + { + "description": "zHPF active operations", + "id": "8D4480", + "listtype": " " + }, + { + "description": "zHPF deferred operation rate", + "id": "8D44A0", + "listtype": " " + }, + { + "description": "zHPF operation rate", + "id": "8D44C0", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "% augmented space in use", + "id": "8D4670", + "listtype": " " + }, + { + "description": "% processor utilization", + "id": "8D2060", + "listtype": " " + }, + { + "description": "% storage class memory in-use", + "id": "8D4690", + "listtype": " " + }, + { + "description": "# effective logical processors", + "id": "8D1FF0", + "listtype": " " + }, + { + "description": "# frames available", + "id": "8D2000", + "listtype": " " + }, + { + "description": "# frames installed", + "id": "8D2020", + "listtype": " " + }, + { + "description": "# of bytes available for augmented space", + "id": "8D46B0", + "listtype": " " + }, + { + "description": "# of bytes available for storage class memory", + "id": "8D46D0", + "listtype": " " + }, + { + "description": "# of bytes configured for augmented space", + "id": "8D46F0", + "listtype": " " + }, + { + "description": "# of bytes configured for storage class memory", + "id": "8D4710", + "listtype": " " + }, + { + "description": "# of maximum bytes for storage class memory", + "id": "8D4730", + "listtype": " " + }, + { + "description": "total request rate", + "id": "8D21A0", + "listtype": " " + }, + { + "description": "% path delay by MVS image", + "id": "8D2050", + "listtype": "M" + }, + { + "description": "% subchannel busy by MVS image", + "id": "8D38C0", + "listtype": "M" + }, + { + "description": "% subchannel delay by MVS image", + "id": "8D2080", + "listtype": "M" + }, + { + "description": "async request rate by MVS image", + "id": "8D20D0", + "listtype": "M" + }, + { + "description": "async service time by MVS image", + "id": "8D2110", + "listtype": "M" + }, + { + "description": "sync request rate by MVS image", + "id": "8D2150", + "listtype": "M" + }, + { + "description": "sync service time by MVS image", + "id": "8D2190", + "listtype": "M" + }, + { + "description": "% CPU utilization by CF structure", + "id": "8D39D0", + "listtype": "T" + }, + { + "description": "async request rate by CF structure", + "id": "8D20B0", + "listtype": "T" + }, + { + "description": "async service time by CF structure", + "id": "8D20F0", + "listtype": "T" + }, + { + "description": "sync request rate by CF structure", + "id": "8D2130", + "listtype": "T" + }, + { + "description": "sync service time by CF structure", + "id": "8D2170", + "listtype": "T" + } + ] + }, + { + "metric": [ + { + "description": "% effective physical utilization (AAP)", + "id": "8D3290", + "listtype": " " + }, + { + "description": "% effective physical utilization (CP)", + "id": "8D24D0", + "listtype": " " + }, + { + "description": "% effective physical utilization (ICF)", + "id": "8D3270", + "listtype": " " + }, + { + "description": "% effective physical utilization (IFL)", + "id": "8D32B0", + "listtype": " " + }, + { + "description": "% effective physical utilization (IIP)", + "id": "8D1C80", + "listtype": " " + }, + { + "description": "% total physical utilization (shared AAP)", + "id": "8D3910", + "listtype": " " + }, + { + "description": "% total physical utilization (shared CP)", + "id": "8D3920", + "listtype": " " + }, + { + "description": "% total physical utilization (shared ICF)", + "id": "8D3930", + "listtype": " " + }, + { + "description": "% total physical utilization (shared IFL)", + "id": "8D3940", + "listtype": " " + }, + { + "description": "% total physical utilization (shared IIP)", + "id": "8D3950", + "listtype": " " + }, + { + "description": "% total physical utilization (AAP)", + "id": "8D3300", + "listtype": " " + }, + { + "description": "% total physical utilization (CP)", + "id": "8D2540", + "listtype": " " + }, + { + "description": "% total physical utilization (ICF)", + "id": "8D32D0", + "listtype": " " + }, + { + "description": "% total physical utilization (IFL)", + "id": "8D3330", + "listtype": " " + }, + { + "description": "% total physical utilization (IIP)", + "id": "8D1C70", + "listtype": " " + }, + { + "description": "% LPAR management time (AAP)", + "id": "8D39F0", + "listtype": " " + }, + { + "description": "% LPAR management time (AAP) for PHYSICAL", + "id": "8D1F90", + "listtype": " " + }, + { + "description": "% LPAR management time (CP)", + "id": "8D3A10", + "listtype": " " + }, + { + "description": "% LPAR management time (CP) for PHYSICAL", + "id": "8D3360", + "listtype": " " + }, + { + "description": "% LPAR management time (ICF)", + "id": "8D3A40", + "listtype": " " + }, + { + "description": "% LPAR management time (ICF) for PHYSICAL", + "id": "8D3380", + "listtype": " " + }, + { + "description": "% LPAR management time (IFL)", + "id": "8D3A90", + "listtype": " " + }, + { + "description": "% LPAR management time (IFL) for PHYSICAL", + "id": "8D33E0", + "listtype": " " + }, + { + "description": "% LPAR management time (IIP)", + "id": "8D3AC0", + "listtype": " " + }, + { + "description": "% LPAR management time (IIP) for PHYSICAL", + "id": "8D3420", + "listtype": " " + }, + { + "description": "# logical processors shared (CP)", + "id": "8D3BA0", + "listtype": " " + }, + { + "description": "# logical processors shared (ICF)", + "id": "8D3BD0", + "listtype": " " + }, + { + "description": "# logical processors shared (IFL)", + "id": "8D3C20", + "listtype": " " + }, + { + "description": "# logical processors/cores shared (AAP)", + "id": "8D3B70", + "listtype": " " + }, + { + "description": "# logical processors/cores shared (IIP)", + "id": "8D3C50", + "listtype": " " + }, + { + "description": "# processors dedicated (CP)", + "id": "8D3B20", + "listtype": " " + }, + { + "description": "# processors online (CP)", + "id": "8D3CA0", + "listtype": " " + }, + { + "description": "# processors online (ICF)", + "id": "8D3CD0", + "listtype": " " + }, + { + "description": "# processors online (IFL)", + "id": "8D3D20", + "listtype": " " + }, + { + "description": "# processors shared (AAP)", + "id": "8D3D70", + "listtype": " " + }, + { + "description": "# processors shared (CP)", + "id": "8D3D80", + "listtype": " " + }, + { + "description": "# processors shared (IIP)", + "id": "8D3D90", + "listtype": " " + }, + { + "description": "# processors/cores dedicated (AAP)", + "id": "8D3B00", + "listtype": " " + }, + { + "description": "# processors/cores dedicated (IIP)", + "id": "8D3B40", + "listtype": " " + }, + { + "description": "# processors/cores online (AAP)", + "id": "8D3C80", + "listtype": " " + }, + { + "description": "# processors/cores online (IIP)", + "id": "8D3D50", + "listtype": " " + }, + { + "description": "capacity (MSU/h)", + "id": "8D25C0", + "listtype": " " + }, + { + "description": "LPAR weight (AAP)", + "id": "8D3F30", + "listtype": " " + }, + { + "description": "LPAR weight (CP)", + "id": "8D3F60", + "listtype": " " + }, + { + "description": "LPAR weight (ICF)", + "id": "8D3F90", + "listtype": " " + }, + { + "description": "LPAR weight (IFL)", + "id": "8D3FE0", + "listtype": " " + }, + { + "description": "LPAR weight (IIP)", + "id": "8D4010", + "listtype": " " + }, + { + "description": "% effective physical utilization (AAP) by partition", + "id": "8D32A0", + "listtype": "A" + }, + { + "description": "% effective physical utilization (CP) by partition", + "id": "8D24E0", + "listtype": "A" + }, + { + "description": "% effective physical utilization (ICF) by partition", + "id": "8D3280", + "listtype": "A" + }, + { + "description": "% effective physical utilization (IFL) by partition", + "id": "8D32C0", + "listtype": "A" + }, + { + "description": "% effective physical utilization (IIP) by partition", + "id": "8D2600", + "listtype": "A" + }, + { + "description": "% logical processor share (AAP) by partition", + "id": "8D4040", + "listtype": "A" + }, + { + "description": "% logical processor share (CP) by partition", + "id": "8D4060", + "listtype": "A" + }, + { + "description": "% logical processor share (IIP) by partition", + "id": "8D4080", + "listtype": "A" + }, + { + "description": "% total physical utilization (AAP) by partition", + "id": "8D3310", + "listtype": "A" + }, + { + "description": "% total physical utilization (CP) by partition", + "id": "8D2560", + "listtype": "A" + }, + { + "description": "% total physical utilization (ICF) by partition", + "id": "8D32E0", + "listtype": "A" + }, + { + "description": "% total physical utilization (IFL) by partition", + "id": "8D3340", + "listtype": "A" + }, + { + "description": "% total physical utilization (IIP) by partition", + "id": "8D3400", + "listtype": "A" + }, + { + "description": "% LPAR management time (AAP) by partition", + "id": "8D3A00", + "listtype": "A" + }, + { + "description": "% LPAR management time (CP) by partition", + "id": "8D3A20", + "listtype": "A" + }, + { + "description": "% LPAR management time (ICF) by partition", + "id": "8D3A50", + "listtype": "A" + }, + { + "description": "% LPAR management time (IFL) by partition", + "id": "8D3AA0", + "listtype": "A" + }, + { + "description": "% LPAR management time (IIP) by partition", + "id": "8D3AD0", + "listtype": "A" + }, + { + "description": "# logical processors shared (CP) by partition", + "id": "8D3BB0", + "listtype": "A" + }, + { + "description": "# logical processors shared (ICF) by partition", + "id": "8D3BE0", + "listtype": "A" + }, + { + "description": "# logical processors shared (IFL) by partition", + "id": "8D3C30", + "listtype": "A" + }, + { + "description": "# logical processors/cores shared (AAP) by partition", + "id": "8D3B80", + "listtype": "A" + }, + { + "description": "# logical processors/cores shared (IIP) by partition", + "id": "8D3C60", + "listtype": "A" + }, + { + "description": "# processors dedicated (CP) by partition", + "id": "8D3B30", + "listtype": "A" + }, + { + "description": "# processors online (CP) by partition", + "id": "8D3CB0", + "listtype": "A" + }, + { + "description": "# processors online (ICF) by partition", + "id": "8D3CE0", + "listtype": "A" + }, + { + "description": "# processors online (IFL) by partition", + "id": "8D3D30", + "listtype": "A" + }, + { + "description": "# processors with high share (CP) by partition", + "id": "8D40C0", + "listtype": "A" + }, + { + "description": "# processors with low share (CP) by partition", + "id": "8D4120", + "listtype": "A" + }, + { + "description": "# processors with medium share (CP) by partition", + "id": "8D4180", + "listtype": "A" + }, + { + "description": "# processors/cores dedicated (AAP) by partition", + "id": "8D3B10", + "listtype": "A" + }, + { + "description": "# processors/cores dedicated (IIP) by partition", + "id": "8D3B50", + "listtype": "A" + }, + { + "description": "# processors/cores online (AAP) by partition", + "id": "8D3C90", + "listtype": "A" + }, + { + "description": "# processors/cores online (IIP) by partition", + "id": "8D3D60", + "listtype": "A" + }, + { + "description": "# processors/cores with high share (AAP) by partition", + "id": "8D40A0", + "listtype": "A" + }, + { + "description": "# processors/cores with high share (IIP) by partition", + "id": "8D40E0", + "listtype": "A" + }, + { + "description": "# processors/cores with low share (AAP) by partition", + "id": "8D4100", + "listtype": "A" + }, + { + "description": "# processors/cores with low share (IIP) by partition", + "id": "8D4140", + "listtype": "A" + }, + { + "description": "# processors/cores with medium share (AAP) by partition", + "id": "8D4160", + "listtype": "A" + }, + { + "description": "# processors/cores with medium share (IIP) by partition", + "id": "8D0040", + "listtype": "A" + }, + { + "description": "actual MSU (CP) by partition", + "id": "8D25F0", + "listtype": "A" + }, + { + "description": "LPAR weight (AAP) by partition", + "id": "8D3F40", + "listtype": "A" + }, + { + "description": "LPAR weight (CP) by partition", + "id": "8D3F70", + "listtype": "A" + }, + { + "description": "LPAR weight (ICF) by partition", + "id": "8D3FA0", + "listtype": "A" + }, + { + "description": "LPAR weight (IFL) by partition", + "id": "8D3FF0", + "listtype": "A" + }, + { + "description": "LPAR weight (IIP) by partition", + "id": "8D4020", + "listtype": "A" + }, + { + "description": "% utilization asym-key generation operations (CPC) by crypto card", + "id": "8D6490", + "listtype": "6" + }, + { + "description": "% utilization complete sym-key operations (CPC) by crypto card", + "id": "8D64D0", + "listtype": "6" + }, + { + "description": "% utilization crypto operations (CPC) by crypto card", + "id": "8D6510", + "listtype": "6" + }, + { + "description": "% utilization fast asym-key operations (CPC) by crypto card", + "id": "8D6550", + "listtype": "6" + }, + { + "description": "% utilization partial sym-key operations (CPC) by crypto card", + "id": "8D6590", + "listtype": "6" + }, + { + "description": "% utilization slow asym-key operations (CPC) by crypto card", + "id": "8D65D0", + "listtype": "6" + }, + { + "description": "% utilization RSA key-generation operations (CPC) by crypto card", + "id": "8D6610", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 1024 operations (CPC) by crypto card", + "id": "8D6650", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 2048 operations (CPC) by crypto card", + "id": "8D6690", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 4096 operations (CPC) by crypto card", + "id": "8D66D0", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 1024 operations (CPC) by crypto card", + "id": "8D6710", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 2048 operations (CPC) by crypto card", + "id": "8D6750", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 4096 operations (CPC) by crypto card", + "id": "8D6790", + "listtype": "6" + }, + { + "description": "asym-key generation operation rate (CPC) by crypto card", + "id": "8D67D0", + "listtype": "6" + }, + { + "description": "average asym-key generation exec time (CPC) by crypto card", + "id": "8D67F0", + "listtype": "6" + }, + { + "description": "average complete sym-key execution time (CPC) by crypto card", + "id": "8D6850", + "listtype": "6" + }, + { + "description": "average crypto execution time (CPC) by crypto card", + "id": "8D6890", + "listtype": "6" + }, + { + "description": "average fast asym-key execution time (CPC) by crypto card", + "id": "8D68D0", + "listtype": "6" + }, + { + "description": "average partial sym-key execution time (CPC) by crypto card", + "id": "8D6910", + "listtype": "6" + }, + { + "description": "average slow asym-key execution time (CPC) by crypto card", + "id": "8D6950", + "listtype": "6" + }, + { + "description": "average RSA key-generation execution time (CPC) by crypto card", + "id": "8D6990", + "listtype": "6" + }, + { + "description": "average RSA CRT 1024 execution time (CPC) by crypto card", + "id": "8D69D0", + "listtype": "6" + }, + { + "description": "average RSA CRT 2048 execution time (CPC) by crypto card", + "id": "8D6A10", + "listtype": "6" + }, + { + "description": "average RSA CRT 4096 execution time (CPC) by crypto card", + "id": "8D6A50", + "listtype": "6" + }, + { + "description": "average RSA ME 1024 execution time (CPC) by crypto card", + "id": "8D6A90", + "listtype": "6" + }, + { + "description": "average RSA ME 2048 execution time (CPC) by crypto card", + "id": "8D6AD0", + "listtype": "6" + }, + { + "description": "average RSA ME 4096 execution time (CPC) by crypto card", + "id": "8D6B10", + "listtype": "6" + }, + { + "description": "complete sym-key operation rate (CPC) by crypto card", + "id": "8D6B50", + "listtype": "6" + }, + { + "description": "crypto operation rate (CPC) by crypto card", + "id": "8D6B90", + "listtype": "6" + }, + { + "description": "fast asym-key operation rate (CPC) by crypto card", + "id": "8D6BD0", + "listtype": "6" + }, + { + "description": "partial sym-key operation rate (CPC) by crypto card", + "id": "8D6C10", + "listtype": "6" + }, + { + "description": "slow asym-key operation rate (CPC) by crypto card", + "id": "8D6C50", + "listtype": "6" + }, + { + "description": "RSA key-generation operation rate (CPC) by crypto card", + "id": "8D6C90", + "listtype": "6" + }, + { + "description": "RSA CRT 1024 operation rate (CPC) by crypto card", + "id": "8D6CD0", + "listtype": "6" + }, + { + "description": "RSA CRT 2048 operation rate (CPC) by crypto card", + "id": "8D6D10", + "listtype": "6" + }, + { + "description": "RSA CRT 4096 operation rate (CPC) by crypto card", + "id": "8D6D50", + "listtype": "6" + }, + { + "description": "RSA ME 1024 operation rate (CPC) by crypto card", + "id": "8D6D90", + "listtype": "6" + }, + { + "description": "RSA ME 2048 operation rate (CPC) by crypto card", + "id": "8D6DD0", + "listtype": "6" + }, + { + "description": "RSA ME 4096 operation rate (CPC) by crypto card", + "id": "8D6E10", + "listtype": "6" + } + ] + }, + { + "metric": [ + { + "description": "% utilization asym-key generation operations (domain) by crypto card", + "id": "8D6470", + "listtype": "6" + }, + { + "description": "% utilization asym-key generation operations (CPC) by crypto card", + "id": "8D6490", + "listtype": "6" + }, + { + "description": "% utilization complete sym-key operations (domain) by crypto card", + "id": "8D64B0", + "listtype": "6" + }, + { + "description": "% utilization complete sym-key operations (CPC) by crypto card", + "id": "8D64D0", + "listtype": "6" + }, + { + "description": "% utilization crypto operations (domain) by crypto card", + "id": "8D64F0", + "listtype": "6" + }, + { + "description": "% utilization crypto operations (CPC) by crypto card", + "id": "8D6510", + "listtype": "6" + }, + { + "description": "% utilization fast asym-key operations (domain) by crypto card", + "id": "8D6530", + "listtype": "6" + }, + { + "description": "% utilization fast asym-key operations (CPC) by crypto card", + "id": "8D6550", + "listtype": "6" + }, + { + "description": "% utilization partial sym-key operations (domain) by crypto card", + "id": "8D6570", + "listtype": "6" + }, + { + "description": "% utilization partial sym-key operations (CPC) by crypto card", + "id": "8D6590", + "listtype": "6" + }, + { + "description": "% utilization slow asym-key operations (domain) by crypto card", + "id": "8D65B0", + "listtype": "6" + }, + { + "description": "% utilization slow asym-key operations (CPC) by crypto card", + "id": "8D65D0", + "listtype": "6" + }, + { + "description": "% utilization RSA key-generation operations (domain) by crypto card", + "id": "8D65F0", + "listtype": "6" + }, + { + "description": "% utilization RSA key-generation operations (CPC) by crypto card", + "id": "8D6610", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 1024 operations (domain) by crypto card", + "id": "8D6630", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 1024 operations (CPC) by crypto card", + "id": "8D6650", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 2048 operations (domain) by crypto card", + "id": "8D6670", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 2048 operations (CPC) by crypto card", + "id": "8D6690", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 4096 operations (domain) by crypto card", + "id": "8D66B0", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 4096 operations (CPC) by crypto card", + "id": "8D66D0", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 1024 operations (domain) by crypto card", + "id": "8D66F0", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 1024 operations (CPC) by crypto card", + "id": "8D6710", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 2048 operations (domain) by crypto card", + "id": "8D6730", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 2048 operations (CPC) by crypto card", + "id": "8D6750", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 4096 operations (domain) by crypto card", + "id": "8D6770", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 4096 operations (CPC) by crypto card", + "id": "8D6790", + "listtype": "6" + }, + { + "description": "asym-key generation operation rate (domain) by crypto card", + "id": "8D67B0", + "listtype": "6" + }, + { + "description": "asym-key generation operation rate (CPC) by crypto card", + "id": "8D67D0", + "listtype": "6" + }, + { + "description": "average asym-key generation exec time (domain) by crypto card", + "id": "8D67E0", + "listtype": "6" + }, + { + "description": "average asym-key generation exec time (CPC) by crypto card", + "id": "8D67F0", + "listtype": "6" + }, + { + "description": "average complete sym-key execution time (domain) by crypto card", + "id": "8D6830", + "listtype": "6" + }, + { + "description": "average complete sym-key execution time (CPC) by crypto card", + "id": "8D6850", + "listtype": "6" + }, + { + "description": "average crypto execution time (domain) by crypto card", + "id": "8D6870", + "listtype": "6" + }, + { + "description": "average crypto execution time (CPC) by crypto card", + "id": "8D6890", + "listtype": "6" + }, + { + "description": "average fast asym-key execution time (domain) by crypto card", + "id": "8D68B0", + "listtype": "6" + }, + { + "description": "average fast asym-key execution time (CPC) by crypto card", + "id": "8D68D0", + "listtype": "6" + }, + { + "description": "average partial sym-key execution time (domain) by crypto card", + "id": "8D68F0", + "listtype": "6" + }, + { + "description": "average partial sym-key execution time (CPC) by crypto card", + "id": "8D6910", + "listtype": "6" + }, + { + "description": "average slow asym-key execution time (domain) by crypto card", + "id": "8D6930", + "listtype": "6" + }, + { + "description": "average slow asym-key execution time (CPC) by crypto card", + "id": "8D6950", + "listtype": "6" + }, + { + "description": "average RSA key-generation execution time (domain) by crypto card", + "id": "8D6970", + "listtype": "6" + }, + { + "description": "average RSA key-generation execution time (CPC) by crypto card", + "id": "8D6990", + "listtype": "6" + }, + { + "description": "average RSA CRT 1024 execution time (domain) by crypto card", + "id": "8D69B0", + "listtype": "6" + }, + { + "description": "average RSA CRT 1024 execution time (CPC) by crypto card", + "id": "8D69D0", + "listtype": "6" + }, + { + "description": "average RSA CRT 2048 execution time (domain) by crypto card", + "id": "8D69F0", + "listtype": "6" + }, + { + "description": "average RSA CRT 2048 execution time (CPC) by crypto card", + "id": "8D6A10", + "listtype": "6" + }, + { + "description": "average RSA CRT 4096 execution time (domain) by crypto card", + "id": "8D6A30", + "listtype": "6" + }, + { + "description": "average RSA CRT 4096 execution time (CPC) by crypto card", + "id": "8D6A50", + "listtype": "6" + }, + { + "description": "average RSA ME 1024 execution time (domain) by crypto card", + "id": "8D6A70", + "listtype": "6" + }, + { + "description": "average RSA ME 1024 execution time (CPC) by crypto card", + "id": "8D6A90", + "listtype": "6" + }, + { + "description": "average RSA ME 2048 execution time (domain) by crypto card", + "id": "8D6AB0", + "listtype": "6" + }, + { + "description": "average RSA ME 2048 execution time (CPC) by crypto card", + "id": "8D6AD0", + "listtype": "6" + }, + { + "description": "average RSA ME 4096 execution time (domain) by crypto card", + "id": "8D6AF0", + "listtype": "6" + }, + { + "description": "average RSA ME 4096 execution time (CPC) by crypto card", + "id": "8D6B10", + "listtype": "6" + }, + { + "description": "complete sym-key operation rate (domain) by crypto card", + "id": "8D6B30", + "listtype": "6" + }, + { + "description": "complete sym-key operation rate (CPC) by crypto card", + "id": "8D6B50", + "listtype": "6" + }, + { + "description": "crypto operation rate (domain) by crypto card", + "id": "8D6B70", + "listtype": "6" + }, + { + "description": "crypto operation rate (CPC) by crypto card", + "id": "8D6B90", + "listtype": "6" + }, + { + "description": "fast asym-key operation rate (domain) by crypto card", + "id": "8D6BB0", + "listtype": "6" + }, + { + "description": "fast asym-key operation rate (CPC) by crypto card", + "id": "8D6BD0", + "listtype": "6" + }, + { + "description": "partial sym-key operation rate (domain) by crypto card", + "id": "8D6BF0", + "listtype": "6" + }, + { + "description": "partial sym-key operation rate (CPC) by crypto card", + "id": "8D6C10", + "listtype": "6" + }, + { + "description": "slow asym-key operation rate (domain) by crypto card", + "id": "8D6C30", + "listtype": "6" + }, + { + "description": "slow asym-key operation rate (CPC) by crypto card", + "id": "8D6C50", + "listtype": "6" + }, + { + "description": "RSA key-generation operation rate (domain) by crypto card", + "id": "8D6C70", + "listtype": "6" + }, + { + "description": "RSA key-generation operation rate (CPC) by crypto card", + "id": "8D6C90", + "listtype": "6" + }, + { + "description": "RSA CRT 1024 operation rate (domain) by crypto card", + "id": "8D6CB0", + "listtype": "6" + }, + { + "description": "RSA CRT 1024 operation rate (CPC) by crypto card", + "id": "8D6CD0", + "listtype": "6" + }, + { + "description": "RSA CRT 2048 operation rate (domain) by crypto card", + "id": "8D6CF0", + "listtype": "6" + }, + { + "description": "RSA CRT 2048 operation rate (CPC) by crypto card", + "id": "8D6D10", + "listtype": "6" + }, + { + "description": "RSA CRT 4096 operation rate (domain) by crypto card", + "id": "8D6D30", + "listtype": "6" + }, + { + "description": "RSA CRT 4096 operation rate (CPC) by crypto card", + "id": "8D6D50", + "listtype": "6" + }, + { + "description": "RSA ME 1024 operation rate (domain) by crypto card", + "id": "8D6D70", + "listtype": "6" + }, + { + "description": "RSA ME 1024 operation rate (CPC) by crypto card", + "id": "8D6D90", + "listtype": "6" + }, + { + "description": "RSA ME 2048 operation rate (domain) by crypto card", + "id": "8D6DB0", + "listtype": "6" + }, + { + "description": "RSA ME 2048 operation rate (CPC) by crypto card", + "id": "8D6DD0", + "listtype": "6" + }, + { + "description": "RSA ME 4096 operation rate (domain) by crypto card", + "id": "8D6DF0", + "listtype": "6" + }, + { + "description": "RSA ME 4096 operation rate (CPC) by crypto card", + "id": "8D6E10", + "listtype": "6" + } + ] + }, + { + "metric": [ + { + "description": "% utilization asym-key generation operations (domain)", + "id": "8D6460", + "listtype": " " + }, + { + "description": "% utilization asym-key generation operations (CPC)", + "id": "8D6480", + "listtype": " " + }, + { + "description": "% utilization complete sym-key operations (domain)", + "id": "8D64A0", + "listtype": " " + }, + { + "description": "% utilization complete sym-key operations (CPC)", + "id": "8D64C0", + "listtype": " " + }, + { + "description": "% utilization crypto operations (domain)", + "id": "8D64E0", + "listtype": " " + }, + { + "description": "% utilization crypto operations (CPC)", + "id": "8D6500", + "listtype": " " + }, + { + "description": "% utilization fast asym-key operations (domain)", + "id": "8D6520", + "listtype": " " + }, + { + "description": "% utilization fast asym-key operations (CPC)", + "id": "8D6540", + "listtype": " " + }, + { + "description": "% utilization partial sym-key operations (domain)", + "id": "8D6560", + "listtype": " " + }, + { + "description": "% utilization partial sym-key operations (CPC)", + "id": "8D6580", + "listtype": " " + }, + { + "description": "% utilization slow asym-key operations (domain)", + "id": "8D65A0", + "listtype": " " + }, + { + "description": "% utilization slow asym-key operations (CPC)", + "id": "8D65C0", + "listtype": " " + }, + { + "description": "% utilization RSA key-generation operations (domain)", + "id": "8D65E0", + "listtype": " " + }, + { + "description": "% utilization RSA key-generation operations (CPC)", + "id": "8D6600", + "listtype": " " + }, + { + "description": "% utilization RSA CRT 1024 operations (domain)", + "id": "8D6620", + "listtype": " " + }, + { + "description": "% utilization RSA CRT 1024 operations (CPC)", + "id": "8D6640", + "listtype": " " + }, + { + "description": "% utilization RSA CRT 2048 operations (domain)", + "id": "8D6660", + "listtype": " " + }, + { + "description": "% utilization RSA CRT 2048 operations (CPC)", + "id": "8D6680", + "listtype": " " + }, + { + "description": "% utilization RSA CRT 4096 operations (domain)", + "id": "8D66A0", + "listtype": " " + }, + { + "description": "% utilization RSA CRT 4096 operations (CPC)", + "id": "8D66C0", + "listtype": " " + }, + { + "description": "% utilization RSA ME 1024 operations (domain)", + "id": "8D66E0", + "listtype": " " + }, + { + "description": "% utilization RSA ME 1024 operations (CPC)", + "id": "8D6700", + "listtype": " " + }, + { + "description": "% utilization RSA ME 2048 operations (domain)", + "id": "8D6720", + "listtype": " " + }, + { + "description": "% utilization RSA ME 2048 operations (CPC)", + "id": "8D6740", + "listtype": " " + }, + { + "description": "% utilization RSA ME 4096 operations (domain)", + "id": "8D6760", + "listtype": " " + }, + { + "description": "% utilization RSA ME 4096 operations (CPC)", + "id": "8D6780", + "listtype": " " + }, + { + "description": "asym-key generation operation rate (domain)", + "id": "8D67A0", + "listtype": " " + }, + { + "description": "asym-key generation operation rate (CPC)", + "id": "8D67C0", + "listtype": " " + }, + { + "description": "average asym-key generation execution time (domain)", + "id": "8D6800", + "listtype": " " + }, + { + "description": "average asym-key generation execution time (CPC)", + "id": "8D6810", + "listtype": " " + }, + { + "description": "average complete sym-key execution time (domain)", + "id": "8D6820", + "listtype": " " + }, + { + "description": "average complete sym-key execution time (CPC)", + "id": "8D6840", + "listtype": " " + }, + { + "description": "average crypto execution time (domain)", + "id": "8D6860", + "listtype": " " + }, + { + "description": "average crypto execution time (CPC)", + "id": "8D6880", + "listtype": " " + }, + { + "description": "average fast asym-key execution time (domain)", + "id": "8D68A0", + "listtype": " " + }, + { + "description": "average fast asym-key execution time (CPC)", + "id": "8D68C0", + "listtype": " " + }, + { + "description": "average partial sym-key execution time (domain)", + "id": "8D68E0", + "listtype": " " + }, + { + "description": "average partial sym-key execution time (CPC)", + "id": "8D6900", + "listtype": " " + }, + { + "description": "average slow asym-key execution time (domain)", + "id": "8D6920", + "listtype": " " + }, + { + "description": "average slow asym-key execution time (CPC)", + "id": "8D6940", + "listtype": " " + }, + { + "description": "average RSA key-generation execution time (domain)", + "id": "8D6960", + "listtype": " " + }, + { + "description": "average RSA key-generation execution time (CPC)", + "id": "8D6980", + "listtype": " " + }, + { + "description": "average RSA CRT 1024 execution time (domain)", + "id": "8D69A0", + "listtype": " " + }, + { + "description": "average RSA CRT 1024 execution time (CPC)", + "id": "8D69C0", + "listtype": " " + }, + { + "description": "average RSA CRT 2048 execution time (domain)", + "id": "8D69E0", + "listtype": " " + }, + { + "description": "average RSA CRT 2048 execution time (CPC)", + "id": "8D6A00", + "listtype": " " + }, + { + "description": "average RSA CRT 4096 execution time (domain)", + "id": "8D6A20", + "listtype": " " + }, + { + "description": "average RSA CRT 4096 execution time (CPC)", + "id": "8D6A40", + "listtype": " " + }, + { + "description": "average RSA ME 1024 execution time (domain)", + "id": "8D6A60", + "listtype": " " + }, + { + "description": "average RSA ME 1024 execution time (CPC)", + "id": "8D6A80", + "listtype": " " + }, + { + "description": "average RSA ME 2048 execution time (domain)", + "id": "8D6AA0", + "listtype": " " + }, + { + "description": "average RSA ME 2048 execution time (CPC)", + "id": "8D6AC0", + "listtype": " " + }, + { + "description": "average RSA ME 4096 execution time (domain)", + "id": "8D6AE0", + "listtype": " " + }, + { + "description": "average RSA ME 4096 execution time (CPC)", + "id": "8D6B00", + "listtype": " " + }, + { + "description": "complete sym-key operation rate (domain)", + "id": "8D6B20", + "listtype": " " + }, + { + "description": "complete sym-key operation rate (CPC)", + "id": "8D6B40", + "listtype": " " + }, + { + "description": "crypto operation rate (domain)", + "id": "8D6B60", + "listtype": " " + }, + { + "description": "crypto operation rate (CPC)", + "id": "8D6B80", + "listtype": " " + }, + { + "description": "fast asym-key operation rate (domain)", + "id": "8D6BA0", + "listtype": " " + }, + { + "description": "fast asym-key operation rate (CPC)", + "id": "8D6BC0", + "listtype": " " + }, + { + "description": "partial sym-key operation rate (domain)", + "id": "8D6BE0", + "listtype": " " + }, + { + "description": "partial sym-key operation rate (CPC)", + "id": "8D6C00", + "listtype": " " + }, + { + "description": "slow asym-key operation rate (domain)", + "id": "8D6C20", + "listtype": " " + }, + { + "description": "slow asym-key operation rate (CPC)", + "id": "8D6C40", + "listtype": " " + }, + { + "description": "RSA key-generation operation rate (domain)", + "id": "8D6C60", + "listtype": " " + }, + { + "description": "RSA key-generation operation rate (CPC)", + "id": "8D6C80", + "listtype": " " + }, + { + "description": "RSA CRT 1024 operation rate (domain)", + "id": "8D6CA0", + "listtype": " " + }, + { + "description": "RSA CRT 1024 operation rate (CPC)", + "id": "8D6CC0", + "listtype": " " + }, + { + "description": "RSA CRT 2048 operation rate (domain)", + "id": "8D6CE0", + "listtype": " " + }, + { + "description": "RSA CRT 2048 operation rate (CPC)", + "id": "8D6D00", + "listtype": " " + }, + { + "description": "RSA CRT 4096 operation rate (domain)", + "id": "8D6D20", + "listtype": " " + }, + { + "description": "RSA CRT 4096 operation rate (CPC)", + "id": "8D6D40", + "listtype": " " + }, + { + "description": "RSA ME 1024 operation rate (domain)", + "id": "8D6D60", + "listtype": " " + }, + { + "description": "RSA ME 1024 operation rate (CPC)", + "id": "8D6D80", + "listtype": " " + }, + { + "description": "RSA ME 2048 operation rate (domain)", + "id": "8D6DA0", + "listtype": " " + }, + { + "description": "RSA ME 2048 operation rate (CPC)", + "id": "8D6DC0", + "listtype": " " + }, + { + "description": "RSA ME 4096 operation rate (domain)", + "id": "8D6DE0", + "listtype": " " + }, + { + "description": "RSA ME 4096 operation rate (CPC)", + "id": "8D6E00", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "% available", + "id": "8D0050", + "listtype": " " + }, + { + "description": "% not released", + "id": "8D0410", + "listtype": " " + }, + { + "description": "% utilization", + "id": "8D0530", + "listtype": " " + }, + { + "description": "# frames defined", + "id": "8D0BC0", + "listtype": " " + }, + { + "description": "# frames not released", + "id": "8D0C90", + "listtype": " " + }, + { + "description": "# frames used", + "id": "8D0CE0", + "listtype": " " + }, + { + "description": "% utilization by job", + "id": "8D0540", + "listtype": "J" + }, + { + "description": "# frames not released by job", + "id": "8D0CA0", + "listtype": "J" + }, + { + "description": "# frames used by job", + "id": "8D0CF0", + "listtype": "J" + } + ] + }, + { + "metric": [ + { + "description": "% available", + "id": "8D0050", + "listtype": " " + }, + { + "description": "% not released", + "id": "8D0410", + "listtype": " " + }, + { + "description": "% utilization", + "id": "8D0530", + "listtype": " " + }, + { + "description": "# frames defined", + "id": "8D0BC0", + "listtype": " " + }, + { + "description": "# frames not released", + "id": "8D0C90", + "listtype": " " + }, + { + "description": "# frames used", + "id": "8D0CE0", + "listtype": " " + }, + { + "description": "% utilization by job", + "id": "8D0540", + "listtype": "J" + }, + { + "description": "# frames not released by job", + "id": "8D0CA0", + "listtype": "J" + }, + { + "description": "# frames used by job", + "id": "8D0CF0", + "listtype": "J" + } + ] + }, + { + "metric": [] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D00E0", + "listtype": " " + }, + { + "description": "% delay by enclave", + "id": "8D28D0", + "listtype": "E" + }, + { + "description": "% delay by job", + "id": "8D0180", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D28E0", + "listtype": "K" + }, + { + "description": "% delay by WLM service class period", + "id": "8D17A0", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D1660", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1700", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D1840", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "% available", + "id": "8D0050", + "listtype": " " + }, + { + "description": "% not released", + "id": "8D0410", + "listtype": " " + }, + { + "description": "% utilization", + "id": "8D0530", + "listtype": " " + }, + { + "description": "# frames defined", + "id": "8D0BC0", + "listtype": " " + }, + { + "description": "# frames not released", + "id": "8D0C90", + "listtype": " " + }, + { + "description": "# frames used", + "id": "8D0CE0", + "listtype": " " + }, + { + "description": "% utilization by job", + "id": "8D0540", + "listtype": "J" + }, + { + "description": "# frames not released by job", + "id": "8D0CA0", + "listtype": "J" + }, + { + "description": "# frames used by job", + "id": "8D0CF0", + "listtype": "J" + } + ] + }, + { + "metric": [] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D00F0", + "listtype": " " + }, + { + "description": "% delay by job", + "id": "8D0190", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D28F0", + "listtype": "K" + }, + { + "description": "% delay by WLM service class period", + "id": "8D17B0", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D1670", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1710", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D1850", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "% connect time", + "id": "8D00A0", + "listtype": " " + }, + { + "description": "% delay", + "id": "8D0170", + "listtype": " " + }, + { + "description": "% using", + "id": "8D04B0", + "listtype": " " + }, + { + "description": "% workflow", + "id": "8D1E20", + "listtype": " " + }, + { + "description": "# delayed i/o requests", + "id": "8D0680", + "listtype": " " + }, + { + "description": "delayed i/o request rate", + "id": "8D0EB0", + "listtype": " " + }, + { + "description": "device connect time (job)", + "id": "8D4930", + "listtype": " " + }, + { + "description": "i/o activity rate", + "id": "8D0E90", + "listtype": " " + }, + { + "description": "total device connect time (job)", + "id": "8D49B0", + "listtype": " " + }, + { + "description": "EXCP rate (job)", + "id": "8D4C10", + "listtype": " " + }, + { + "description": "% delay by dataset name", + "id": "8D2040", + "listtype": "D" + }, + { + "description": "% using by dataset name", + "id": "8D2090", + "listtype": "D" + }, + { + "description": "% delay by enclave", + "id": "8D28B0", + "listtype": "E" + }, + { + "description": "% using by enclave", + "id": "8D2B20", + "listtype": "E" + }, + { + "description": "% connect time by job", + "id": "8D00C0", + "listtype": "J" + }, + { + "description": "% delay by job", + "id": "8D0210", + "listtype": "J" + }, + { + "description": "% using by job", + "id": "8D04F0", + "listtype": "J" + }, + { + "description": "% workflow by job", + "id": "8D1EC0", + "listtype": "J" + }, + { + "description": "device connect time by job", + "id": "8D4940", + "listtype": "J" + }, + { + "description": "total device connect time by job", + "id": "8D49C0", + "listtype": "J" + }, + { + "description": "EXCP rate by job", + "id": "8D4C20", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2970", + "listtype": "K" + }, + { + "description": "% using by WLM report class period", + "id": "8D2B40", + "listtype": "K" + }, + { + "description": "% workflow by WLM report class period", + "id": "8D2BA0", + "listtype": "K" + }, + { + "description": "% delay by dataset name and job", + "id": "8D2890", + "listtype": "N" + }, + { + "description": "% using by dataset name and job", + "id": "8D2B00", + "listtype": "N" + }, + { + "description": "% delay by WLM service class period", + "id": "8D1830", + "listtype": "P" + }, + { + "description": "% using by WLM service class period", + "id": "8D1CF0", + "listtype": "P" + }, + { + "description": "% workflow by WLM service class period", + "id": "8D1E80", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D16F0", + "listtype": "R" + }, + { + "description": "% using by WLM report class", + "id": "8D1C90", + "listtype": "R" + }, + { + "description": "% workflow by WLM report class", + "id": "8D1E40", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1790", + "listtype": "S" + }, + { + "description": "% using by WLM service class", + "id": "8D1CC0", + "listtype": "S" + }, + { + "description": "% workflow by WLM service class", + "id": "8D1E60", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D18D0", + "listtype": "W" + }, + { + "description": "% using by WLM workload", + "id": "8D1D20", + "listtype": "W" + }, + { + "description": "% workflow by WLM workload", + "id": "8D1EA0", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D0100", + "listtype": " " + }, + { + "description": "% delay by job", + "id": "8D01A0", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2900", + "listtype": "K" + }, + { + "description": "% delay by WLM service class period", + "id": "8D17C0", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D1680", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1720", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D1860", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "# delayed i/o requests", + "id": "8D0680", + "listtype": " " + }, + { + "description": "average channel subsystem delay time (in mSec)", + "id": "8D27F0", + "listtype": " " + }, + { + "description": "delayed i/o request rate", + "id": "8D0EB0", + "listtype": " " + }, + { + "description": "i/o activity rate", + "id": "8D0E90", + "listtype": " " + }, + { + "description": "% director port busy by channel path and CU", + "id": "8D0340", + "listtype": "U" + }, + { + "description": "% CU busy by channel path and CU", + "id": "8D05D0", + "listtype": "U" + }, + { + "description": "average command response time (in mSec) by channel path and CU", + "id": "8D2810", + "listtype": "U" + }, + { + "description": "average CU busy time (in mSec) by channel path and CU", + "id": "8D27E0", + "listtype": "U" + }, + { + "description": "CHPID taken rate by channel path and CU", + "id": "8D05C0", + "listtype": "U" + }, + { + "description": "% active time by volume", + "id": "8D0020", + "listtype": "V" + }, + { + "description": "% connect time by volume", + "id": "8D00D0", + "listtype": "V" + }, + { + "description": "% delay device busy by volume", + "id": "8D0250", + "listtype": "V" + }, + { + "description": "% delay due to device command response time by volume", + "id": "8D2780", + "listtype": "V" + }, + { + "description": "% disconnect time by volume", + "id": "8D0360", + "listtype": "V" + }, + { + "description": "% pending time by volume", + "id": "8D0440", + "listtype": "V" + }, + { + "description": "i/o activity rate by volume", + "id": "8D0EA0", + "listtype": "V" + }, + { + "description": "response time by volume", + "id": "8D1120", + "listtype": "V" + }, + { + "description": "IOS queue time by volume", + "id": "8D12C0", + "listtype": "V" + } + ] + }, + { + "metric": [ + { + "description": "% capacity used", + "id": "8D2870", + "listtype": " " + }, + { + "description": "% effective logical utilization (AAP)", + "id": "8D3670", + "listtype": " " + }, + { + "description": "% effective logical utilization (CP)", + "id": "8D24B0", + "listtype": " " + }, + { + "description": "% effective logical utilization (ICF)", + "id": "8D3680", + "listtype": " " + }, + { + "description": "% effective logical utilization (IFL)", + "id": "8D3690", + "listtype": " " + }, + { + "description": "% effective logical utilization (IIP)", + "id": "8D36A0", + "listtype": " " + }, + { + "description": "% effective physical utilization (AAP)", + "id": "8D36B0", + "listtype": " " + }, + { + "description": "% effective physical utilization (CP)", + "id": "8D24C0", + "listtype": " " + }, + { + "description": "% effective physical utilization (ICF)", + "id": "8D36C0", + "listtype": " " + }, + { + "description": "% effective physical utilization (IFL)", + "id": "8D36D0", + "listtype": " " + }, + { + "description": "% effective physical utilization (IIP)", + "id": "8D36E0", + "listtype": " " + }, + { + "description": "% logical processor share (AAP)", + "id": "8D4030", + "listtype": " " + }, + { + "description": "% logical processor share (CP)", + "id": "8D4050", + "listtype": " " + }, + { + "description": "% logical processor share (IIP)", + "id": "8D4070", + "listtype": " " + }, + { + "description": "% total logical utilization (AAP)", + "id": "8D38D0", + "listtype": " " + }, + { + "description": "% total logical utilization (CP)", + "id": "8D2510", + "listtype": " " + }, + { + "description": "% total logical utilization (ICF)", + "id": "8D38E0", + "listtype": " " + }, + { + "description": "% total logical utilization (IFL)", + "id": "8D38F0", + "listtype": " " + }, + { + "description": "% total logical utilization (IIP)", + "id": "8D3900", + "listtype": " " + }, + { + "description": "% total physical utilization (AAP)", + "id": "8D3960", + "listtype": " " + }, + { + "description": "% total physical utilization (CP)", + "id": "8D2530", + "listtype": " " + }, + { + "description": "% total physical utilization (ICF)", + "id": "8D3970", + "listtype": " " + }, + { + "description": "% total physical utilization (IFL)", + "id": "8D3980", + "listtype": " " + }, + { + "description": "% total physical utilization (IIP)", + "id": "8D3990", + "listtype": " " + }, + { + "description": "% weight of max", + "id": "8D25A0", + "listtype": " " + }, + { + "description": "% LPAR management time (AAP)", + "id": "8D39E0", + "listtype": " " + }, + { + "description": "% LPAR management time (CP)", + "id": "8D2520", + "listtype": " " + }, + { + "description": "% LPAR management time (ICF)", + "id": "8D3A30", + "listtype": " " + }, + { + "description": "% LPAR management time (IFL)", + "id": "8D3A80", + "listtype": " " + }, + { + "description": "% LPAR management time (IIP)", + "id": "8D3AB0", + "listtype": " " + }, + { + "description": "% MT CP core productivity", + "id": "8D47A0", + "listtype": " " + }, + { + "description": "% MT IIP core productivity", + "id": "8D47C0", + "listtype": " " + }, + { + "description": "% WLM capping", + "id": "8D2490", + "listtype": " " + }, + { + "description": "# logical processors shared (CP)", + "id": "8D3B90", + "listtype": " " + }, + { + "description": "# logical processors shared (ICF)", + "id": "8D3BC0", + "listtype": " " + }, + { + "description": "# logical processors shared (IFL)", + "id": "8D3C10", + "listtype": " " + }, + { + "description": "# logical processors/cores shared (AAP)", + "id": "8D3B60", + "listtype": " " + }, + { + "description": "# logical processors/cores shared (IIP)", + "id": "8D3C40", + "listtype": " " + }, + { + "description": "# processors dedicated (CP)", + "id": "8D3B20", + "listtype": " " + }, + { + "description": "# processors online (CP)", + "id": "8D2610", + "listtype": " " + }, + { + "description": "# processors online (ICF)", + "id": "8D3CC0", + "listtype": " " + }, + { + "description": "# processors online (IFL)", + "id": "8D3D10", + "listtype": " " + }, + { + "description": "# processors with high share (CP)", + "id": "8D40B0", + "listtype": " " + }, + { + "description": "# processors with low share (CP)", + "id": "8D4110", + "listtype": " " + }, + { + "description": "# processors with medium share (CP)", + "id": "8D4170", + "listtype": " " + }, + { + "description": "# processors/cores dedicated (AAP)", + "id": "8D3B00", + "listtype": " " + }, + { + "description": "# processors/cores dedicated (IIP)", + "id": "8D3B40", + "listtype": " " + }, + { + "description": "# processors/cores online (AAP)", + "id": "8D3C70", + "listtype": " " + }, + { + "description": "# processors/cores online (IIP)", + "id": "8D3D40", + "listtype": " " + }, + { + "description": "# processors/cores with high share (AAP)", + "id": "8D4090", + "listtype": " " + }, + { + "description": "# processors/cores with high share (IIP)", + "id": "8D40D0", + "listtype": " " + }, + { + "description": "# processors/cores with low share (AAP)", + "id": "8D40F0", + "listtype": " " + }, + { + "description": "# processors/cores with low share (IIP)", + "id": "8D4130", + "listtype": " " + }, + { + "description": "# processors/cores with medium share (AAP)", + "id": "8D4150", + "listtype": " " + }, + { + "description": "# processors/cores with medium share (IIP)", + "id": "8D4190", + "listtype": " " + }, + { + "description": "actual MSU", + "id": "8D25E0", + "listtype": " " + }, + { + "description": "available capacity (MSU/h) for group", + "id": "8D43E0", + "listtype": " " + }, + { + "description": "average thread density for CP", + "id": "8D4A90", + "listtype": " " + }, + { + "description": "average thread density for IIP", + "id": "8D4AB0", + "listtype": " " + }, + { + "description": "defined capacity group limit (MSU/h)", + "id": "8D4530", + "listtype": " " + }, + { + "description": "defined MSU", + "id": "8D2620", + "listtype": " " + }, + { + "description": "four hour MSU average", + "id": "8D2630", + "listtype": " " + }, + { + "description": "four hour MSU maximum", + "id": "8D2650", + "listtype": " " + }, + { + "description": "image capacity (MSU/h)", + "id": "8D2660", + "listtype": " " + }, + { + "description": "remaining time until capping in seconds", + "id": "8D2680", + "listtype": " " + }, + { + "description": "remaining time until group capping in seconds", + "id": "8D4460", + "listtype": " " + }, + { + "description": "LPAR weight (AAP)", + "id": "8D3F20", + "listtype": " " + }, + { + "description": "LPAR weight (CP)", + "id": "8D3F50", + "listtype": " " + }, + { + "description": "LPAR weight (ICF)", + "id": "8D3F80", + "listtype": " " + }, + { + "description": "LPAR weight (IFL)", + "id": "8D3FD0", + "listtype": " " + }, + { + "description": "LPAR weight (IIP)", + "id": "8D4000", + "listtype": " " + }, + { + "description": "MT capacity factor for CP", + "id": "8D4B10", + "listtype": " " + }, + { + "description": "MT capacity factor for IIP", + "id": "8D4B30", + "listtype": " " + }, + { + "description": "MT maximum capacity factor for CP", + "id": "8D4B70", + "listtype": " " + }, + { + "description": "MT maximum capacity factor for IIP", + "id": "8D4B90", + "listtype": " " + }, + { + "description": "MT mode for CP", + "id": "8D4BD0", + "listtype": " " + }, + { + "description": "MT mode for IIP", + "id": "8D4BF0", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D0160", + "listtype": " " + }, + { + "description": "% idle", + "id": "8D03E0", + "listtype": " " + }, + { + "description": "% unknown", + "id": "8D0470", + "listtype": " " + }, + { + "description": "% using", + "id": "8D04A0", + "listtype": " " + }, + { + "description": "% workflow", + "id": "8D0550", + "listtype": " " + }, + { + "description": "# active users", + "id": "8D0620", + "listtype": " " + }, + { + "description": "# qscan requests (job)", + "id": "8D4840", + "listtype": " " + }, + { + "description": "# qscan resources (job)", + "id": "8D4870", + "listtype": " " + }, + { + "description": "# qscan resources standard deviation (job)", + "id": "8D48A0", + "listtype": " " + }, + { + "description": "# qscan specific requests (job)", + "id": "8D48D0", + "listtype": " " + }, + { + "description": "# transactions (job)", + "id": "8D4900", + "listtype": " " + }, + { + "description": "# users", + "id": "8D0D50", + "listtype": " " + }, + { + "description": "execution velocity", + "id": "8D0EF0", + "listtype": " " + }, + { + "description": "performance index", + "id": "8D1000", + "listtype": " " + }, + { + "description": "qscan request time (job)", + "id": "8D4950", + "listtype": " " + }, + { + "description": "qscan request time standard deviation (job)", + "id": "8D4980", + "listtype": " " + }, + { + "description": "response time", + "id": "8D1100", + "listtype": " " + }, + { + "description": "response time (ms)", + "id": "8D5EB0", + "listtype": " " + }, + { + "description": "transaction active time (job)", + "id": "8D4A10", + "listtype": " " + }, + { + "description": "transaction ended rate", + "id": "8D1200", + "listtype": " " + }, + { + "description": "transaction resident time (job)", + "id": "8D4A40", + "listtype": " " + }, + { + "description": "% delay by enclave", + "id": "8D28A0", + "listtype": "E" + }, + { + "description": "% idle by enclave", + "id": "8D2A90", + "listtype": "E" + }, + { + "description": "% using by enclave", + "id": "8D2B10", + "listtype": "E" + }, + { + "description": "% delay by job", + "id": "8D0200", + "listtype": "J" + }, + { + "description": "% idle by job", + "id": "8D03F0", + "listtype": "J" + }, + { + "description": "% unknown by job", + "id": "8D0480", + "listtype": "J" + }, + { + "description": "% using by job", + "id": "8D04E0", + "listtype": "J" + }, + { + "description": "% workflow by job", + "id": "8D0560", + "listtype": "J" + }, + { + "description": "# qscan requests by job", + "id": "8D4860", + "listtype": "J" + }, + { + "description": "# qscan resources by job", + "id": "8D4890", + "listtype": "J" + }, + { + "description": "# qscan resources standard deviation by job", + "id": "8D48C0", + "listtype": "J" + }, + { + "description": "# qscan specific requests by job", + "id": "8D48F0", + "listtype": "J" + }, + { + "description": "# transactions by job", + "id": "8D4920", + "listtype": "J" + }, + { + "description": "qscan request time by job", + "id": "8D4970", + "listtype": "J" + }, + { + "description": "qscan request time standard deviation by job", + "id": "8D49A0", + "listtype": "J" + }, + { + "description": "transaction active time by job", + "id": "8D4A30", + "listtype": "J" + }, + { + "description": "transaction resident time by job", + "id": "8D4A60", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2960", + "listtype": "K" + }, + { + "description": "% using by WLM report class period", + "id": "8D2B30", + "listtype": "K" + }, + { + "description": "% workflow by WLM report class period", + "id": "8D2B80", + "listtype": "K" + }, + { + "description": "# active users by WLM report class period", + "id": "8D2D60", + "listtype": "K" + }, + { + "description": "# users by WLM report class period", + "id": "8D2F40", + "listtype": "K" + }, + { + "description": "execution velocity by WLM report class period", + "id": "8D3080", + "listtype": "K" + }, + { + "description": "performance index by WLM report class period", + "id": "8D3110", + "listtype": "K" + }, + { + "description": "response time (ms) by WLM report class period", + "id": "8D5EF0", + "listtype": "K" + }, + { + "description": "response time by WLM report class period", + "id": "8D31A0", + "listtype": "K" + }, + { + "description": "transaction ended rate by WLM report class period", + "id": "8D3230", + "listtype": "K" + }, + { + "description": "% delay by WLM service class period", + "id": "8D1820", + "listtype": "P" + }, + { + "description": "% using by WLM service class period", + "id": "8D1CE0", + "listtype": "P" + }, + { + "description": "% workflow by WLM service class period", + "id": "8D05A0", + "listtype": "P" + }, + { + "description": "# active users by WLM service class period", + "id": "8D0660", + "listtype": "P" + }, + { + "description": "# users by WLM service class period", + "id": "8D0D90", + "listtype": "P" + }, + { + "description": "execution velocity by WLM service class period", + "id": "8D0F60", + "listtype": "P" + }, + { + "description": "performance index by WLM service class period", + "id": "8D1020", + "listtype": "P" + }, + { + "description": "response time (ms) by WLM service class period", + "id": "8D5F30", + "listtype": "P" + }, + { + "description": "response time by WLM service class period", + "id": "8D1170", + "listtype": "P" + }, + { + "description": "transaction ended rate by WLM service class period", + "id": "8D1240", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D16E0", + "listtype": "R" + }, + { + "description": "% using by WLM report class", + "id": "8D1C60", + "listtype": "R" + }, + { + "description": "% workflow by WLM report class", + "id": "8D0580", + "listtype": "R" + }, + { + "description": "# active users by WLM report class", + "id": "8D0640", + "listtype": "R" + }, + { + "description": "# users by WLM report class", + "id": "8D0D70", + "listtype": "R" + }, + { + "description": "execution velocity by WLM report class", + "id": "8D0F20", + "listtype": "R" + }, + { + "description": "response time (ms) by WLM report class", + "id": "8D5ED0", + "listtype": "R" + }, + { + "description": "response time by WLM report class", + "id": "8D1130", + "listtype": "R" + }, + { + "description": "transaction ended rate by WLM report class", + "id": "8D1220", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1780", + "listtype": "S" + }, + { + "description": "% using by WLM service class", + "id": "8D1CB0", + "listtype": "S" + }, + { + "description": "% workflow by WLM service class", + "id": "8D0590", + "listtype": "S" + }, + { + "description": "# active users by WLM service class", + "id": "8D0650", + "listtype": "S" + }, + { + "description": "# users by WLM service class", + "id": "8D0D80", + "listtype": "S" + }, + { + "description": "execution velocity by WLM service class", + "id": "8D0F40", + "listtype": "S" + }, + { + "description": "response time (ms) by WLM service class", + "id": "8D5F10", + "listtype": "S" + }, + { + "description": "response time by WLM service class", + "id": "8D1150", + "listtype": "S" + }, + { + "description": "transaction ended rate by WLM service class", + "id": "8D1230", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D18C0", + "listtype": "W" + }, + { + "description": "% using by WLM workload", + "id": "8D1D10", + "listtype": "W" + }, + { + "description": "% workflow by WLM workload", + "id": "8D05B0", + "listtype": "W" + }, + { + "description": "# active users by WLM workload", + "id": "8D0670", + "listtype": "W" + }, + { + "description": "# users by WLM workload", + "id": "8D0DA0", + "listtype": "W" + }, + { + "description": "execution velocity by WLM workload", + "id": "8D0F80", + "listtype": "W" + }, + { + "description": "response time (ms) by WLM workload", + "id": "8D5F50", + "listtype": "W" + }, + { + "description": "response time by WLM workload", + "id": "8D1190", + "listtype": "W" + }, + { + "description": "transaction ended rate by WLM workload", + "id": "8D1250", + "listtype": "W" + }, + { + "description": "signals received by XCF group and member", + "id": "8D3E10", + "listtype": "2" + }, + { + "description": "signals sent by XCF group and member", + "id": "8D3E50", + "listtype": "2" + }, + { + "description": "% retry by XCF systems and path", + "id": "8D38A0", + "listtype": "3" + }, + { + "description": "i/o transfer time by XCF systems and path", + "id": "8D3DB0", + "listtype": "3" + }, + { + "description": "message limit by XCF systems and path", + "id": "8D3DC0", + "listtype": "3" + }, + { + "description": "restart count by XCF systems and path", + "id": "8D3DD0", + "listtype": "3" + }, + { + "description": "retry limit by XCF systems and path", + "id": "8D3DE0", + "listtype": "3" + }, + { + "description": "signals pending transfer by XCF systems and path", + "id": "8D3DF0", + "listtype": "3" + }, + { + "description": "signals received by XCF systems and path", + "id": "8D3E30", + "listtype": "3" + }, + { + "description": "signals sent by XCF systems and path", + "id": "8D3E60", + "listtype": "3" + }, + { + "description": "storage in use by XCF systems and path", + "id": "8D3E80", + "listtype": "3" + }, + { + "description": "times buffer unavailable by XCF systems and path", + "id": "8D3E90", + "listtype": "3" + }, + { + "description": "times path busy by XCF systems and path", + "id": "8D3EB0", + "listtype": "3" + }, + { + "description": "% degraded by XCF systems and transport class", + "id": "8D3660", + "listtype": "4" + }, + { + "description": "% fit by XCF systems and transport class", + "id": "8D36F0", + "listtype": "4" + }, + { + "description": "% large by XCF systems and transport class", + "id": "8D3700", + "listtype": "4" + }, + { + "description": "% small by XCF systems and transport class", + "id": "8D38B0", + "listtype": "4" + }, + { + "description": "buffer length by XCF systems and transport class", + "id": "8D3DA0", + "listtype": "4" + }, + { + "description": "signals sent by XCF systems and transport class", + "id": "8D3E70", + "listtype": "4" + }, + { + "description": "times buffer unavailable by XCF systems and transport class", + "id": "8D3EA0", + "listtype": "4" + }, + { + "description": "times path unavailable by XCF systems and transport class", + "id": "8D3EC0", + "listtype": "4" + } + ] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D0110", + "listtype": " " + }, + { + "description": "% delay by job", + "id": "8D01B0", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2910", + "listtype": "K" + }, + { + "description": "% delay by WLM service class period", + "id": "8D17D0", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D1690", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1730", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D1870", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "% allocation time by PCIE function", + "id": "8D4C60", + "listtype": "H" + }, + { + "description": "% buffer pool utilization by PCIE function", + "id": "8D4C80", + "listtype": "H" + }, + { + "description": "% synchronous I/O successful requests (CPC) by PCIE function", + "id": "8D5CB0", + "listtype": "H" + }, + { + "description": "% synchronous I/O successful requests by PCIE function", + "id": "8D5CC0", + "listtype": "H" + }, + { + "description": "% synchronous I/O time busy (CPC) by PCIE function", + "id": "8D5CE0", + "listtype": "H" + }, + { + "description": "% time busy by PCIE function", + "id": "8D4CA0", + "listtype": "H" + }, + { + "description": "adapter utilization by PCIE function", + "id": "8D4D00", + "listtype": "H" + }, + { + "description": "buffer pool memory size by PCIE function", + "id": "8D4D20", + "listtype": "H" + }, + { + "description": "compression ratio by PCIE function", + "id": "8D4D40", + "listtype": "H" + }, + { + "description": "compression request rate by PCIE function", + "id": "8D4D60", + "listtype": "H" + }, + { + "description": "compression throughput by PCIE function", + "id": "8D4D80", + "listtype": "H" + }, + { + "description": "decompression ratio by PCIE function", + "id": "8D4DA0", + "listtype": "H" + }, + { + "description": "decompression request rate by PCIE function", + "id": "8D4DC0", + "listtype": "H" + }, + { + "description": "decompression throughput by PCIE function", + "id": "8D4DE0", + "listtype": "H" + }, + { + "description": "received packets rate by PCIE function", + "id": "8D4E00", + "listtype": "H" + }, + { + "description": "request execution time by PCIE function", + "id": "8D4E20", + "listtype": "H" + }, + { + "description": "request execution time standard deviation by PCIE function", + "id": "8D4E40", + "listtype": "H" + }, + { + "description": "request queue time by PCIE function", + "id": "8D4E60", + "listtype": "H" + }, + { + "description": "request queue time standard deviation by PCIE function", + "id": "8D4E80", + "listtype": "H" + }, + { + "description": "request size by PCIE function", + "id": "8D4EA0", + "listtype": "H" + }, + { + "description": "synchronous I/O request rate (CPC) by PCIE function", + "id": "8D5D10", + "listtype": "H" + }, + { + "description": "synchronous I/O request rate by PCIE function", + "id": "8D5D20", + "listtype": "H" + }, + { + "description": "synchronous I/O transfer read rate (CPC) by PCIE function", + "id": "8D5D40", + "listtype": "H" + }, + { + "description": "synchronous I/O transfer read ratio (CPC) by PCIE function", + "id": "8D5D70", + "listtype": "H" + }, + { + "description": "synchronous I/O transfer read ratio by PCIE function", + "id": "8D5D80", + "listtype": "H" + }, + { + "description": "synchronous I/O transfer write rate (CPC) by PCIE function", + "id": "8D5DA0", + "listtype": "H" + }, + { + "description": "synchronous I/O transfer write ratio (CPC) by PCIE function", + "id": "8D5DD0", + "listtype": "H" + }, + { + "description": "synchronous I/O transfer write ratio by PCIE function", + "id": "8D5DE0", + "listtype": "H" + }, + { + "description": "transfer rate by PCIE function", + "id": "8D4EC0", + "listtype": "H" + }, + { + "description": "transfer read rate by PCIE function", + "id": "8D4EE0", + "listtype": "H" + }, + { + "description": "transfer write rate by PCIE function", + "id": "8D4F00", + "listtype": "H" + }, + { + "description": "transmitted packets rate by PCIE function", + "id": "8D4F20", + "listtype": "H" + }, + { + "description": "work unit rate by PCIE function", + "id": "8D4F40", + "listtype": "H" + }, + { + "description": "PCI load operations rate by PCIE function", + "id": "8D4F70", + "listtype": "H" + }, + { + "description": "PCI refresh operations rate by PCIE function", + "id": "8D4F90", + "listtype": "H" + }, + { + "description": "PCI store block operations rate by PCIE function", + "id": "8D4FB0", + "listtype": "H" + }, + { + "description": "PCI store operations rate by PCIE function", + "id": "8D4FD0", + "listtype": "H" + } + ] + }, + { + "metric": [ + { + "description": "% allocation time", + "id": "8D4C50", + "listtype": " " + }, + { + "description": "% buffer pool utilization", + "id": "8D4C70", + "listtype": " " + }, + { + "description": "% synchronous I/O successful requests", + "id": "8D5C90", + "listtype": " " + }, + { + "description": "% synchronous I/O successful requests (CPC)", + "id": "8D5CA0", + "listtype": " " + }, + { + "description": "% synchronous I/O time busy (CPC)", + "id": "8D5CD0", + "listtype": " " + }, + { + "description": "% time busy", + "id": "8D4C90", + "listtype": " " + }, + { + "description": "buffer pool memory size", + "id": "8D4D10", + "listtype": " " + }, + { + "description": "compression ratio", + "id": "8D4D30", + "listtype": " " + }, + { + "description": "compression request rate", + "id": "8D4D50", + "listtype": " " + }, + { + "description": "compression throughput", + "id": "8D4D70", + "listtype": " " + }, + { + "description": "decompression ratio", + "id": "8D4D90", + "listtype": " " + }, + { + "description": "decompression request rate", + "id": "8D4DB0", + "listtype": " " + }, + { + "description": "decompression throughput", + "id": "8D4DD0", + "listtype": " " + }, + { + "description": "received packets rate", + "id": "8D4DF0", + "listtype": " " + }, + { + "description": "request execution time", + "id": "8D4E10", + "listtype": " " + }, + { + "description": "request execution time standard deviation", + "id": "8D4E30", + "listtype": " " + }, + { + "description": "request queue time", + "id": "8D4E50", + "listtype": " " + }, + { + "description": "request queue time standard deviation", + "id": "8D4E70", + "listtype": " " + }, + { + "description": "request size", + "id": "8D4E90", + "listtype": " " + }, + { + "description": "synchronous I/O request rate", + "id": "8D5CF0", + "listtype": " " + }, + { + "description": "synchronous I/O request rate (CPC)", + "id": "8D5D00", + "listtype": " " + }, + { + "description": "synchronous I/O transfer read rate (CPC)", + "id": "8D5D30", + "listtype": " " + }, + { + "description": "synchronous I/O transfer read ratio", + "id": "8D5D50", + "listtype": " " + }, + { + "description": "synchronous I/O transfer read ratio (CPC)", + "id": "8D5D60", + "listtype": " " + }, + { + "description": "synchronous I/O transfer write rate (CPC)", + "id": "8D5D90", + "listtype": " " + }, + { + "description": "synchronous I/O transfer write ratio", + "id": "8D5DB0", + "listtype": " " + }, + { + "description": "synchronous I/O transfer write ratio (CPC)", + "id": "8D5DC0", + "listtype": " " + }, + { + "description": "transfer rate", + "id": "8D4EB0", + "listtype": " " + }, + { + "description": "transfer read rate", + "id": "8D4ED0", + "listtype": " " + }, + { + "description": "transfer write rate", + "id": "8D4EF0", + "listtype": " " + }, + { + "description": "transmitted packets rate", + "id": "8D4F10", + "listtype": " " + }, + { + "description": "work unit rate", + "id": "8D4F30", + "listtype": " " + }, + { + "description": "PCI adapter utilization", + "id": "8D4F50", + "listtype": " " + }, + { + "description": "PCI load operations rate", + "id": "8D4F60", + "listtype": " " + }, + { + "description": "PCI refresh operations rate", + "id": "8D4F80", + "listtype": " " + }, + { + "description": "PCI store block operations rate", + "id": "8D4FA0", + "listtype": " " + }, + { + "description": "PCI store operations rate", + "id": "8D4FC0", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "% appl", + "id": "8D0600", + "listtype": " " + }, + { + "description": "% appl (total) (job)", + "id": "8D2750", + "listtype": " " + }, + { + "description": "% delay", + "id": "8D0120", + "listtype": " " + }, + { + "description": "% eappl", + "id": "8D2790", + "listtype": " " + }, + { + "description": "% eappl (job)", + "id": "8D26A0", + "listtype": " " + }, + { + "description": "% using", + "id": "8D04D0", + "listtype": " " + }, + { + "description": "% workflow", + "id": "8D1E10", + "listtype": " " + }, + { + "description": "% AAP", + "id": "8D2BF0", + "listtype": " " + }, + { + "description": "% AAP (job)", + "id": "8D2C00", + "listtype": " " + }, + { + "description": "% AAP on CP", + "id": "8D2C90", + "listtype": " " + }, + { + "description": "% AAP on CP (job)", + "id": "8D2CA0", + "listtype": " " + }, + { + "description": "% CP (job)", + "id": "8D4750", + "listtype": " " + }, + { + "description": "% CPU utilization (AAP)", + "id": "8D39B0", + "listtype": " " + }, + { + "description": "% CPU utilization (CP)", + "id": "8D0460", + "listtype": " " + }, + { + "description": "% CPU utilization (IIP)", + "id": "8D39C0", + "listtype": " " + }, + { + "description": "% IIP", + "id": "8D34A0", + "listtype": " " + }, + { + "description": "% IIP (job)", + "id": "8D34B0", + "listtype": " " + }, + { + "description": "% IIP on CP", + "id": "8D3550", + "listtype": " " + }, + { + "description": "% IIP on CP (job)", + "id": "8D3560", + "listtype": " " + }, + { + "description": "% MVS utilization (AAP)", + "id": "8D3AE0", + "listtype": " " + }, + { + "description": "% MVS utilization (CP)", + "id": "8D0420", + "listtype": " " + }, + { + "description": "% MVS utilization (IIP)", + "id": "8D3AF0", + "listtype": " " + }, + { + "description": "% SRB", + "id": "8D05E0", + "listtype": " " + }, + { + "description": "% TCB", + "id": "8D05F0", + "listtype": " " + }, + { + "description": "# AAP processors online", + "id": "8D2F90", + "listtype": " " + }, + { + "description": "# AAP processors parked", + "id": "8D4500", + "listtype": " " + }, + { + "description": "# CP processors online", + "id": "8D0D20", + "listtype": " " + }, + { + "description": "# CP processors parked", + "id": "8D4510", + "listtype": " " + }, + { + "description": "# IIP processors online", + "id": "8D3610", + "listtype": " " + }, + { + "description": "# IIP processors parked", + "id": "8D4520", + "listtype": " " + }, + { + "description": "captured time", + "id": "8D3030", + "listtype": " " + }, + { + "description": "load average", + "id": "8D30E0", + "listtype": " " + }, + { + "description": "total time", + "id": "8D31F0", + "listtype": " " + }, + { + "description": "total CPU time (job)", + "id": "8D49D0", + "listtype": " " + }, + { + "description": "total TCB time (job)", + "id": "8D49F0", + "listtype": " " + }, + { + "description": "uncaptured time", + "id": "8D3240", + "listtype": " " + }, + { + "description": "CPU time (job)", + "id": "8D4AD0", + "listtype": " " + }, + { + "description": "TCB time (job)", + "id": "8D4C30", + "listtype": " " + }, + { + "description": "% capping delay by enclave", + "id": "8D2880", + "listtype": "E" + }, + { + "description": "% AAP by enclave", + "id": "8D2C10", + "listtype": "E" + }, + { + "description": "% AAP delay by enclave", + "id": "8D2C80", + "listtype": "E" + }, + { + "description": "% AAP on CP by enclave", + "id": "8D2CB0", + "listtype": "E" + }, + { + "description": "% AAP using by enclave", + "id": "8D2D20", + "listtype": "E" + }, + { + "description": "% AAP using on CP by enclave", + "id": "8D2D30", + "listtype": "E" + }, + { + "description": "% CP by enclave", + "id": "8D2BC0", + "listtype": "E" + }, + { + "description": "% CP delay by enclave", + "id": "8D2BD0", + "listtype": "E" + }, + { + "description": "% CP using by enclave", + "id": "8D2BE0", + "listtype": "E" + }, + { + "description": "% IIP by enclave", + "id": "8D34C0", + "listtype": "E" + }, + { + "description": "% IIP delay by enclave", + "id": "8D3540", + "listtype": "E" + }, + { + "description": "% IIP on CP by enclave", + "id": "8D3570", + "listtype": "E" + }, + { + "description": "% IIP using by enclave", + "id": "8D35F0", + "listtype": "E" + }, + { + "description": "% IIP using on CP by enclave", + "id": "8D3600", + "listtype": "E" + }, + { + "description": "delta AAP on CP seconds by enclave", + "id": "8D3050", + "listtype": "E" + }, + { + "description": "delta AAP seconds by enclave", + "id": "8D3060", + "listtype": "E" + }, + { + "description": "delta CP seconds by enclave", + "id": "8D3040", + "listtype": "E" + }, + { + "description": "delta IIP on CP seconds by enclave", + "id": "8D3620", + "listtype": "E" + }, + { + "description": "delta IIP seconds by enclave", + "id": "8D3630", + "listtype": "E" + }, + { + "description": "total AAP on CP seconds by enclave", + "id": "8D3210", + "listtype": "E" + }, + { + "description": "total AAP seconds by enclave", + "id": "8D3220", + "listtype": "E" + }, + { + "description": "total CP seconds by enclave", + "id": "8D3200", + "listtype": "E" + }, + { + "description": "total IIP on CP seconds by enclave", + "id": "8D3640", + "listtype": "E" + }, + { + "description": "total IIP seconds by enclave", + "id": "8D3650", + "listtype": "E" + }, + { + "description": "% appl (total) by job", + "id": "8D0610", + "listtype": "J" + }, + { + "description": "% delay (AAP) by job", + "id": "8D33A0", + "listtype": "J" + }, + { + "description": "% delay (CP) by job", + "id": "8D14D0", + "listtype": "J" + }, + { + "description": "% delay (IIP) by job", + "id": "8D33C0", + "listtype": "J" + }, + { + "description": "% delay by job", + "id": "8D01C0", + "listtype": "J" + }, + { + "description": "% eappl (total) by job", + "id": "8D26B0", + "listtype": "J" + }, + { + "description": "% using (AAP) by job", + "id": "8D3440", + "listtype": "J" + }, + { + "description": "% using (CP) by job", + "id": "8D3450", + "listtype": "J" + }, + { + "description": "% using (IIP) by job", + "id": "8D3460", + "listtype": "J" + }, + { + "description": "% using by job", + "id": "8D0510", + "listtype": "J" + }, + { + "description": "% workflow (AAP) by job", + "id": "8D3470", + "listtype": "J" + }, + { + "description": "% workflow (CP) by job", + "id": "8D3480", + "listtype": "J" + }, + { + "description": "% workflow (IIP) by job", + "id": "8D3490", + "listtype": "J" + }, + { + "description": "% workflow by job", + "id": "8D1EB0", + "listtype": "J" + }, + { + "description": "% AAP by job", + "id": "8D2C20", + "listtype": "J" + }, + { + "description": "% AAP on CP by job", + "id": "8D2CC0", + "listtype": "J" + }, + { + "description": "% CP by job", + "id": "8D4770", + "listtype": "J" + }, + { + "description": "% IIP by job", + "id": "8D34E0", + "listtype": "J" + }, + { + "description": "% IIP on CP by job", + "id": "8D3590", + "listtype": "J" + }, + { + "description": "eappl time by job", + "id": "8D3070", + "listtype": "J" + }, + { + "description": "total CPU time by job", + "id": "8D49E0", + "listtype": "J" + }, + { + "description": "total TCB time by job", + "id": "8D4A00", + "listtype": "J" + }, + { + "description": "CPU time by job", + "id": "8D4AE0", + "listtype": "J" + }, + { + "description": "TCB time by job", + "id": "8D4C40", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2920", + "listtype": "K" + }, + { + "description": "% of standard CP delay samples by WLM report class period", + "id": "8D3720", + "listtype": "K" + }, + { + "description": "% of total delay samples by WLM report class period", + "id": "8D3770", + "listtype": "K" + }, + { + "description": "% of AAP delay samples by WLM report class period", + "id": "8D37C0", + "listtype": "K" + }, + { + "description": "% of IIP delay samples by WLM report class period", + "id": "8D3810", + "listtype": "K" + }, + { + "description": "% of RG capping delay samples by WLM report class period", + "id": "8D3860", + "listtype": "K" + }, + { + "description": "% using by WLM report class period", + "id": "8D2B50", + "listtype": "K" + }, + { + "description": "% workflow by WLM report class period", + "id": "8D2B90", + "listtype": "K" + }, + { + "description": "% AAP by WLM report class period", + "id": "8D2C40", + "listtype": "K" + }, + { + "description": "% AAP on CP by WLM report class period", + "id": "8D2CE0", + "listtype": "K" + }, + { + "description": "% IIP by WLM report class period", + "id": "8D3500", + "listtype": "K" + }, + { + "description": "% IIP on CP by WLM report class period", + "id": "8D35B0", + "listtype": "K" + }, + { + "description": "# of total delay samples by WLM report class period", + "id": "8D43A0", + "listtype": "K" + }, + { + "description": "CPU time at promoted DP by WLM report class period", + "id": "8D3EE0", + "listtype": "K" + }, + { + "description": "% appl by uss pid and jobname", + "id": "8D2830", + "listtype": "O" + }, + { + "description": "total cpu seconds by uss pid and jobname", + "id": "8D31E0", + "listtype": "O" + }, + { + "description": "% appl by WLM service class period", + "id": "8D2820", + "listtype": "P" + }, + { + "description": "% delay by WLM service class period", + "id": "8D17E0", + "listtype": "P" + }, + { + "description": "% eappl by WLM service class period", + "id": "8D0FC0", + "listtype": "P" + }, + { + "description": "% of standard CP delay samples by WLM service class period", + "id": "8D3740", + "listtype": "P" + }, + { + "description": "% of total delay samples by WLM service class period", + "id": "8D3790", + "listtype": "P" + }, + { + "description": "% of AAP delay samples by WLM service class period", + "id": "8D37E0", + "listtype": "P" + }, + { + "description": "% of IIP delay samples by WLM service class period", + "id": "8D3830", + "listtype": "P" + }, + { + "description": "% of RG capping delay samples by WLM service class period", + "id": "8D3880", + "listtype": "P" + }, + { + "description": "% using by WLM service class period", + "id": "8D1D00", + "listtype": "P" + }, + { + "description": "% workflow by WLM service class period", + "id": "8D1E70", + "listtype": "P" + }, + { + "description": "% AAP by WLM service class period", + "id": "8D2C60", + "listtype": "P" + }, + { + "description": "% AAP on CP by WLM service class period", + "id": "8D2D00", + "listtype": "P" + }, + { + "description": "% IIP by WLM service class period", + "id": "8D3520", + "listtype": "P" + }, + { + "description": "% IIP on CP by WLM service class period", + "id": "8D35D0", + "listtype": "P" + }, + { + "description": "% SRB by WLM service class period", + "id": "8D2D40", + "listtype": "P" + }, + { + "description": "% TCB by WLM service class period", + "id": "8D2D50", + "listtype": "P" + }, + { + "description": "# of total delay samples by WLM service class period", + "id": "8D43C0", + "listtype": "P" + }, + { + "description": "CPU time at promoted DP by WLM service class period", + "id": "8D3F00", + "listtype": "P" + }, + { + "description": "% appl by WLM report class", + "id": "8D2720", + "listtype": "R" + }, + { + "description": "% delay by WLM report class", + "id": "8D16A0", + "listtype": "R" + }, + { + "description": "% eappl by WLM report class", + "id": "8D27B0", + "listtype": "R" + }, + { + "description": "% of standard CP delay samples by WLM report class", + "id": "8D3710", + "listtype": "R" + }, + { + "description": "% of total delay samples by WLM report class", + "id": "8D3760", + "listtype": "R" + }, + { + "description": "% of AAP delay samples by WLM report class", + "id": "8D37B0", + "listtype": "R" + }, + { + "description": "% of IIP delay samples by WLM report class", + "id": "8D3800", + "listtype": "R" + }, + { + "description": "% of RG capping delay samples by WLM report class", + "id": "8D3850", + "listtype": "R" + }, + { + "description": "% using by WLM report class", + "id": "8D1CA0", + "listtype": "R" + }, + { + "description": "% workflow by WLM report class", + "id": "8D1E30", + "listtype": "R" + }, + { + "description": "% AAP by WLM report class", + "id": "8D2C30", + "listtype": "R" + }, + { + "description": "% AAP on CP by WLM report class", + "id": "8D2CD0", + "listtype": "R" + }, + { + "description": "% IIP by WLM report class", + "id": "8D34F0", + "listtype": "R" + }, + { + "description": "% IIP on CP by WLM report class", + "id": "8D35A0", + "listtype": "R" + }, + { + "description": "% SRB by WLM report class", + "id": "8D26C0", + "listtype": "R" + }, + { + "description": "% TCB by WLM report class", + "id": "8D26F0", + "listtype": "R" + }, + { + "description": "# of total delay samples by WLM report class", + "id": "8D4390", + "listtype": "R" + }, + { + "description": "CPU time at promoted DP by WLM report class", + "id": "8D3ED0", + "listtype": "R" + }, + { + "description": "% appl by WLM service class", + "id": "8D2730", + "listtype": "S" + }, + { + "description": "% delay by WLM service class", + "id": "8D1740", + "listtype": "S" + }, + { + "description": "% eappl by WLM service class", + "id": "8D27C0", + "listtype": "S" + }, + { + "description": "% of standard CP delay samples by WLM service class", + "id": "8D3730", + "listtype": "S" + }, + { + "description": "% of total delay samples by WLM service class", + "id": "8D3780", + "listtype": "S" + }, + { + "description": "% of AAP delay samples by WLM service class", + "id": "8D37D0", + "listtype": "S" + }, + { + "description": "% of IIP delay samples by WLM service class", + "id": "8D3820", + "listtype": "S" + }, + { + "description": "% of RG capping delay samples by WLM service class", + "id": "8D3870", + "listtype": "S" + }, + { + "description": "% using by WLM service class", + "id": "8D1CD0", + "listtype": "S" + }, + { + "description": "% workflow by WLM service class", + "id": "8D1E50", + "listtype": "S" + }, + { + "description": "% AAP by WLM service class", + "id": "8D2C50", + "listtype": "S" + }, + { + "description": "% AAP on CP by WLM service class", + "id": "8D2CF0", + "listtype": "S" + }, + { + "description": "% IIP by WLM service class", + "id": "8D3510", + "listtype": "S" + }, + { + "description": "% IIP on CP by WLM service class", + "id": "8D35C0", + "listtype": "S" + }, + { + "description": "% SRB by WLM service class", + "id": "8D26D0", + "listtype": "S" + }, + { + "description": "% TCB by WLM service class", + "id": "8D2700", + "listtype": "S" + }, + { + "description": "# of total delay samples by WLM service class", + "id": "8D43B0", + "listtype": "S" + }, + { + "description": "CPU time at promoted DP by WLM service class", + "id": "8D3EF0", + "listtype": "S" + }, + { + "description": "% appl by WLM workload", + "id": "8D2740", + "listtype": "W" + }, + { + "description": "% delay by WLM workload", + "id": "8D1880", + "listtype": "W" + }, + { + "description": "% eappl by WLM workload", + "id": "8D27D0", + "listtype": "W" + }, + { + "description": "% of standard CP delay samples by WLM workload", + "id": "8D3750", + "listtype": "W" + }, + { + "description": "% of total delay samples by WLM workload", + "id": "8D37A0", + "listtype": "W" + }, + { + "description": "% of AAP delay samples by WLM workload", + "id": "8D37F0", + "listtype": "W" + }, + { + "description": "% of IIP delay samples by WLM workload", + "id": "8D3840", + "listtype": "W" + }, + { + "description": "% of RG capping delay samples by WLM workload", + "id": "8D3890", + "listtype": "W" + }, + { + "description": "% using by WLM workload", + "id": "8D1D30", + "listtype": "W" + }, + { + "description": "% workflow by WLM workload", + "id": "8D1E90", + "listtype": "W" + }, + { + "description": "% AAP by WLM workload", + "id": "8D2C70", + "listtype": "W" + }, + { + "description": "% AAP on CP by WLM workload", + "id": "8D2D10", + "listtype": "W" + }, + { + "description": "% IIP by WLM workload", + "id": "8D3530", + "listtype": "W" + }, + { + "description": "% IIP on CP by WLM workload", + "id": "8D35E0", + "listtype": "W" + }, + { + "description": "% SRB by WLM workload", + "id": "8D26E0", + "listtype": "W" + }, + { + "description": "% TCB by WLM workload", + "id": "8D2710", + "listtype": "W" + }, + { + "description": "# of total delay samples by WLM workload", + "id": "8D43D0", + "listtype": "W" + }, + { + "description": "CPU time at promoted DP by WLM workload", + "id": "8D3F10", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "# of SSCH", + "id": "8D5AC0", + "listtype": " " + }, + { + "description": "compression ratio", + "id": "8D6F20", + "listtype": " " + }, + { + "description": "compression request rate", + "id": "8D6F30", + "listtype": " " + }, + { + "description": "compression throughput", + "id": "8D6F40", + "listtype": " " + }, + { + "description": "decompression ratio", + "id": "8D6F50", + "listtype": " " + }, + { + "description": "decompression request rate", + "id": "8D6F60", + "listtype": " " + }, + { + "description": "decompression throughput", + "id": "8D6F70", + "listtype": " " + }, + { + "description": "function pending time", + "id": "8D5B30", + "listtype": " " + }, + { + "description": "initial command response time", + "id": "8D5B40", + "listtype": " " + }, + { + "description": "IOP queue time", + "id": "8D5C10", + "listtype": " " + }, + { + "description": "SSCH rate", + "id": "8D5C20", + "listtype": " " + }, + { + "description": "% partition utilization by card", + "id": "8D5A90", + "listtype": "Z" + }, + { + "description": "% total utilization by card", + "id": "8D5AB0", + "listtype": "Z" + }, + { + "description": "average partition response time by card", + "id": "8D5AE0", + "listtype": "Z" + }, + { + "description": "average total response time by card", + "id": "8D5B00", + "listtype": "Z" + }, + { + "description": "average total IOP queue time by card", + "id": "8D5B20", + "listtype": "Z" + }, + { + "description": "partition byte read rate by card", + "id": "8D5B60", + "listtype": "Z" + }, + { + "description": "partition byte write rate by card", + "id": "8D5B80", + "listtype": "Z" + }, + { + "description": "partition request rate by card", + "id": "8D5BA0", + "listtype": "Z" + }, + { + "description": "total byte read rate by card", + "id": "8D5BC0", + "listtype": "Z" + }, + { + "description": "total byte write rate by card", + "id": "8D5BE0", + "listtype": "Z" + }, + { + "description": "total request rate by card", + "id": "8D5C00", + "listtype": "Z" + } + ] + }, + { + "metric": [ + { + "description": "% partition utilization", + "id": "8D5A80", + "listtype": " " + }, + { + "description": "% total utilization", + "id": "8D5AA0", + "listtype": " " + }, + { + "description": "average partition response time", + "id": "8D5AD0", + "listtype": " " + }, + { + "description": "average total response time", + "id": "8D5AF0", + "listtype": " " + }, + { + "description": "average total IOP queue time", + "id": "8D5B10", + "listtype": " " + }, + { + "description": "partition byte read rate", + "id": "8D5B50", + "listtype": " " + }, + { + "description": "partition byte write rate", + "id": "8D5B70", + "listtype": " " + }, + { + "description": "partition request rate", + "id": "8D5B90", + "listtype": " " + }, + { + "description": "total byte read rate", + "id": "8D5BB0", + "listtype": " " + }, + { + "description": "total byte write rate", + "id": "8D5BD0", + "listtype": " " + }, + { + "description": "total request rate", + "id": "8D5BF0", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "% available", + "id": "8D0050", + "listtype": " " + }, + { + "description": "% not released", + "id": "8D0410", + "listtype": " " + }, + { + "description": "% utilization", + "id": "8D0530", + "listtype": " " + }, + { + "description": "# frames defined", + "id": "8D0BC0", + "listtype": " " + }, + { + "description": "# frames not released", + "id": "8D0C90", + "listtype": " " + }, + { + "description": "# frames used", + "id": "8D0CE0", + "listtype": " " + }, + { + "description": "% utilization by job", + "id": "8D0540", + "listtype": "J" + }, + { + "description": "# frames not released by job", + "id": "8D0CA0", + "listtype": "J" + }, + { + "description": "# frames used by job", + "id": "8D0CF0", + "listtype": "J" + } + ] + }, + { + "metric": [ + { + "description": "% cache hits", + "id": "8D21E0", + "listtype": " " + }, + { + "description": "% cache misses", + "id": "8D2230", + "listtype": " " + }, + { + "description": "% cache read misses", + "id": "8D2290", + "listtype": " " + }, + { + "description": "% cache write misses", + "id": "8D22B0", + "listtype": " " + }, + { + "description": "% of read operations", + "id": "8D22D0", + "listtype": " " + }, + { + "description": "i/o rate", + "id": "8D22F0", + "listtype": " " + }, + { + "description": "% cache hits by volume", + "id": "8D2220", + "listtype": "V" + }, + { + "description": "% cache misses by volume", + "id": "8D2270", + "listtype": "V" + }, + { + "description": "i/o rate by volume", + "id": "8D2320", + "listtype": "V" + }, + { + "description": "non-cache dasd i/o rate by volume", + "id": "8D2350", + "listtype": "V" + } + ] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D0130", + "listtype": " " + }, + { + "description": "% delay for COMM", + "id": "8D0280", + "listtype": " " + }, + { + "description": "% delay for LOCL", + "id": "8D02A0", + "listtype": " " + }, + { + "description": "% delay for OTHR", + "id": "8D02C0", + "listtype": " " + }, + { + "description": "% delay for OUTR", + "id": "8D02E0", + "listtype": " " + }, + { + "description": "% delay for SWAP", + "id": "8D0300", + "listtype": " " + }, + { + "description": "% high virtual common memory in-use", + "id": "8D41A0", + "listtype": " " + }, + { + "description": "% high virtual shared memory in-use", + "id": "8D41B0", + "listtype": " " + }, + { + "description": "% 1 MB frames used for pageable/DREF memory objects", + "id": "8D4550", + "listtype": " " + }, + { + "description": "% 1 MB frames used from LFAREA maximum", + "id": "8D4560", + "listtype": " " + }, + { + "description": "% 1 MB frames used from LFAREA maximum for fixed 1 MB pages", + "id": "8D41C0", + "listtype": " " + }, + { + "description": "% 1 MB frames used in central storage", + "id": "8D5F90", + "listtype": " " + }, + { + "description": "% 2 GB frames used from LFAREA maximum", + "id": "8D5C30", + "listtype": " " + }, + { + "description": "# bytes (high water mark) in high virtual common memory", + "id": "8D41D0", + "listtype": " " + }, + { + "description": "# bytes (high water mark) in high virtual shared memory", + "id": "8D4CB0", + "listtype": " " + }, + { + "description": "# bytes in high virtual common memory", + "id": "8D4250", + "listtype": " " + }, + { + "description": "# bytes in high virtual private memory", + "id": "8D4210", + "listtype": " " + }, + { + "description": "# bytes in high virtual shared memory", + "id": "8D4230", + "listtype": " " + }, + { + "description": "# bytes in memory objects", + "id": "8D41F0", + "listtype": " " + }, + { + "description": "# dedicated memory minimum 2G frames requested", + "id": "8D6F80", + "listtype": " " + }, + { + "description": "# dedicated memory 1M fixed frames used", + "id": "8D6FA0", + "listtype": " " + }, + { + "description": "# dedicated memory 1M frames not used", + "id": "8D6FC0", + "listtype": " " + }, + { + "description": "# dedicated memory 1M pageable frames used", + "id": "8D6FE0", + "listtype": " " + }, + { + "description": "# dedicated memory 2G fixed frames used", + "id": "8D7000", + "listtype": " " + }, + { + "description": "# dedicated memory 2G frames assigned", + "id": "8D7020", + "listtype": " " + }, + { + "description": "# dedicated memory 2G frames at IPL time excl system", + "id": "8D7040", + "listtype": " " + }, + { + "description": "# dedicated memory 2G frames avail for address spaces", + "id": "8D7060", + "listtype": " " + }, + { + "description": "# dedicated memory 2G frames not used", + "id": "8D7080", + "listtype": " " + }, + { + "description": "# dedicated memory 2G frames online", + "id": "8D70A0", + "listtype": " " + }, + { + "description": "# dedicated memory 2G frames online and offline", + "id": "8D70B0", + "listtype": " " + }, + { + "description": "# dedicated memory 2G frames requested", + "id": "8D70E0", + "listtype": " " + }, + { + "description": "# dedicated memory 4K frames not used", + "id": "8D7100", + "listtype": " " + }, + { + "description": "# dedicated memory 4K frames used", + "id": "8D7120", + "listtype": " " + }, + { + "description": "# fixed memory objects backed in 1 MB frames", + "id": "8D42A0", + "listtype": " " + }, + { + "description": "# fixed memory objects backed in 2 GB frames", + "id": "8D5C40", + "listtype": " " + }, + { + "description": "# frames active", + "id": "8D0B60", + "listtype": " " + }, + { + "description": "# frames and slots available", + "id": "8D2ED0", + "listtype": " " + }, + { + "description": "# frames fixed", + "id": "8D0BD0", + "listtype": " " + }, + { + "description": "# frames fixed above 16 MB (job)", + "id": "8D47E0", + "listtype": " " + }, + { + "description": "# frames fixed above 2 GB (job)", + "id": "8D4800", + "listtype": " " + }, + { + "description": "# frames fixed below 16 MB (job)", + "id": "8D4820", + "listtype": " " + }, + { + "description": "# frames idle", + "id": "8D0C30", + "listtype": " " + }, + { + "description": "# frames total", + "id": "8D0CC0", + "listtype": " " + }, + { + "description": "# frames DIV", + "id": "8D0D00", + "listtype": " " + }, + { + "description": "# high virtual common memory objects", + "id": "8D4350", + "listtype": " " + }, + { + "description": "# high virtual common memory pages backed in central storage", + "id": "8D4270", + "listtype": " " + }, + { + "description": "# high virtual common memory pages fixed in central storage", + "id": "8D4280", + "listtype": " " + }, + { + "description": "# high virtual common memory AUX slots", + "id": "8D4290", + "listtype": " " + }, + { + "description": "# high virtual private memory objects", + "id": "8D42C0", + "listtype": " " + }, + { + "description": "# high virtual shared memory objects", + "id": "8D42F0", + "listtype": " " + }, + { + "description": "# high virtual shared memory pages backed in central storage", + "id": "8D42E0", + "listtype": " " + }, + { + "description": "# high virtual shared memory AUX slots", + "id": "8D4570", + "listtype": " " + }, + { + "description": "# memory objects", + "id": "8D4310", + "listtype": " " + }, + { + "description": "# shared memory objects backed in 1 MB frames", + "id": "8D4CD0", + "listtype": " " + }, + { + "description": "# 1 MB common memory objects with owner no longer active", + "id": "8D4620", + "listtype": " " + }, + { + "description": "# 1 MB common memory pages backed in central storage", + "id": "8D4580", + "listtype": " " + }, + { + "description": "# 1 MB common memory pages with owner no longer active", + "id": "8D4630", + "listtype": " " + }, + { + "description": "# 1 MB fixed pages for 4K page requests", + "id": "8D4650", + "listtype": " " + }, + { + "description": "# 1 MB frames fixed for 1 MB pageable requests", + "id": "8D4640", + "listtype": " " + }, + { + "description": "# 1 MB frames in central storage", + "id": "8D5FA0", + "listtype": " " + }, + { + "description": "# 1 MB frames pageable converted to 4K", + "id": "8D4600", + "listtype": " " + }, + { + "description": "# 1 MB frames usable for fixed 1 MB pages", + "id": "8D4590", + "listtype": " " + }, + { + "description": "# 1 MB frames usable for pageable/DREF memory objects", + "id": "8D45A0", + "listtype": " " + }, + { + "description": "# 1 MB frames used for pageable/DREF memory objects", + "id": "8D45B0", + "listtype": " " + }, + { + "description": "# 1 MB memory objects in high virtual common storage", + "id": "8D45D0", + "listtype": " " + }, + { + "description": "# 1 MB memory objects in high virtual shared storage", + "id": "8D4CF0", + "listtype": " " + }, + { + "description": "# 1 MB page-fixed frames", + "id": "8D45E0", + "listtype": " " + }, + { + "description": "# 1 MB pageable pages failed", + "id": "8D4610", + "listtype": " " + }, + { + "description": "# 1 MB pageable pages for 4K page requests", + "id": "8D4660", + "listtype": " " + }, + { + "description": "# 1 MB pages fixed in central storage", + "id": "8D4330", + "listtype": " " + }, + { + "description": "# 2 GB frames usable for fixed memory objects", + "id": "8D5C60", + "listtype": " " + }, + { + "description": "# 2 GB pages fixed in central storage", + "id": "8D5C70", + "listtype": " " + }, + { + "description": "address space memory limit", + "id": "8D4370", + "listtype": " " + }, + { + "description": "es rate per residency time", + "id": "8D0ED0", + "listtype": " " + }, + { + "description": "pgin rate", + "id": "8D1030", + "listtype": " " + }, + { + "description": "pgin rate per residency time", + "id": "8D1080", + "listtype": " " + }, + { + "description": "working set", + "id": "8D1270", + "listtype": " " + }, + { + "description": "% delay by enclave", + "id": "8D28C0", + "listtype": "E" + }, + { + "description": "% delay by job", + "id": "8D01D0", + "listtype": "J" + }, + { + "description": "% delay for COMM by job", + "id": "8D0290", + "listtype": "J" + }, + { + "description": "% delay for LOCL by job", + "id": "8D02B0", + "listtype": "J" + }, + { + "description": "% delay for OTHR by job", + "id": "8D02D0", + "listtype": "J" + }, + { + "description": "% delay for OUTR by job", + "id": "8D02F0", + "listtype": "J" + }, + { + "description": "% delay for SWAP by job", + "id": "8D0310", + "listtype": "J" + }, + { + "description": "# bytes (high water mark) in high virtual common memory by job", + "id": "8D41E0", + "listtype": "J" + }, + { + "description": "# bytes (high water mark) in high virtual shared memory by job", + "id": "8D4CC0", + "listtype": "J" + }, + { + "description": "# bytes in high virtual common memory by job", + "id": "8D4260", + "listtype": "J" + }, + { + "description": "# bytes in high virtual private memory by job", + "id": "8D4220", + "listtype": "J" + }, + { + "description": "# bytes in high virtual shared memory by job", + "id": "8D4240", + "listtype": "J" + }, + { + "description": "# bytes in memory objects by job", + "id": "8D4200", + "listtype": "J" + }, + { + "description": "# dedicated memory minimum 2G frames requested by job", + "id": "8D6F90", + "listtype": "J" + }, + { + "description": "# dedicated memory 1M fixed frames used by job", + "id": "8D6FB0", + "listtype": "J" + }, + { + "description": "# dedicated memory 1M frames not used by job", + "id": "8D6FD0", + "listtype": "J" + }, + { + "description": "# dedicated memory 1M pageable frames used by job", + "id": "8D6FF0", + "listtype": "J" + }, + { + "description": "# dedicated memory 2G fixed frames used by job", + "id": "8D7010", + "listtype": "J" + }, + { + "description": "# dedicated memory 2G frames assigned by job", + "id": "8D7030", + "listtype": "J" + }, + { + "description": "# dedicated memory 2G frames not used by job", + "id": "8D7090", + "listtype": "J" + }, + { + "description": "# dedicated memory 2G frames requested by job", + "id": "8D70F0", + "listtype": "J" + }, + { + "description": "# dedicated memory 4K frames not used by job", + "id": "8D7110", + "listtype": "J" + }, + { + "description": "# dedicated memory 4K frames used by job", + "id": "8D7130", + "listtype": "J" + }, + { + "description": "# fixed memory objects backed in 1 MB frames by job", + "id": "8D42B0", + "listtype": "J" + }, + { + "description": "# fixed memory objects backed in 2 GB frames by job", + "id": "8D5C50", + "listtype": "J" + }, + { + "description": "# frames active by job", + "id": "8D0B70", + "listtype": "J" + }, + { + "description": "# frames fixed above 16 MB by job", + "id": "8D47F0", + "listtype": "J" + }, + { + "description": "# frames fixed above 2 GB by job", + "id": "8D4810", + "listtype": "J" + }, + { + "description": "# frames fixed below 16 MB by job", + "id": "8D4830", + "listtype": "J" + }, + { + "description": "# frames fixed by job", + "id": "8D0BE0", + "listtype": "J" + }, + { + "description": "# frames idle by job", + "id": "8D0C40", + "listtype": "J" + }, + { + "description": "# frames total by job", + "id": "8D0CD0", + "listtype": "J" + }, + { + "description": "# frames DIV by job", + "id": "8D0D10", + "listtype": "J" + }, + { + "description": "# high virtual common memory objects by job", + "id": "8D4360", + "listtype": "J" + }, + { + "description": "# high virtual private memory objects by job", + "id": "8D42D0", + "listtype": "J" + }, + { + "description": "# high virtual shared memory objects by job", + "id": "8D4300", + "listtype": "J" + }, + { + "description": "# memory objects by job", + "id": "8D4320", + "listtype": "J" + }, + { + "description": "# shared memory objects backed in 1 MB frames by job", + "id": "8D4CE0", + "listtype": "J" + }, + { + "description": "# 1 MB frames used for pageable/DREF memory objects by job", + "id": "8D45C0", + "listtype": "J" + }, + { + "description": "# 1 MB page-fixed frames by job", + "id": "8D45F0", + "listtype": "J" + }, + { + "description": "# 1 MB pages fixed in central storage by job", + "id": "8D4340", + "listtype": "J" + }, + { + "description": "# 2 GB pages fixed in central storage by job", + "id": "8D5C80", + "listtype": "J" + }, + { + "description": "address space memory limit by job", + "id": "8D4380", + "listtype": "J" + }, + { + "description": "es rate per residency time by job", + "id": "8D0EE0", + "listtype": "J" + }, + { + "description": "pgin rate per residency time by job", + "id": "8D1090", + "listtype": "J" + }, + { + "description": "working set by job", + "id": "8D1280", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2930", + "listtype": "K" + }, + { + "description": "% delay for COMM by WLM report class period", + "id": "8D29E0", + "listtype": "K" + }, + { + "description": "% delay for LOCL by WLM report class period", + "id": "8D29F0", + "listtype": "K" + }, + { + "description": "% delay for OTHR by WLM report class period", + "id": "8D2A00", + "listtype": "K" + }, + { + "description": "% delay for OUTR by WLM report class period", + "id": "8D2A10", + "listtype": "K" + }, + { + "description": "% delay for SWAP by WLM report class period", + "id": "8D2A20", + "listtype": "K" + }, + { + "description": "# frames active by WLM report class period", + "id": "8D2EC0", + "listtype": "K" + }, + { + "description": "# frames fixed by WLM report class period", + "id": "8D2EF0", + "listtype": "K" + }, + { + "description": "# frames idle by WLM report class period", + "id": "8D2F00", + "listtype": "K" + }, + { + "description": "pgin rate by WLM report class period", + "id": "8D3120", + "listtype": "K" + }, + { + "description": "% delay by WLM service class period", + "id": "8D17F0", + "listtype": "P" + }, + { + "description": "% delay for COMM by WLM service class period", + "id": "8D1900", + "listtype": "P" + }, + { + "description": "% delay for LOCL by WLM service class period", + "id": "8D1940", + "listtype": "P" + }, + { + "description": "% delay for OTHR by WLM service class period", + "id": "8D1980", + "listtype": "P" + }, + { + "description": "% delay for OUTR by WLM service class period", + "id": "8D19C0", + "listtype": "P" + }, + { + "description": "% delay for SWAP by WLM service class period", + "id": "8D1A00", + "listtype": "P" + }, + { + "description": "# frames active by WLM service class period", + "id": "8D0BA0", + "listtype": "P" + }, + { + "description": "# frames fixed by WLM service class period", + "id": "8D0C10", + "listtype": "P" + }, + { + "description": "# frames idle by WLM service class period", + "id": "8D0C70", + "listtype": "P" + }, + { + "description": "pgin rate by WLM service class period", + "id": "8D1060", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D16B0", + "listtype": "R" + }, + { + "description": "% delay for COMM by WLM report class", + "id": "8D18E0", + "listtype": "R" + }, + { + "description": "% delay for LOCL by WLM report class", + "id": "8D1920", + "listtype": "R" + }, + { + "description": "% delay for OTHR by WLM report class", + "id": "8D1960", + "listtype": "R" + }, + { + "description": "% delay for OUTR by WLM report class", + "id": "8D19A0", + "listtype": "R" + }, + { + "description": "% delay for SWAP by WLM report class", + "id": "8D19E0", + "listtype": "R" + }, + { + "description": "# frames active by WLM report class", + "id": "8D0B80", + "listtype": "R" + }, + { + "description": "# frames fixed by WLM report class", + "id": "8D0BF0", + "listtype": "R" + }, + { + "description": "# frames idle by WLM report class", + "id": "8D0C50", + "listtype": "R" + }, + { + "description": "pgin rate by WLM report class", + "id": "8D1040", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1750", + "listtype": "S" + }, + { + "description": "% delay for COMM by WLM service class", + "id": "8D18F0", + "listtype": "S" + }, + { + "description": "% delay for LOCL by WLM service class", + "id": "8D1930", + "listtype": "S" + }, + { + "description": "% delay for OTHR by WLM service class", + "id": "8D1970", + "listtype": "S" + }, + { + "description": "% delay for OUTR by WLM service class", + "id": "8D19B0", + "listtype": "S" + }, + { + "description": "% delay for SWAP by WLM service class", + "id": "8D19F0", + "listtype": "S" + }, + { + "description": "# frames active by WLM service class", + "id": "8D0B90", + "listtype": "S" + }, + { + "description": "# frames fixed by WLM service class", + "id": "8D0C00", + "listtype": "S" + }, + { + "description": "# frames idle by WLM service class", + "id": "8D0C60", + "listtype": "S" + }, + { + "description": "pgin rate by WLM service class", + "id": "8D1050", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D1890", + "listtype": "W" + }, + { + "description": "% delay for COMM by WLM workload", + "id": "8D1910", + "listtype": "W" + }, + { + "description": "% delay for LOCL by WLM workload", + "id": "8D1950", + "listtype": "W" + }, + { + "description": "% delay for OTHR by WLM workload", + "id": "8D1990", + "listtype": "W" + }, + { + "description": "% delay for OUTR by WLM workload", + "id": "8D19D0", + "listtype": "W" + }, + { + "description": "% delay for SWAP by WLM workload", + "id": "8D1A10", + "listtype": "W" + }, + { + "description": "# frames active by WLM workload", + "id": "8D0BB0", + "listtype": "W" + }, + { + "description": "# frames fixed by WLM workload", + "id": "8D0C20", + "listtype": "W" + }, + { + "description": "# frames idle by WLM workload", + "id": "8D0C80", + "listtype": "W" + }, + { + "description": "pgin rate by WLM workload", + "id": "8D1070", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D0140", + "listtype": " " + }, + { + "description": "% delay by job", + "id": "8D01E0", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2940", + "listtype": "K" + }, + { + "description": "% delay by WLM service class period", + "id": "8D1800", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D16C0", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1760", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D18A0", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D0160", + "listtype": " " + }, + { + "description": "% delay for enqueue", + "id": "8D1A20", + "listtype": " " + }, + { + "description": "% delay for i/o", + "id": "8D1A80", + "listtype": " " + }, + { + "description": "% delay for operator", + "id": "8D1AE0", + "listtype": " " + }, + { + "description": "% delay for processor", + "id": "8D1B40", + "listtype": " " + }, + { + "description": "% delay for storage", + "id": "8D1BA0", + "listtype": " " + }, + { + "description": "% delay for swsub", + "id": "8D1C00", + "listtype": " " + }, + { + "description": "% using", + "id": "8D04A0", + "listtype": " " + }, + { + "description": "% using for i/o", + "id": "8D1D40", + "listtype": " " + }, + { + "description": "% using for processor", + "id": "8D1DB0", + "listtype": " " + }, + { + "description": "% workflow", + "id": "8D0550", + "listtype": " " + }, + { + "description": "% workflow for i/o", + "id": "8D1ED0", + "listtype": " " + }, + { + "description": "% workflow for processor", + "id": "8D1F30", + "listtype": " " + }, + { + "description": "# active users", + "id": "8D0620", + "listtype": " " + }, + { + "description": "# delayed i/o requests", + "id": "8D0680", + "listtype": " " + }, + { + "description": "# users", + "id": "8D0D50", + "listtype": " " + }, + { + "description": "active time", + "id": "8D0E40", + "listtype": " " + }, + { + "description": "active time (ms)", + "id": "8D5DF0", + "listtype": " " + }, + { + "description": "delayed i/o request rate", + "id": "8D0EB0", + "listtype": " " + }, + { + "description": "execution velocity", + "id": "8D0F00", + "listtype": " " + }, + { + "description": "execution velocity goal", + "id": "8D0FA0", + "listtype": " " + }, + { + "description": "i/o activity rate", + "id": "8D0E90", + "listtype": " " + }, + { + "description": "percentile achieving response time goal", + "id": "8D0FE0", + "listtype": " " + }, + { + "description": "performance index", + "id": "8D1000", + "listtype": " " + }, + { + "description": "queue time", + "id": "8D10A0", + "listtype": " " + }, + { + "description": "queue time (ms)", + "id": "8D5E50", + "listtype": " " + }, + { + "description": "response time", + "id": "8D1110", + "listtype": " " + }, + { + "description": "response time (ms)", + "id": "8D5EC0", + "listtype": " " + }, + { + "description": "response time goal", + "id": "8D11B0", + "listtype": " " + }, + { + "description": "response time goal (ms)", + "id": "8D5F70", + "listtype": " " + }, + { + "description": "response time goal percentile", + "id": "8D11D0", + "listtype": " " + }, + { + "description": "service rate", + "id": "8D1FB0", + "listtype": " " + }, + { + "description": "service units / transaction", + "id": "8D11F0", + "listtype": " " + }, + { + "description": "transaction ended rate", + "id": "8D1200", + "listtype": " " + }, + { + "description": "% total physical utilization (AAP) by partition", + "id": "8D3310", + "listtype": "A" + }, + { + "description": "% total physical utilization (CP) by partition", + "id": "8D2560", + "listtype": "A" + }, + { + "description": "% total physical utilization (ICF) by partition", + "id": "8D32E0", + "listtype": "A" + }, + { + "description": "% total physical utilization (IFL) by partition", + "id": "8D3340", + "listtype": "A" + }, + { + "description": "% total physical utilization (IIP) by partition", + "id": "8D3400", + "listtype": "A" + }, + { + "description": "% weight of max by partition", + "id": "8D25B0", + "listtype": "A" + }, + { + "description": "% MT CP core productivity by partition", + "id": "8D47B0", + "listtype": "A" + }, + { + "description": "% MT IIP core productivity by partition", + "id": "8D47D0", + "listtype": "A" + }, + { + "description": "% WLM capping by partition", + "id": "8D24A0", + "listtype": "A" + }, + { + "description": "actual MSU (CP) by partition", + "id": "8D25F0", + "listtype": "A" + }, + { + "description": "available capacity (MSU/h) for group by partition", + "id": "8D43F0", + "listtype": "A" + }, + { + "description": "average thread density for CP by partition", + "id": "8D4AA0", + "listtype": "A" + }, + { + "description": "average thread density for IIP by partition", + "id": "8D4AC0", + "listtype": "A" + }, + { + "description": "defined capacity group limit (MSU/h) by partition", + "id": "8D4540", + "listtype": "A" + }, + { + "description": "four hour MSU average by partition", + "id": "8D2640", + "listtype": "A" + }, + { + "description": "image capacity (MSU/h) by partition", + "id": "8D2670", + "listtype": "A" + }, + { + "description": "remaining time until capping in seconds by partition", + "id": "8D2690", + "listtype": "A" + }, + { + "description": "remaining time until group capping in seconds by partition", + "id": "8D4470", + "listtype": "A" + }, + { + "description": "MT capacity factor for CP by partition", + "id": "8D4B20", + "listtype": "A" + }, + { + "description": "MT capacity factor for IIP by partition", + "id": "8D4B40", + "listtype": "A" + }, + { + "description": "MT maximum capacity factor for CP by partition", + "id": "8D4B80", + "listtype": "A" + }, + { + "description": "MT maximum capacity factor for IIP by partition", + "id": "8D4BA0", + "listtype": "A" + }, + { + "description": "MT mode for CP by partition", + "id": "8D4BE0", + "listtype": "A" + }, + { + "description": "MT mode for IIP by partition", + "id": "8D4C00", + "listtype": "A" + }, + { + "description": "% appl (total) by job", + "id": "8D2760", + "listtype": "B" + }, + { + "description": "% eappl (total) by job", + "id": "8D27A0", + "listtype": "B" + }, + { + "description": "% AAP by job", + "id": "8D2A30", + "listtype": "B" + }, + { + "description": "% AAP on CP by job", + "id": "8D2A80", + "listtype": "B" + }, + { + "description": "% CP by job", + "id": "8D4760", + "listtype": "B" + }, + { + "description": "% CSA utilization by job", + "id": "8D2420", + "listtype": "B" + }, + { + "description": "% ECSA utilization by job", + "id": "8D2440", + "listtype": "B" + }, + { + "description": "% ESQA utilization by job", + "id": "8D2460", + "listtype": "B" + }, + { + "description": "% IIP by job", + "id": "8D34D0", + "listtype": "B" + }, + { + "description": "% IIP on CP by job", + "id": "8D3580", + "listtype": "B" + }, + { + "description": "% SQA utilization by job", + "id": "8D2480", + "listtype": "B" + }, + { + "description": "# qscan requests by job", + "id": "8D4850", + "listtype": "B" + }, + { + "description": "# qscan resources by job", + "id": "8D4880", + "listtype": "B" + }, + { + "description": "# qscan resources standard deviation by job", + "id": "8D48B0", + "listtype": "B" + }, + { + "description": "# qscan specific requests by job", + "id": "8D48E0", + "listtype": "B" + }, + { + "description": "# transactions by job", + "id": "8D4910", + "listtype": "B" + }, + { + "description": "qscan request time by job", + "id": "8D4960", + "listtype": "B" + }, + { + "description": "qscan request time standard deviation by job", + "id": "8D4990", + "listtype": "B" + }, + { + "description": "transaction active time by job", + "id": "8D4A20", + "listtype": "B" + }, + { + "description": "transaction resident time by job", + "id": "8D4A50", + "listtype": "B" + }, + { + "description": "% partition utilization by channel path", + "id": "8D0070", + "listtype": "C" + }, + { + "description": "% total utilization by channel path", + "id": "8D0090", + "listtype": "C" + }, + { + "description": "% delay by dataset name", + "id": "8D2040", + "listtype": "D" + }, + { + "description": "% using by dataset name", + "id": "8D2090", + "listtype": "D" + }, + { + "description": "% augmented space in use by coupling facility", + "id": "8D4680", + "listtype": "F" + }, + { + "description": "% processor utilization by coupling facility", + "id": "8D2070", + "listtype": "F" + }, + { + "description": "% storage class memory in-use by coupling facility", + "id": "8D46A0", + "listtype": "F" + }, + { + "description": "# frames available by coupling facility", + "id": "8D2010", + "listtype": "F" + }, + { + "description": "# frames installed by coupling facility", + "id": "8D2030", + "listtype": "F" + }, + { + "description": "# of bytes available for augmented space by coupling facility", + "id": "8D46C0", + "listtype": "F" + }, + { + "description": "# of bytes available for storage class memory by coupling facility", + "id": "8D46E0", + "listtype": "F" + }, + { + "description": "# of bytes configured for augmented space by coupling facility", + "id": "8D4700", + "listtype": "F" + }, + { + "description": "# of bytes configured for storage class memory by coupling facility", + "id": "8D4720", + "listtype": "F" + }, + { + "description": "# of maximum bytes for storage class memory by coupling facility", + "id": "8D4740", + "listtype": "F" + }, + { + "description": "total request rate by coupling facility", + "id": "8D21B0", + "listtype": "F" + }, + { + "description": "% read (in I/O rate) (sysplex) by aggregate", + "id": "8D4FF0", + "listtype": "G" + }, + { + "description": "% read (in I/O rate) by aggregate", + "id": "8D5000", + "listtype": "G" + }, + { + "description": "% space used (sysplex) by aggregate", + "id": "8D5020", + "listtype": "G" + }, + { + "description": "% space used by aggregate", + "id": "8D5030", + "listtype": "G" + }, + { + "description": "# cancelled operations (sysplex) by aggregate", + "id": "8D5050", + "listtype": "G" + }, + { + "description": "# cancelled operations by aggregate", + "id": "8D5060", + "listtype": "G" + }, + { + "description": "# disk I/O errors (sysplex) by aggregate", + "id": "8D5080", + "listtype": "G" + }, + { + "description": "# disk I/O errors by aggregate", + "id": "8D5090", + "listtype": "G" + }, + { + "description": "# open objects (sysplex) by aggregate", + "id": "8D50B0", + "listtype": "G" + }, + { + "description": "# open objects by aggregate", + "id": "8D50C0", + "listtype": "G" + }, + { + "description": "# tokens (sysplex) by aggregate", + "id": "8D50E0", + "listtype": "G" + }, + { + "description": "# tokens by aggregate", + "id": "8D50F0", + "listtype": "G" + }, + { + "description": "# vnodes (sysplex) by aggregate", + "id": "8D5110", + "listtype": "G" + }, + { + "description": "# vnodes by aggregate", + "id": "8D5120", + "listtype": "G" + }, + { + "description": "# ENOSPC errors (sysplex) by aggregate", + "id": "8D5140", + "listtype": "G" + }, + { + "description": "# ENOSPC errors by aggregate", + "id": "8D5150", + "listtype": "G" + }, + { + "description": "# USS held vnodes (sysplex) by aggregate", + "id": "8D5170", + "listtype": "G" + }, + { + "description": "# USS held vnodes by aggregate", + "id": "8D5180", + "listtype": "G" + }, + { + "description": "# XCF communication failures (sysplex) by aggregate", + "id": "8D51A0", + "listtype": "G" + }, + { + "description": "# XCF communication failures by aggregate", + "id": "8D51B0", + "listtype": "G" + }, + { + "description": "# 4K pages in user cache (sysplex) by aggregate", + "id": "8D51D0", + "listtype": "G" + }, + { + "description": "# 4K pages in user cache by aggregate", + "id": "8D51E0", + "listtype": "G" + }, + { + "description": "# 8K pages in metadata cache (sysplex) by aggregate", + "id": "8D5200", + "listtype": "G" + }, + { + "description": "# 8K pages in metadata cache by aggregate", + "id": "8D5210", + "listtype": "G" + }, + { + "description": "aggregate read rate (sysplex) by aggregate", + "id": "8D5230", + "listtype": "G" + }, + { + "description": "aggregate read rate by aggregate", + "id": "8D5240", + "listtype": "G" + }, + { + "description": "aggregate write rate (sysplex) by aggregate", + "id": "8D5260", + "listtype": "G" + }, + { + "description": "aggregate write rate by aggregate", + "id": "8D5270", + "listtype": "G" + }, + { + "description": "application read rate (sysplex) by aggregate", + "id": "8D5290", + "listtype": "G" + }, + { + "description": "application read rate by aggregate", + "id": "8D52A0", + "listtype": "G" + }, + { + "description": "application read response time (sysplex) by aggregate", + "id": "8D52C0", + "listtype": "G" + }, + { + "description": "application read response time by aggregate", + "id": "8D52D0", + "listtype": "G" + }, + { + "description": "application write rate (sysplex) by aggregate", + "id": "8D52F0", + "listtype": "G" + }, + { + "description": "application write rate by aggregate", + "id": "8D5300", + "listtype": "G" + }, + { + "description": "application write response time (sysplex) by aggregate", + "id": "8D5320", + "listtype": "G" + }, + { + "description": "application write response time by aggregate", + "id": "8D5330", + "listtype": "G" + }, + { + "description": "maximum size (sysplex) by aggregate", + "id": "8D5350", + "listtype": "G" + }, + { + "description": "maximum size by aggregate", + "id": "8D5360", + "listtype": "G" + }, + { + "description": "response time (read + write) (sysplex) by aggregate", + "id": "8D5380", + "listtype": "G" + }, + { + "description": "response time (read + write) by aggregate", + "id": "8D5390", + "listtype": "G" + }, + { + "description": "I/O rate (read + write) (sysplex) by aggregate", + "id": "8D5970", + "listtype": "G" + }, + { + "description": "I/O rate (read + write) by aggregate", + "id": "8D5980", + "listtype": "G" + }, + { + "description": "XCF rate (read + write) (sysplex) by aggregate", + "id": "8D59A0", + "listtype": "G" + }, + { + "description": "XCF rate (read + write) by aggregate", + "id": "8D59B0", + "listtype": "G" + }, + { + "description": "XCF read rate (sysplex) by aggregate", + "id": "8D59D0", + "listtype": "G" + }, + { + "description": "XCF read rate by aggregate", + "id": "8D59E0", + "listtype": "G" + }, + { + "description": "XCF read response time (sysplex) by aggregate", + "id": "8D5A00", + "listtype": "G" + }, + { + "description": "XCF read response time by aggregate", + "id": "8D5A10", + "listtype": "G" + }, + { + "description": "XCF write rate (sysplex) by aggregate", + "id": "8D5A30", + "listtype": "G" + }, + { + "description": "XCF write rate by aggregate", + "id": "8D5A40", + "listtype": "G" + }, + { + "description": "XCF write response time (sysplex) by aggregate", + "id": "8D5A60", + "listtype": "G" + }, + { + "description": "XCF write response time by aggregate", + "id": "8D5A70", + "listtype": "G" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2960", + "listtype": "K" + }, + { + "description": "% delay for enqueue by WLM report class period", + "id": "8D2980", + "listtype": "K" + }, + { + "description": "% delay for i/o by WLM report class period", + "id": "8D2990", + "listtype": "K" + }, + { + "description": "% delay for operator by WLM report class period", + "id": "8D29A0", + "listtype": "K" + }, + { + "description": "% delay for processor by WLM report class period", + "id": "8D29B0", + "listtype": "K" + }, + { + "description": "% delay for storage by WLM report class period", + "id": "8D29C0", + "listtype": "K" + }, + { + "description": "% delay for swsub by WLM report class period", + "id": "8D29D0", + "listtype": "K" + }, + { + "description": "% using by WLM report class period", + "id": "8D2B30", + "listtype": "K" + }, + { + "description": "% using for i/o by WLM report class period", + "id": "8D2B60", + "listtype": "K" + }, + { + "description": "% using for processor by WLM report class period", + "id": "8D2B70", + "listtype": "K" + }, + { + "description": "% workflow by WLM report class period", + "id": "8D2B80", + "listtype": "K" + }, + { + "description": "% workflow for i/o by WLM report class period", + "id": "8D2BB0", + "listtype": "K" + }, + { + "description": "% workflow for processor by WLM report class period", + "id": "8D7F60", + "listtype": "K" + }, + { + "description": "# active users by WLM report class period", + "id": "8D2D60", + "listtype": "K" + }, + { + "description": "# users by WLM report class period", + "id": "8D2F40", + "listtype": "K" + }, + { + "description": "active time (ms) by WLM report class period", + "id": "8D5E10", + "listtype": "K" + }, + { + "description": "active time by WLM report class period", + "id": "8D2FC0", + "listtype": "K" + }, + { + "description": "execution velocity by WLM report class period", + "id": "8D3080", + "listtype": "K" + }, + { + "description": "percentile achieving response time goal by WLM report class period", + "id": "8D3100", + "listtype": "K" + }, + { + "description": "performance index by WLM report class period", + "id": "8D3110", + "listtype": "K" + }, + { + "description": "queue time (ms) by WLM report class period", + "id": "8D5E70", + "listtype": "K" + }, + { + "description": "queue time by WLM report class period", + "id": "8D3130", + "listtype": "K" + }, + { + "description": "response time (ms) by WLM report class period", + "id": "8D5F00", + "listtype": "K" + }, + { + "description": "response time by WLM report class period", + "id": "8D31B0", + "listtype": "K" + }, + { + "description": "transaction ended rate by WLM report class period", + "id": "8D3230", + "listtype": "K" + }, + { + "description": "wait time (ms) by WLM report class period", + "id": "8D6EE0", + "listtype": "K" + }, + { + "description": "# delayed i/o requests by LCU", + "id": "8D0690", + "listtype": "L" + }, + { + "description": "delayed i/o request rate by LCU", + "id": "8D0EC0", + "listtype": "L" + }, + { + "description": "% central storage frames active by MVS image", + "id": "8D1650", + "listtype": "M" + }, + { + "description": "% delay by MVS image", + "id": "8D0220", + "listtype": "M" + }, + { + "description": "% delay for enqueue by MVS image", + "id": "8D1A70", + "listtype": "M" + }, + { + "description": "% delay for i/o by MVS image", + "id": "8D1AD0", + "listtype": "M" + }, + { + "description": "% delay for operator by MVS image", + "id": "8D1B30", + "listtype": "M" + }, + { + "description": "% delay for processor by MVS image", + "id": "8D1B90", + "listtype": "M" + }, + { + "description": "% delay for storage by MVS image", + "id": "8D1BF0", + "listtype": "M" + }, + { + "description": "% delay for swsub by MVS image", + "id": "8D1C50", + "listtype": "M" + }, + { + "description": "% idle by MVS image", + "id": "8D0400", + "listtype": "M" + }, + { + "description": "% unknown by MVS image", + "id": "8D0490", + "listtype": "M" + }, + { + "description": "% using by MVS image", + "id": "8D0520", + "listtype": "M" + }, + { + "description": "% using for i/o by MVS image", + "id": "8D1DA0", + "listtype": "M" + }, + { + "description": "% using for processor by MVS image", + "id": "8D1E00", + "listtype": "M" + }, + { + "description": "% workflow by MVS image", + "id": "8D0570", + "listtype": "M" + }, + { + "description": "% workflow for i/o by MVS image", + "id": "8D1F20", + "listtype": "M" + }, + { + "description": "% workflow for processor by MVS image", + "id": "8D1F80", + "listtype": "M" + }, + { + "description": "% CPU utilization (CP) by MVS image", + "id": "8D0450", + "listtype": "M" + }, + { + "description": "% CSA utilization by MVS image", + "id": "8D2410", + "listtype": "M" + }, + { + "description": "% ECSA utilization by MVS image", + "id": "8D2430", + "listtype": "M" + }, + { + "description": "% ESQA utilization by MVS image", + "id": "8D2450", + "listtype": "M" + }, + { + "description": "% SQA utilization by MVS image", + "id": "8D2470", + "listtype": "M" + }, + { + "description": "# active users by MVS image", + "id": "8D0630", + "listtype": "M" + }, + { + "description": "# dedicated memory 2G frames at IPL time excl system by MVS image", + "id": "8D7050", + "listtype": "M" + }, + { + "description": "# dedicated memory 2G frames avail for address spaces by MVS image", + "id": "8D7070", + "listtype": "M" + }, + { + "description": "# dedicated memory 2G frames online and offline by MVS image", + "id": "8D70C0", + "listtype": "M" + }, + { + "description": "# dedicated memory 2G frames online by MVS image", + "id": "8D70D0", + "listtype": "M" + }, + { + "description": "# users by MVS image", + "id": "8D0D60", + "listtype": "M" + }, + { + "description": "execution velocity by MVS image", + "id": "8D0F10", + "listtype": "M" + }, + { + "description": "response time by MVS image", + "id": "8D1FA0", + "listtype": "M" + }, + { + "description": "transaction ended rate by MVS image", + "id": "8D1210", + "listtype": "M" + }, + { + "description": "unreferenced interval count by MVS image", + "id": "8D1FE0", + "listtype": "M" + }, + { + "description": "zFS % avg response time lock by MVS image", + "id": "8D53B0", + "listtype": "M" + }, + { + "description": "zFS % avg response time sleep by MVS image", + "id": "8D53D0", + "listtype": "M" + }, + { + "description": "zFS % avg response time I/O by MVS image", + "id": "8D53F0", + "listtype": "M" + }, + { + "description": "zFS kernel local request rate by MVS image", + "id": "8D5410", + "listtype": "M" + }, + { + "description": "zFS kernel local response time by MVS image", + "id": "8D5430", + "listtype": "M" + }, + { + "description": "zFS kernel local XCF rate by MVS image", + "id": "8D5450", + "listtype": "M" + }, + { + "description": "zFS kernel remote request rate by MVS image", + "id": "8D5470", + "listtype": "M" + }, + { + "description": "zFS kernel remote response time by MVS image", + "id": "8D5490", + "listtype": "M" + }, + { + "description": "zFS kernel remote XCF rate by MVS image", + "id": "8D54B0", + "listtype": "M" + }, + { + "description": "zFS metadata cache % hit by MVS image", + "id": "8D54D0", + "listtype": "M" + }, + { + "description": "zFS metadata cache # partial writes by MVS image", + "id": "8D54F0", + "listtype": "M" + }, + { + "description": "zFS metadata cache # requests by MVS image", + "id": "8D5510", + "listtype": "M" + }, + { + "description": "zFS metadata cache # updates by MVS image", + "id": "8D5530", + "listtype": "M" + }, + { + "description": "zFS metadata cache # 8K buffers by MVS image", + "id": "8D5550", + "listtype": "M" + }, + { + "description": "zFS metadata cache request rate by MVS image", + "id": "8D5570", + "listtype": "M" + }, + { + "description": "zFS metadata cache size by MVS image", + "id": "8D5590", + "listtype": "M" + }, + { + "description": "zFS user cache % delay by MVS image", + "id": "8D55B0", + "listtype": "M" + }, + { + "description": "zFS user cache % delayed reads by MVS image", + "id": "8D55D0", + "listtype": "M" + }, + { + "description": "zFS user cache % delayed writes by MVS image", + "id": "8D55F0", + "listtype": "M" + }, + { + "description": "zFS user cache % hit by MVS image", + "id": "8D5610", + "listtype": "M" + }, + { + "description": "zFS user cache % read by MVS image", + "id": "8D5630", + "listtype": "M" + }, + { + "description": "zFS user cache # allocated segments by MVS image", + "id": "8D5650", + "listtype": "M" + }, + { + "description": "zFS user cache # free pages by MVS image", + "id": "8D5670", + "listtype": "M" + }, + { + "description": "zFS user cache # fsynchs by MVS image", + "id": "8D5690", + "listtype": "M" + }, + { + "description": "zFS user cache # page reclaim writes by MVS image", + "id": "8D56B0", + "listtype": "M" + }, + { + "description": "zFS user cache # pages by MVS image", + "id": "8D56D0", + "listtype": "M" + }, + { + "description": "zFS user cache read rate by MVS image", + "id": "8D56F0", + "listtype": "M" + }, + { + "description": "zFS user cache read request % hit by MVS image", + "id": "8D5710", + "listtype": "M" + }, + { + "description": "zFS user cache read-ahead (async) rate by MVS image", + "id": "8D5730", + "listtype": "M" + }, + { + "description": "zFS user cache request rate by MVS image", + "id": "8D5750", + "listtype": "M" + }, + { + "description": "zFS user cache scheduled write rate by MVS image", + "id": "8D5770", + "listtype": "M" + }, + { + "description": "zFS user cache total size by MVS image", + "id": "8D5790", + "listtype": "M" + }, + { + "description": "zFS user cache write rate by MVS image", + "id": "8D57B0", + "listtype": "M" + }, + { + "description": "zFS user cache write request % hit by MVS image", + "id": "8D57D0", + "listtype": "M" + }, + { + "description": "zFS vnode cache % hit by MVS image", + "id": "8D57F0", + "listtype": "M" + }, + { + "description": "zFS vnode cache # allocated vnodes by MVS image", + "id": "8D5810", + "listtype": "M" + }, + { + "description": "zFS vnode cache # extended vnodes by MVS image", + "id": "8D5830", + "listtype": "M" + }, + { + "description": "zFS vnode cache # open vnodes by MVS image", + "id": "8D5850", + "listtype": "M" + }, + { + "description": "zFS vnode cache # requests by MVS image", + "id": "8D5870", + "listtype": "M" + }, + { + "description": "zFS vnode cache # requests for allocs by MVS image", + "id": "8D5890", + "listtype": "M" + }, + { + "description": "zFS vnode cache # requests for deletes by MVS image", + "id": "8D58B0", + "listtype": "M" + }, + { + "description": "zFS vnode cache # USS held vnodes by MVS image", + "id": "8D58D0", + "listtype": "M" + }, + { + "description": "zFS vnode cache extended vnode size by MVS image", + "id": "8D58F0", + "listtype": "M" + }, + { + "description": "zFS vnode cache request rate by MVS image", + "id": "8D5910", + "listtype": "M" + }, + { + "description": "zFS vnode cache size by MVS image", + "id": "8D5930", + "listtype": "M" + }, + { + "description": "zFS vnode cache vnode structure size by MVS image", + "id": "8D5950", + "listtype": "M" + }, + { + "description": "% delay by dataset name and job", + "id": "8D2890", + "listtype": "N" + }, + { + "description": "% using by dataset name and job", + "id": "8D2B00", + "listtype": "N" + }, + { + "description": "% delay by WLM service class period", + "id": "8D1820", + "listtype": "P" + }, + { + "description": "% delay for enqueue by WLM service class period", + "id": "8D1A50", + "listtype": "P" + }, + { + "description": "% delay for i/o by WLM service class period", + "id": "8D1AB0", + "listtype": "P" + }, + { + "description": "% delay for operator by WLM service class period", + "id": "8D1B10", + "listtype": "P" + }, + { + "description": "% delay for processor by WLM service class period", + "id": "8D1B70", + "listtype": "P" + }, + { + "description": "% delay for storage by WLM service class period", + "id": "8D1BD0", + "listtype": "P" + }, + { + "description": "% delay for swsub by WLM service class period", + "id": "8D1C30", + "listtype": "P" + }, + { + "description": "% using by WLM service class period", + "id": "8D1CE0", + "listtype": "P" + }, + { + "description": "% using for i/o by WLM service class period", + "id": "8D1D80", + "listtype": "P" + }, + { + "description": "% using for processor by WLM service class period", + "id": "8D1DE0", + "listtype": "P" + }, + { + "description": "% workflow by WLM service class period", + "id": "8D05A0", + "listtype": "P" + }, + { + "description": "% workflow for i/o by WLM service class period", + "id": "8D1F00", + "listtype": "P" + }, + { + "description": "% workflow for processor by WLM service class period", + "id": "8D1F60", + "listtype": "P" + }, + { + "description": "# active users by WLM service class period", + "id": "8D0660", + "listtype": "P" + }, + { + "description": "# users by WLM service class period", + "id": "8D0D90", + "listtype": "P" + }, + { + "description": "active time (ms) by WLM service class period", + "id": "8D5E30", + "listtype": "P" + }, + { + "description": "active time by WLM service class period", + "id": "8D0E70", + "listtype": "P" + }, + { + "description": "execution velocity by WLM service class period", + "id": "8D0F70", + "listtype": "P" + }, + { + "description": "execution velocity goal by WLM service class period", + "id": "8D0FB0", + "listtype": "P" + }, + { + "description": "importance by WLM service class period", + "id": "8D2380", + "listtype": "P" + }, + { + "description": "percentile achieving response time goal by WLM service class period", + "id": "8D0FF0", + "listtype": "P" + }, + { + "description": "performance index by important WLM service class period", + "id": "8D1010", + "listtype": "P" + }, + { + "description": "performance index by WLM service class period", + "id": "8D1020", + "listtype": "P" + }, + { + "description": "queue time (ms) by WLM service class period", + "id": "8D5E90", + "listtype": "P" + }, + { + "description": "queue time by WLM service class period", + "id": "8D10D0", + "listtype": "P" + }, + { + "description": "response time (ms) by WLM service class period", + "id": "8D5F40", + "listtype": "P" + }, + { + "description": "response time by WLM service class period", + "id": "8D1180", + "listtype": "P" + }, + { + "description": "response time goal (ms) by WLM service class period", + "id": "8D5F80", + "listtype": "P" + }, + { + "description": "response time goal by WLM service class period", + "id": "8D11C0", + "listtype": "P" + }, + { + "description": "response time goal percentile by WLM service class period", + "id": "8D11E0", + "listtype": "P" + }, + { + "description": "transaction ended rate by WLM service class period", + "id": "8D1240", + "listtype": "P" + }, + { + "description": "wait time (ms) by WLM service class period", + "id": "8D6F00", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D16E0", + "listtype": "R" + }, + { + "description": "% delay for enqueue by WLM report class", + "id": "8D1A30", + "listtype": "R" + }, + { + "description": "% delay for i/o by WLM report class", + "id": "8D1A90", + "listtype": "R" + }, + { + "description": "% delay for operator by WLM report class", + "id": "8D1AF0", + "listtype": "R" + }, + { + "description": "% delay for processor by WLM report class", + "id": "8D1B50", + "listtype": "R" + }, + { + "description": "% delay for storage by WLM report class", + "id": "8D1BB0", + "listtype": "R" + }, + { + "description": "% delay for swsub by WLM report class", + "id": "8D1C10", + "listtype": "R" + }, + { + "description": "% using by WLM report class", + "id": "8D1C60", + "listtype": "R" + }, + { + "description": "% using for i/o by WLM report class", + "id": "8D1D60", + "listtype": "R" + }, + { + "description": "% using for processor by WLM report class", + "id": "8D1DC0", + "listtype": "R" + }, + { + "description": "% workflow by WLM report class", + "id": "8D0580", + "listtype": "R" + }, + { + "description": "% workflow for i/o by WLM report class", + "id": "8D1EE0", + "listtype": "R" + }, + { + "description": "% workflow for processor by WLM report class", + "id": "8D1F40", + "listtype": "R" + }, + { + "description": "# active users by WLM report class", + "id": "8D0640", + "listtype": "R" + }, + { + "description": "# users by WLM report class", + "id": "8D0D70", + "listtype": "R" + }, + { + "description": "active time (ms) by WLM report class", + "id": "8D5E00", + "listtype": "R" + }, + { + "description": "active time by WLM report class", + "id": "8D0E50", + "listtype": "R" + }, + { + "description": "execution velocity by WLM report class", + "id": "8D0F30", + "listtype": "R" + }, + { + "description": "queue time (ms) by WLM report class", + "id": "8D5E60", + "listtype": "R" + }, + { + "description": "queue time by WLM report class", + "id": "8D10B0", + "listtype": "R" + }, + { + "description": "response time (ms) by WLM report class", + "id": "8D5EE0", + "listtype": "R" + }, + { + "description": "response time by WLM report class", + "id": "8D1140", + "listtype": "R" + }, + { + "description": "transaction ended rate by WLM report class", + "id": "8D1220", + "listtype": "R" + }, + { + "description": "wait time (ms) by WLM report class", + "id": "8D6ED0", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1780", + "listtype": "S" + }, + { + "description": "% delay for enqueue by WLM service class", + "id": "8D1A40", + "listtype": "S" + }, + { + "description": "% delay for i/o by WLM service class", + "id": "8D1AA0", + "listtype": "S" + }, + { + "description": "% delay for operator by WLM service class", + "id": "8D1B00", + "listtype": "S" + }, + { + "description": "% delay for processor by WLM service class", + "id": "8D1B60", + "listtype": "S" + }, + { + "description": "% delay for storage by WLM service class", + "id": "8D1BC0", + "listtype": "S" + }, + { + "description": "% delay for swsub by WLM service class", + "id": "8D1C20", + "listtype": "S" + }, + { + "description": "% using by WLM service class", + "id": "8D1CB0", + "listtype": "S" + }, + { + "description": "% using for i/o by WLM service class", + "id": "8D1D70", + "listtype": "S" + }, + { + "description": "% using for processor by WLM service class", + "id": "8D1DD0", + "listtype": "S" + }, + { + "description": "% workflow by WLM service class", + "id": "8D0590", + "listtype": "S" + }, + { + "description": "% workflow for i/o by WLM service class", + "id": "8D1EF0", + "listtype": "S" + }, + { + "description": "% workflow for processor by WLM service class", + "id": "8D1F50", + "listtype": "S" + }, + { + "description": "# active users by WLM service class", + "id": "8D0650", + "listtype": "S" + }, + { + "description": "# users by WLM service class", + "id": "8D0D80", + "listtype": "S" + }, + { + "description": "active time (ms) by WLM service class", + "id": "8D5E20", + "listtype": "S" + }, + { + "description": "active time by WLM service class", + "id": "8D0E60", + "listtype": "S" + }, + { + "description": "execution velocity by WLM service class", + "id": "8D0F50", + "listtype": "S" + }, + { + "description": "percentile achieving response time goal by WLM service class", + "id": "8D6E80", + "listtype": "S" + }, + { + "description": "performance index by WLM service class", + "id": "8D6EB0", + "listtype": "S" + }, + { + "description": "queue time (ms) by WLM service class", + "id": "8D5E80", + "listtype": "S" + }, + { + "description": "queue time by WLM service class", + "id": "8D10C0", + "listtype": "S" + }, + { + "description": "response time (ms) by WLM service class", + "id": "8D5F20", + "listtype": "S" + }, + { + "description": "response time by WLM service class", + "id": "8D1160", + "listtype": "S" + }, + { + "description": "service rate by WLM service class", + "id": "8D1FC0", + "listtype": "S" + }, + { + "description": "service units / transaction by WLM service class", + "id": "8D1FD0", + "listtype": "S" + }, + { + "description": "transaction ended rate by WLM service class", + "id": "8D1230", + "listtype": "S" + }, + { + "description": "wait time (ms) by WLM service class", + "id": "8D6EF0", + "listtype": "S" + }, + { + "description": "% CPU utilization by CF structure", + "id": "8D39D0", + "listtype": "T" + }, + { + "description": "async request rate by CF structure", + "id": "8D20B0", + "listtype": "T" + }, + { + "description": "async service time by CF structure", + "id": "8D20F0", + "listtype": "T" + }, + { + "description": "sync request rate by CF structure", + "id": "8D2130", + "listtype": "T" + }, + { + "description": "sync service time by CF structure", + "id": "8D2170", + "listtype": "T" + }, + { + "description": "% director port busy by channel path and CU", + "id": "8D0340", + "listtype": "U" + }, + { + "description": "% CU busy by channel path and CU", + "id": "8D05D0", + "listtype": "U" + }, + { + "description": "% active time by volume", + "id": "8D0020", + "listtype": "V" + }, + { + "description": "% connect time by volume", + "id": "8D00D0", + "listtype": "V" + }, + { + "description": "% delay device busy by volume", + "id": "8D0250", + "listtype": "V" + }, + { + "description": "% disconnect time by volume", + "id": "8D0360", + "listtype": "V" + }, + { + "description": "% pending time by volume", + "id": "8D0440", + "listtype": "V" + }, + { + "description": "i/o activity rate by volume", + "id": "8D0EA0", + "listtype": "V" + }, + { + "description": "i/o intensity by volume", + "id": "8D12A0", + "listtype": "V" + }, + { + "description": "response time by volume", + "id": "8D1120", + "listtype": "V" + }, + { + "description": "IOS queue time by volume", + "id": "8D12C0", + "listtype": "V" + }, + { + "description": "% delay by WLM workload", + "id": "8D18C0", + "listtype": "W" + }, + { + "description": "% delay for enqueue by WLM workload", + "id": "8D1A60", + "listtype": "W" + }, + { + "description": "% delay for i/o by WLM workload", + "id": "8D1AC0", + "listtype": "W" + }, + { + "description": "% delay for operator by WLM workload", + "id": "8D1B20", + "listtype": "W" + }, + { + "description": "% delay for processor by WLM workload", + "id": "8D1B80", + "listtype": "W" + }, + { + "description": "% delay for storage by WLM workload", + "id": "8D1BE0", + "listtype": "W" + }, + { + "description": "% delay for swsub by WLM workload", + "id": "8D1C40", + "listtype": "W" + }, + { + "description": "% using by WLM workload", + "id": "8D1D10", + "listtype": "W" + }, + { + "description": "% using for i/o by WLM workload", + "id": "8D1D90", + "listtype": "W" + }, + { + "description": "% using for processor by WLM workload", + "id": "8D1DF0", + "listtype": "W" + }, + { + "description": "% workflow by WLM workload", + "id": "8D05B0", + "listtype": "W" + }, + { + "description": "% workflow for i/o by WLM workload", + "id": "8D1F10", + "listtype": "W" + }, + { + "description": "% workflow for processor by WLM workload", + "id": "8D1F70", + "listtype": "W" + }, + { + "description": "# active users by WLM workload", + "id": "8D0670", + "listtype": "W" + }, + { + "description": "# users by WLM workload", + "id": "8D0DA0", + "listtype": "W" + }, + { + "description": "active time (ms) by WLM workload", + "id": "8D5E40", + "listtype": "W" + }, + { + "description": "active time by WLM workload", + "id": "8D0E80", + "listtype": "W" + }, + { + "description": "execution velocity by WLM workload", + "id": "8D0F90", + "listtype": "W" + }, + { + "description": "queue time (ms) by WLM workload", + "id": "8D5EA0", + "listtype": "W" + }, + { + "description": "queue time by WLM workload", + "id": "8D10E0", + "listtype": "W" + }, + { + "description": "response time (ms) by WLM workload", + "id": "8D5F60", + "listtype": "W" + }, + { + "description": "response time by WLM workload", + "id": "8D11A0", + "listtype": "W" + }, + { + "description": "transaction ended rate by WLM workload", + "id": "8D1250", + "listtype": "W" + }, + { + "description": "wait time (ms) by WLM workload", + "id": "8D6F10", + "listtype": "W" + }, + { + "description": "% total physical utilization (AAP) by CPC", + "id": "8D3320", + "listtype": "X" + }, + { + "description": "% total physical utilization (CP) by CPC", + "id": "8D2550", + "listtype": "X" + }, + { + "description": "% total physical utilization (ICF) by CPC", + "id": "8D32F0", + "listtype": "X" + }, + { + "description": "% total physical utilization (IFL) by CPC", + "id": "8D3350", + "listtype": "X" + }, + { + "description": "% total physical utilization (IIP) by CPC", + "id": "8D3410", + "listtype": "X" + }, + { + "description": "% LPAR management time (AAP) for PHYSICAL by CPC", + "id": "8D33D0", + "listtype": "X" + }, + { + "description": "% LPAR management time (CP) for PHYSICAL by CPC", + "id": "8D3370", + "listtype": "X" + }, + { + "description": "% LPAR management time (ICF) for PHYSICAL by CPC", + "id": "8D3390", + "listtype": "X" + }, + { + "description": "% LPAR management time (IFL) for PHYSICAL by CPC", + "id": "8D33F0", + "listtype": "X" + }, + { + "description": "% LPAR management time (IIP) for PHYSICAL by CPC", + "id": "8D3430", + "listtype": "X" + }, + { + "description": "capacity (MSU/h) by CPC", + "id": "8D25D0", + "listtype": "X" + }, + { + "description": "signals received by XCF group", + "id": "8D3E00", + "listtype": "1" + }, + { + "description": "signals sent by XCF group", + "id": "8D3E40", + "listtype": "1" + }, + { + "description": "signals received by XCF group and member", + "id": "8D3E10", + "listtype": "2" + }, + { + "description": "signals sent by XCF group and member", + "id": "8D3E50", + "listtype": "2" + }, + { + "description": "% retry by XCF systems and path", + "id": "8D38A0", + "listtype": "3" + }, + { + "description": "i/o transfer time by XCF systems and path", + "id": "8D3DB0", + "listtype": "3" + }, + { + "description": "message limit by XCF systems and path", + "id": "8D3DC0", + "listtype": "3" + }, + { + "description": "restart count by XCF systems and path", + "id": "8D3DD0", + "listtype": "3" + }, + { + "description": "retry limit by XCF systems and path", + "id": "8D3DE0", + "listtype": "3" + }, + { + "description": "signals pending transfer by XCF systems and path", + "id": "8D3DF0", + "listtype": "3" + }, + { + "description": "signals received by XCF systems and path", + "id": "8D3E30", + "listtype": "3" + }, + { + "description": "signals sent by XCF systems and path", + "id": "8D3E60", + "listtype": "3" + }, + { + "description": "storage in use by XCF systems and path", + "id": "8D3E80", + "listtype": "3" + }, + { + "description": "times buffer unavailable by XCF systems and path", + "id": "8D3E90", + "listtype": "3" + }, + { + "description": "times path busy by XCF systems and path", + "id": "8D3EB0", + "listtype": "3" + }, + { + "description": "% degraded by XCF systems and transport class", + "id": "8D3660", + "listtype": "4" + }, + { + "description": "% fit by XCF systems and transport class", + "id": "8D36F0", + "listtype": "4" + }, + { + "description": "% large by XCF systems and transport class", + "id": "8D3700", + "listtype": "4" + }, + { + "description": "% small by XCF systems and transport class", + "id": "8D38B0", + "listtype": "4" + }, + { + "description": "buffer length by XCF systems and transport class", + "id": "8D3DA0", + "listtype": "4" + }, + { + "description": "signals sent by XCF systems and transport class", + "id": "8D3E70", + "listtype": "4" + }, + { + "description": "times buffer unavailable by XCF systems and transport class", + "id": "8D3EA0", + "listtype": "4" + }, + { + "description": "times path unavailable by XCF systems and transport class", + "id": "8D3EC0", + "listtype": "4" + }, + { + "description": "signals received by XCF systems", + "id": "8D3E20", + "listtype": "5" + }, + { + "description": "% utilization asym-key generation operations (domain) by crypto card", + "id": "8D6470", + "listtype": "6" + }, + { + "description": "% utilization asym-key generation operations (CPC) by crypto card", + "id": "8D6490", + "listtype": "6" + }, + { + "description": "% utilization complete sym-key operations (domain) by crypto card", + "id": "8D64B0", + "listtype": "6" + }, + { + "description": "% utilization complete sym-key operations (CPC) by crypto card", + "id": "8D64D0", + "listtype": "6" + }, + { + "description": "% utilization crypto operations (domain) by crypto card", + "id": "8D64F0", + "listtype": "6" + }, + { + "description": "% utilization crypto operations (CPC) by crypto card", + "id": "8D6510", + "listtype": "6" + }, + { + "description": "% utilization fast asym-key operations (domain) by crypto card", + "id": "8D6530", + "listtype": "6" + }, + { + "description": "% utilization fast asym-key operations (CPC) by crypto card", + "id": "8D6550", + "listtype": "6" + }, + { + "description": "% utilization partial sym-key operations (domain) by crypto card", + "id": "8D6570", + "listtype": "6" + }, + { + "description": "% utilization partial sym-key operations (CPC) by crypto card", + "id": "8D6590", + "listtype": "6" + }, + { + "description": "% utilization slow asym-key operations (domain) by crypto card", + "id": "8D65B0", + "listtype": "6" + }, + { + "description": "% utilization slow asym-key operations (CPC) by crypto card", + "id": "8D65D0", + "listtype": "6" + }, + { + "description": "% utilization RSA key-generation operations (domain) by crypto card", + "id": "8D65F0", + "listtype": "6" + }, + { + "description": "% utilization RSA key-generation operations (CPC) by crypto card", + "id": "8D6610", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 1024 operations (domain) by crypto card", + "id": "8D6630", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 1024 operations (CPC) by crypto card", + "id": "8D6650", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 2048 operations (domain) by crypto card", + "id": "8D6670", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 2048 operations (CPC) by crypto card", + "id": "8D6690", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 4096 operations (domain) by crypto card", + "id": "8D66B0", + "listtype": "6" + }, + { + "description": "% utilization RSA CRT 4096 operations (CPC) by crypto card", + "id": "8D66D0", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 1024 operations (domain) by crypto card", + "id": "8D66F0", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 1024 operations (CPC) by crypto card", + "id": "8D6710", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 2048 operations (domain) by crypto card", + "id": "8D6730", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 2048 operations (CPC) by crypto card", + "id": "8D6750", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 4096 operations (domain) by crypto card", + "id": "8D6770", + "listtype": "6" + }, + { + "description": "% utilization RSA ME 4096 operations (CPC) by crypto card", + "id": "8D6790", + "listtype": "6" + }, + { + "description": "asym-key generation operation rate (domain) by crypto card", + "id": "8D67B0", + "listtype": "6" + }, + { + "description": "asym-key generation operation rate (CPC) by crypto card", + "id": "8D67D0", + "listtype": "6" + }, + { + "description": "average asym-key generation exec time (domain) by crypto card", + "id": "8D67E0", + "listtype": "6" + }, + { + "description": "average asym-key generation exec time (CPC) by crypto card", + "id": "8D67F0", + "listtype": "6" + }, + { + "description": "average complete sym-key execution time (domain) by crypto card", + "id": "8D6830", + "listtype": "6" + }, + { + "description": "average complete sym-key execution time (CPC) by crypto card", + "id": "8D6850", + "listtype": "6" + }, + { + "description": "average crypto execution time (domain) by crypto card", + "id": "8D6870", + "listtype": "6" + }, + { + "description": "average crypto execution time (CPC) by crypto card", + "id": "8D6890", + "listtype": "6" + }, + { + "description": "average fast asym-key execution time (domain) by crypto card", + "id": "8D68B0", + "listtype": "6" + }, + { + "description": "average fast asym-key execution time (CPC) by crypto card", + "id": "8D68D0", + "listtype": "6" + }, + { + "description": "average partial sym-key execution time (domain) by crypto card", + "id": "8D68F0", + "listtype": "6" + }, + { + "description": "average partial sym-key execution time (CPC) by crypto card", + "id": "8D6910", + "listtype": "6" + }, + { + "description": "average slow asym-key execution time (domain) by crypto card", + "id": "8D6930", + "listtype": "6" + }, + { + "description": "average slow asym-key execution time (CPC) by crypto card", + "id": "8D6950", + "listtype": "6" + }, + { + "description": "average RSA key-generation execution time (domain) by crypto card", + "id": "8D6970", + "listtype": "6" + }, + { + "description": "average RSA key-generation execution time (CPC) by crypto card", + "id": "8D6990", + "listtype": "6" + }, + { + "description": "average RSA CRT 1024 execution time (domain) by crypto card", + "id": "8D69B0", + "listtype": "6" + }, + { + "description": "average RSA CRT 1024 execution time (CPC) by crypto card", + "id": "8D69D0", + "listtype": "6" + }, + { + "description": "average RSA CRT 2048 execution time (domain) by crypto card", + "id": "8D69F0", + "listtype": "6" + }, + { + "description": "average RSA CRT 2048 execution time (CPC) by crypto card", + "id": "8D6A10", + "listtype": "6" + }, + { + "description": "average RSA CRT 4096 execution time (domain) by crypto card", + "id": "8D6A30", + "listtype": "6" + }, + { + "description": "average RSA CRT 4096 execution time (CPC) by crypto card", + "id": "8D6A50", + "listtype": "6" + }, + { + "description": "average RSA ME 1024 execution time (domain) by crypto card", + "id": "8D6A70", + "listtype": "6" + }, + { + "description": "average RSA ME 1024 execution time (CPC) by crypto card", + "id": "8D6A90", + "listtype": "6" + }, + { + "description": "average RSA ME 2048 execution time (domain) by crypto card", + "id": "8D6AB0", + "listtype": "6" + }, + { + "description": "average RSA ME 2048 execution time (CPC) by crypto card", + "id": "8D6AD0", + "listtype": "6" + }, + { + "description": "average RSA ME 4096 execution time (domain) by crypto card", + "id": "8D6AF0", + "listtype": "6" + }, + { + "description": "average RSA ME 4096 execution time (CPC) by crypto card", + "id": "8D6B10", + "listtype": "6" + }, + { + "description": "complete sym-key operation rate (domain) by crypto card", + "id": "8D6B30", + "listtype": "6" + }, + { + "description": "complete sym-key operation rate (CPC) by crypto card", + "id": "8D6B50", + "listtype": "6" + }, + { + "description": "crypto operation rate (domain) by crypto card", + "id": "8D6B70", + "listtype": "6" + }, + { + "description": "crypto operation rate (CPC) by crypto card", + "id": "8D6B90", + "listtype": "6" + }, + { + "description": "fast asym-key operation rate (domain) by crypto card", + "id": "8D6BB0", + "listtype": "6" + }, + { + "description": "fast asym-key operation rate (CPC) by crypto card", + "id": "8D6BD0", + "listtype": "6" + }, + { + "description": "partial sym-key operation rate (domain) by crypto card", + "id": "8D6BF0", + "listtype": "6" + }, + { + "description": "partial sym-key operation rate (CPC) by crypto card", + "id": "8D6C10", + "listtype": "6" + }, + { + "description": "slow asym-key operation rate (domain) by crypto card", + "id": "8D6C30", + "listtype": "6" + }, + { + "description": "slow asym-key operation rate (CPC) by crypto card", + "id": "8D6C50", + "listtype": "6" + }, + { + "description": "RSA key-generation operation rate (domain) by crypto card", + "id": "8D6C70", + "listtype": "6" + }, + { + "description": "RSA key-generation operation rate (CPC) by crypto card", + "id": "8D6C90", + "listtype": "6" + }, + { + "description": "RSA CRT 1024 operation rate (domain) by crypto card", + "id": "8D6CB0", + "listtype": "6" + }, + { + "description": "RSA CRT 1024 operation rate (CPC) by crypto card", + "id": "8D6CD0", + "listtype": "6" + }, + { + "description": "RSA CRT 2048 operation rate (domain) by crypto card", + "id": "8D6CF0", + "listtype": "6" + }, + { + "description": "RSA CRT 2048 operation rate (CPC) by crypto card", + "id": "8D6D10", + "listtype": "6" + }, + { + "description": "RSA CRT 4096 operation rate (domain) by crypto card", + "id": "8D6D30", + "listtype": "6" + }, + { + "description": "RSA CRT 4096 operation rate (CPC) by crypto card", + "id": "8D6D50", + "listtype": "6" + }, + { + "description": "RSA ME 1024 operation rate (domain) by crypto card", + "id": "8D6D70", + "listtype": "6" + }, + { + "description": "RSA ME 1024 operation rate (CPC) by crypto card", + "id": "8D6D90", + "listtype": "6" + }, + { + "description": "RSA ME 2048 operation rate (domain) by crypto card", + "id": "8D6DB0", + "listtype": "6" + }, + { + "description": "RSA ME 2048 operation rate (CPC) by crypto card", + "id": "8D6DD0", + "listtype": "6" + }, + { + "description": "RSA ME 4096 operation rate (domain) by crypto card", + "id": "8D6DF0", + "listtype": "6" + }, + { + "description": "RSA ME 4096 operation rate (CPC) by crypto card", + "id": "8D6E10", + "listtype": "6" + }, + { + "description": "capacity actual (# CPs) by WLM resource group", + "id": "8D6E30", + "listtype": "7" + }, + { + "description": "capacity actual (MSU) by WLM resource group", + "id": "8D6E50", + "listtype": "7" + }, + { + "description": "capacity actual (SU/sec) by WLM resource group", + "id": "8D6E70", + "listtype": "7" + } + ] + }, + { + "metric": [] + }, + { + "metric": [ + { + "description": "% active time", + "id": "8D0010", + "listtype": " " + }, + { + "description": "% cache hits (all systems)", + "id": "8D21F0", + "listtype": " " + }, + { + "description": "% cache misses (all systems)", + "id": "8D2240", + "listtype": " " + }, + { + "description": "% connect time", + "id": "8D00B0", + "listtype": " " + }, + { + "description": "% delay", + "id": "8D0170", + "listtype": " " + }, + { + "description": "% delay device busy", + "id": "8D0240", + "listtype": " " + }, + { + "description": "% delay due to device command response time", + "id": "8D2770", + "listtype": " " + }, + { + "description": "% disconnect time", + "id": "8D0350", + "listtype": " " + }, + { + "description": "% freespace", + "id": "8D2A40", + "listtype": " " + }, + { + "description": "% pending time", + "id": "8D0430", + "listtype": " " + }, + { + "description": "% using", + "id": "8D04C0", + "listtype": " " + }, + { + "description": "cache read hits (all systems)", + "id": "8D2280", + "listtype": " " + }, + { + "description": "cache CFW hits (all systems)", + "id": "8D21C0", + "listtype": " " + }, + { + "description": "cache DFW hits (all systems)", + "id": "8D21D0", + "listtype": " " + }, + { + "description": "capacity", + "id": "8D2FF0", + "listtype": " " + }, + { + "description": "freespace", + "id": "8D3090", + "listtype": " " + }, + { + "description": "i/o activity rate", + "id": "8D0E90", + "listtype": " " + }, + { + "description": "i/o intensity", + "id": "8D1290", + "listtype": " " + }, + { + "description": "i/o rate (all systems)", + "id": "8D2300", + "listtype": " " + }, + { + "description": "largest extent", + "id": "8D30D0", + "listtype": " " + }, + { + "description": "non-cache dasd i/o rate (all systems)", + "id": "8D2330", + "listtype": " " + }, + { + "description": "response time", + "id": "8D10F0", + "listtype": " " + }, + { + "description": "IOS queue time", + "id": "8D12B0", + "listtype": " " + }, + { + "description": "% delay by job", + "id": "8D0210", + "listtype": "J" + }, + { + "description": "% using by job", + "id": "8D0500", + "listtype": "J" + } + ] + }, + { + "metric": [ + { + "description": "active time (ms) by WLM report class period", + "id": "8D5E10", + "listtype": "K" + }, + { + "description": "execution velocity by WLM report class period", + "id": "8D3080", + "listtype": "K" + }, + { + "description": "performance index by WLM report class period", + "id": "8D3110", + "listtype": "K" + }, + { + "description": "queue time (ms) by WLM report class period", + "id": "8D5E70", + "listtype": "K" + }, + { + "description": "transaction ended rate by WLM report class period", + "id": "8D3230", + "listtype": "K" + }, + { + "description": "wait time (ms) by WLM report class period", + "id": "8D6EE0", + "listtype": "K" + }, + { + "description": "active time (ms) by WLM service class period", + "id": "8D5E30", + "listtype": "P" + }, + { + "description": "execution velocity by WLM service class period", + "id": "8D0F60", + "listtype": "P" + }, + { + "description": "percentile achieving response time goal by WLM service class period", + "id": "8D0FF0", + "listtype": "P" + }, + { + "description": "performance index by WLM service class period", + "id": "8D1020", + "listtype": "P" + }, + { + "description": "queue time (ms) by WLM service class period", + "id": "8D5E90", + "listtype": "P" + }, + { + "description": "response time (ms) by WLM service class period", + "id": "8D5F40", + "listtype": "P" + }, + { + "description": "transaction ended rate by WLM service class period", + "id": "8D1240", + "listtype": "P" + }, + { + "description": "wait time (ms) by WLM service class period", + "id": "8D6F00", + "listtype": "P" + }, + { + "description": "active time (ms) by WLM report class", + "id": "8D5E00", + "listtype": "R" + }, + { + "description": "execution velocity by WLM report class", + "id": "8D0F20", + "listtype": "R" + }, + { + "description": "queue time (ms) by WLM report class", + "id": "8D5E60", + "listtype": "R" + }, + { + "description": "transaction ended rate by WLM report class", + "id": "8D1220", + "listtype": "R" + }, + { + "description": "wait time (ms) by WLM report class", + "id": "8D6ED0", + "listtype": "R" + }, + { + "description": "active time (ms) by WLM service class", + "id": "8D5E20", + "listtype": "S" + }, + { + "description": "execution velocity by WLM service class", + "id": "8D0F50", + "listtype": "S" + }, + { + "description": "percentile achieving response time goal by WLM service class", + "id": "8D6E80", + "listtype": "S" + }, + { + "description": "performance index by WLM service class", + "id": "8D6EB0", + "listtype": "S" + }, + { + "description": "queue time (ms) by WLM service class", + "id": "8D5E80", + "listtype": "S" + }, + { + "description": "response time (ms) by WLM service class", + "id": "8D5F20", + "listtype": "S" + }, + { + "description": "transaction ended rate by WLM service class", + "id": "8D1230", + "listtype": "S" + }, + { + "description": "wait time (ms) by WLM service class", + "id": "8D6EF0", + "listtype": "S" + }, + { + "description": "active time (ms) by WLM workload", + "id": "8D5E40", + "listtype": "W" + }, + { + "description": "execution velocity by WLM workload", + "id": "8D0F80", + "listtype": "W" + }, + { + "description": "queue time (ms) by WLM workload", + "id": "8D5EA0", + "listtype": "W" + }, + { + "description": "transaction ended rate by WLM workload", + "id": "8D1250", + "listtype": "W" + }, + { + "description": "wait time (ms) by WLM workload", + "id": "8D6F10", + "listtype": "W" + }, + { + "description": "capacity actual (# CPs) by WLM resource group", + "id": "8D6E30", + "listtype": "7" + }, + { + "description": "capacity actual (MSU) by WLM resource group", + "id": "8D6E50", + "listtype": "7" + }, + { + "description": "capacity actual (SU/sec) by WLM resource group", + "id": "8D6E70", + "listtype": "7" + } + ] + }, + { + "metric": [ + { + "description": "active time (ms)", + "id": "8D5DF0", + "listtype": " " + }, + { + "description": "execution velocity", + "id": "8D0EF0", + "listtype": " " + }, + { + "description": "performance index", + "id": "8D6E90", + "listtype": " " + }, + { + "description": "queue time (ms)", + "id": "8D5E50", + "listtype": " " + }, + { + "description": "transaction ended rate", + "id": "8D1200", + "listtype": " " + }, + { + "description": "wait time (ms)", + "id": "8D6EC0", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "active time (ms)", + "id": "8D5DF0", + "listtype": " " + }, + { + "description": "execution velocity", + "id": "8D0EF0", + "listtype": " " + }, + { + "description": "queue time (ms)", + "id": "8D5E50", + "listtype": " " + }, + { + "description": "transaction ended rate", + "id": "8D1200", + "listtype": " " + }, + { + "description": "wait time (ms)", + "id": "8D6EC0", + "listtype": " " + }, + { + "description": "active time (ms) by WLM report class period", + "id": "8D5E10", + "listtype": "K" + }, + { + "description": "execution velocity by WLM report class period", + "id": "8D3080", + "listtype": "K" + }, + { + "description": "performance index by WLM report class period", + "id": "8D6EA0", + "listtype": "K" + }, + { + "description": "queue time (ms) by WLM report class period", + "id": "8D5E70", + "listtype": "K" + }, + { + "description": "transaction ended rate by WLM report class period", + "id": "8D3230", + "listtype": "K" + }, + { + "description": "wait time (ms) by WLM report class period", + "id": "8D6EE0", + "listtype": "K" + } + ] + }, + { + "metric": [ + { + "description": "capacity actual (# CPs)", + "id": "8D6E20", + "listtype": " " + }, + { + "description": "capacity actual (MSU)", + "id": "8D6E40", + "listtype": " " + }, + { + "description": "capacity actual (SU/sec)", + "id": "8D6E60", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "active time (ms)", + "id": "8D5DF0", + "listtype": " " + }, + { + "description": "execution velocity", + "id": "8D0EF0", + "listtype": " " + }, + { + "description": "percentile achieving response time goal", + "id": "8D0FE0", + "listtype": " " + }, + { + "description": "performance index", + "id": "8D1000", + "listtype": " " + }, + { + "description": "queue time (ms)", + "id": "8D5E50", + "listtype": " " + }, + { + "description": "response time (ms)", + "id": "8D5EC0", + "listtype": " " + }, + { + "description": "transaction ended rate", + "id": "8D1200", + "listtype": " " + }, + { + "description": "wait time (ms)", + "id": "8D6EC0", + "listtype": " " + } + ] + }, + { + "metric": [ + { + "description": "active time (ms)", + "id": "8D5DF0", + "listtype": " " + }, + { + "description": "execution velocity", + "id": "8D0EF0", + "listtype": " " + }, + { + "description": "percentile achieving response time goal", + "id": "8D0FE0", + "listtype": " " + }, + { + "description": "performance index", + "id": "8D1000", + "listtype": " " + }, + { + "description": "queue time (ms)", + "id": "8D5E50", + "listtype": " " + }, + { + "description": "response time (ms)", + "id": "8D5EC0", + "listtype": " " + }, + { + "description": "transaction ended rate", + "id": "8D1200", + "listtype": " " + }, + { + "description": "wait time (ms)", + "id": "8D6EC0", + "listtype": " " + }, + { + "description": "active time (ms) by WLM service class period", + "id": "8D5E30", + "listtype": "P" + }, + { + "description": "execution velocity by WLM service class period", + "id": "8D0F60", + "listtype": "P" + }, + { + "description": "percentile achieving response time goal by WLM service class period", + "id": "8D0FF0", + "listtype": "P" + }, + { + "description": "performance index by WLM service class period", + "id": "8D1020", + "listtype": "P" + }, + { + "description": "queue time (ms) by WLM service class period", + "id": "8D5E90", + "listtype": "P" + }, + { + "description": "response time (ms) by WLM service class period", + "id": "8D5F40", + "listtype": "P" + }, + { + "description": "transaction ended rate by WLM service class period", + "id": "8D1240", + "listtype": "P" + }, + { + "description": "wait time (ms) by WLM service class period", + "id": "8D6F00", + "listtype": "P" + } + ] + }, + { + "metric": [ + { + "description": "active time (ms)", + "id": "8D5DF0", + "listtype": " " + }, + { + "description": "execution velocity", + "id": "8D0EF0", + "listtype": " " + }, + { + "description": "queue time (ms)", + "id": "8D5E50", + "listtype": " " + }, + { + "description": "transaction ended rate", + "id": "8D1200", + "listtype": " " + }, + { + "description": "wait time (ms)", + "id": "8D6EC0", + "listtype": " " + }, + { + "description": "active time (ms) by WLM service class period", + "id": "8D5E30", + "listtype": "P" + }, + { + "description": "execution velocity by WLM service class period", + "id": "8D0F60", + "listtype": "P" + }, + { + "description": "percentile achieving response time goal by WLM service class period", + "id": "8D0FF0", + "listtype": "P" + }, + { + "description": "performance index by WLM service class period", + "id": "8D1020", + "listtype": "P" + }, + { + "description": "queue time (ms) by WLM service class period", + "id": "8D5E90", + "listtype": "P" + }, + { + "description": "response time (ms) by WLM service class period", + "id": "8D5F40", + "listtype": "P" + }, + { + "description": "transaction ended rate by WLM service class period", + "id": "8D1240", + "listtype": "P" + }, + { + "description": "wait time (ms) by WLM service class period", + "id": "8D6F00", + "listtype": "P" + }, + { + "description": "active time (ms) by WLM service class", + "id": "8D5E20", + "listtype": "S" + }, + { + "description": "execution velocity by WLM service class", + "id": "8D0F50", + "listtype": "S" + }, + { + "description": "percentile achieving response time goal by WLM service class", + "id": "8D6E80", + "listtype": "S" + }, + { + "description": "performance index by WLM service class", + "id": "8D6EB0", + "listtype": "S" + }, + { + "description": "queue time (ms) by WLM service class", + "id": "8D5E80", + "listtype": "S" + }, + { + "description": "response time (ms) by WLM service class", + "id": "8D5F20", + "listtype": "S" + }, + { + "description": "transaction ended rate by WLM service class", + "id": "8D1230", + "listtype": "S" + }, + { + "description": "wait time (ms) by WLM service class", + "id": "8D6EF0", + "listtype": "S" + } + ] + }, + { + "metric": [ + { + "description": "% delay", + "id": "8D0150", + "listtype": " " + }, + { + "description": "% delay by job", + "id": "8D01F0", + "listtype": "J" + }, + { + "description": "% delay by WLM report class period", + "id": "8D2950", + "listtype": "K" + }, + { + "description": "% delay by WLM service class period", + "id": "8D1810", + "listtype": "P" + }, + { + "description": "% delay by WLM report class", + "id": "8D16D0", + "listtype": "R" + }, + { + "description": "% delay by WLM service class", + "id": "8D1770", + "listtype": "S" + }, + { + "description": "% delay by WLM workload", + "id": "8D18B0", + "listtype": "W" + } + ] + }, + { + "metric": [ + { + "description": "zFS % avg response time lock", + "id": "8D53A0", + "listtype": " " + }, + { + "description": "zFS % avg response time sleep", + "id": "8D53C0", + "listtype": " " + }, + { + "description": "zFS % avg response time I/O", + "id": "8D53E0", + "listtype": " " + }, + { + "description": "zFS kernel local request rate", + "id": "8D5400", + "listtype": " " + }, + { + "description": "zFS kernel local response time", + "id": "8D5420", + "listtype": " " + }, + { + "description": "zFS kernel local XCF rate", + "id": "8D5440", + "listtype": " " + }, + { + "description": "zFS kernel remote request rate", + "id": "8D5460", + "listtype": " " + }, + { + "description": "zFS kernel remote response time", + "id": "8D5480", + "listtype": " " + }, + { + "description": "zFS kernel remote XCF rate", + "id": "8D54A0", + "listtype": " " + }, + { + "description": "zFS metadata cache % hit", + "id": "8D54C0", + "listtype": " " + }, + { + "description": "zFS metadata cache # partial writes", + "id": "8D54E0", + "listtype": " " + }, + { + "description": "zFS metadata cache # requests", + "id": "8D5500", + "listtype": " " + }, + { + "description": "zFS metadata cache # updates", + "id": "8D5520", + "listtype": " " + }, + { + "description": "zFS metadata cache # 8K buffers", + "id": "8D5540", + "listtype": " " + }, + { + "description": "zFS metadata cache request rate", + "id": "8D5560", + "listtype": " " + }, + { + "description": "zFS metadata cache size", + "id": "8D5580", + "listtype": " " + }, + { + "description": "zFS user cache % delay", + "id": "8D55A0", + "listtype": " " + }, + { + "description": "zFS user cache % delayed reads", + "id": "8D55C0", + "listtype": " " + }, + { + "description": "zFS user cache % delayed writes", + "id": "8D55E0", + "listtype": " " + }, + { + "description": "zFS user cache % hit", + "id": "8D5600", + "listtype": " " + }, + { + "description": "zFS user cache % read", + "id": "8D5620", + "listtype": " " + }, + { + "description": "zFS user cache # allocated segments", + "id": "8D5640", + "listtype": " " + }, + { + "description": "zFS user cache # free pages", + "id": "8D5660", + "listtype": " " + }, + { + "description": "zFS user cache # fsynchs", + "id": "8D5680", + "listtype": " " + }, + { + "description": "zFS user cache # page reclaim writes", + "id": "8D56A0", + "listtype": " " + }, + { + "description": "zFS user cache # pages", + "id": "8D56C0", + "listtype": " " + }, + { + "description": "zFS user cache read rate", + "id": "8D56E0", + "listtype": " " + }, + { + "description": "zFS user cache read request % hit", + "id": "8D5700", + "listtype": " " + }, + { + "description": "zFS user cache read-ahead (async) rate", + "id": "8D5720", + "listtype": " " + }, + { + "description": "zFS user cache request rate", + "id": "8D5740", + "listtype": " " + }, + { + "description": "zFS user cache scheduled write rate", + "id": "8D5760", + "listtype": " " + }, + { + "description": "zFS user cache total size", + "id": "8D5780", + "listtype": " " + }, + { + "description": "zFS user cache write rate", + "id": "8D57A0", + "listtype": " " + }, + { + "description": "zFS user cache write request % hit", + "id": "8D57C0", + "listtype": " " + }, + { + "description": "zFS vnode cache % hit", + "id": "8D57E0", + "listtype": " " + }, + { + "description": "zFS vnode cache # allocated vnodes", + "id": "8D5800", + "listtype": " " + }, + { + "description": "zFS vnode cache # extended vnodes", + "id": "8D5820", + "listtype": " " + }, + { + "description": "zFS vnode cache # open vnodes", + "id": "8D5840", + "listtype": " " + }, + { + "description": "zFS vnode cache # requests", + "id": "8D5860", + "listtype": " " + }, + { + "description": "zFS vnode cache # requests for allocs", + "id": "8D5880", + "listtype": " " + }, + { + "description": "zFS vnode cache # requests for deletes", + "id": "8D58A0", + "listtype": " " + }, + { + "description": "zFS vnode cache # USS held vnodes", + "id": "8D58C0", + "listtype": " " + }, + { + "description": "zFS vnode cache extended vnode size", + "id": "8D58E0", + "listtype": " " + }, + { + "description": "zFS vnode cache request rate", + "id": "8D5900", + "listtype": " " + }, + { + "description": "zFS vnode cache size", + "id": "8D5920", + "listtype": " " + }, + { + "description": "zFS vnode cache vnode structure size", + "id": "8D5940", + "listtype": " " + }, + { + "description": "% read (in I/O rate) by aggregate", + "id": "8D5000", + "listtype": "G" + }, + { + "description": "% space used by aggregate", + "id": "8D5030", + "listtype": "G" + }, + { + "description": "# cancelled operations by aggregate", + "id": "8D5060", + "listtype": "G" + }, + { + "description": "# disk I/O errors by aggregate", + "id": "8D5090", + "listtype": "G" + }, + { + "description": "# open objects by aggregate", + "id": "8D50C0", + "listtype": "G" + }, + { + "description": "# tokens by aggregate", + "id": "8D50F0", + "listtype": "G" + }, + { + "description": "# vnodes by aggregate", + "id": "8D5120", + "listtype": "G" + }, + { + "description": "# ENOSPC errors by aggregate", + "id": "8D5150", + "listtype": "G" + }, + { + "description": "# USS held vnodes by aggregate", + "id": "8D5180", + "listtype": "G" + }, + { + "description": "# XCF communication failures by aggregate", + "id": "8D51B0", + "listtype": "G" + }, + { + "description": "# 4K pages in user cache by aggregate", + "id": "8D51E0", + "listtype": "G" + }, + { + "description": "# 8K pages in metadata cache by aggregate", + "id": "8D5210", + "listtype": "G" + }, + { + "description": "aggregate read rate by aggregate", + "id": "8D5240", + "listtype": "G" + }, + { + "description": "aggregate write rate by aggregate", + "id": "8D5270", + "listtype": "G" + }, + { + "description": "application read rate by aggregate", + "id": "8D52A0", + "listtype": "G" + }, + { + "description": "application read response time by aggregate", + "id": "8D52D0", + "listtype": "G" + }, + { + "description": "application write rate by aggregate", + "id": "8D5300", + "listtype": "G" + }, + { + "description": "application write response time by aggregate", + "id": "8D5330", + "listtype": "G" + }, + { + "description": "maximum size by aggregate", + "id": "8D5360", + "listtype": "G" + }, + { + "description": "response time (read + write) by aggregate", + "id": "8D5390", + "listtype": "G" + }, + { + "description": "I/O rate (read + write) by aggregate", + "id": "8D5980", + "listtype": "G" + }, + { + "description": "XCF rate (read + write) by aggregate", + "id": "8D59B0", + "listtype": "G" + }, + { + "description": "XCF read rate by aggregate", + "id": "8D59E0", + "listtype": "G" + }, + { + "description": "XCF read response time by aggregate", + "id": "8D5A10", + "listtype": "G" + }, + { + "description": "XCF write rate by aggregate", + "id": "8D5A40", + "listtype": "G" + }, + { + "description": "XCF write response time by aggregate", + "id": "8D5A70", + "listtype": "G" + } + ] + } + ] +}