zowe / zebra

ZEBRA is an open-source incubator project for Zowe. It is a data parsing framework that allows quick and easy access to z/OS performance metrics.
https://zebra.talktothemainframe.com
Eclipse Public License 2.0
21 stars 12 forks source link

Create sample.metrics.json #111

Closed behives closed 1 year ago

behives commented 1 year ago

Signed-off-by: Alex KIM ykimvicom@gmail.com

fernandozangari commented 1 year ago

{ "LPR1_CPCPPNAM_MSU": { "lpar": "LPR1", "request": { "report": "CPC", "resource": ",LPR1,MVS_IMAGE" }, "identifiers": [ { "key": "CPCPPNAM", "value": "ALL" } ], "field": "CPCPAMSU", "desc": "Actual consumed MSUs" }, "LPR1_CPCPPNAM_MSUGCL": { "lpar": "LPR1", "request": { "report": "CPC", "resource": ",LPR1,MVS_IMAGE" }, "identifiers": [ { "key": "CPCPPNAM", "value": "ALL" } ], "field": "CPCPCGLT", "desc": "Group capacity limit" }, "LPR1_CHACPIVC_CH": { "lpar": "LPR1", "request": { "report": "CHANNEL", "resource": ",LPR1,MVS_IMAGE" }, "identifiers": [ { "key": "CHACPIVC", "value": "ALL" } ], "field": "CHACPUVC", "desc": "Channel - Part util %" }, "LPR1_JUSPJOB_AS": { "lpar": "LPR1", "request": { "report": "USAGE", "resource": ",LPR1,MVS_IMAGE" }, "identifiers": [ { "key": "JUSPJOB", "value": "ALL" } ], "field": "JUSPCPUD", "desc": "CPU time for interval (in seconds)" }, "LPR1_SYSNAMVC_TXS": { "lpar": "LPR1", "request": { "report": "SYSINFO", "resource": ",LPR1,MVS_IMAGE" }, "identifiers": [ { "key": "SYSNAMVC", "value": "ALL" } ], "field": "SYSTRSVC", "desc": "Transactions/sec" }, "LPR1_SUMGRP_TXY": { "lpar": "LPR1", "request": { "report": "SYSSUM", "resource": ",,SYSPLEX" }, "identifiers": [ { "key": "SUMGRP", "value": "ALL" } ], "field": "SUMTRAN", "desc": "Ended transactions/secs" }, "LPR1_CPCPPNAM_TOU": { "lpar": "LPR1", "request": { "report": "CPC", "resource": ",LPR1,MVS_IMAGE" }, "identifiers": [ { "key": "CPCPPNAM", "value": "ALL" } ], "field": "CPCPLTOU", "desc": "Logical processor total utilization %" }, "LPR1_CPCPPNAM_EFU": { "lpar": "LPR1", "request": { "report": "CPC", "resource": ",LPR1,MVS_IMAGE" }, "identifiers": [ { "key": "CPCPPNAM", "value": "ALL" } ], "field": "CPCPLEFU", "desc": "Logical processor effective utilization % " }, "LPR1_SYSNAMVC_VC": { "lpar": "LPR1", "request": { "report": "SYSINFO", "resource": ",LPR1,MVS_IMAGE" }, "identifiers": [ { "key": "SYSNAMVC", "value": "ALL" } ], "field": "SYSCPUVC", "desc": "Perc.of the max gral purpose processor capacity spent on behalf of a group/class" } }