How to monitor all the CICS regions CIC*** using >30% CPU + send Alert
search cancel

How to monitor all the CICS regions CIC*** using >30% CPU + send Alert

book

Article ID: 137286

calendar_today

Updated On:

Products

SYSVIEW Performance Management

Issue/Introduction

Running with CA SYSVIEW Release 15.0 Build 0980 Service Level 0000, is it possible to monitor all CIC*** regions that use > 30% CPU and send alert. 

How to code this and in which member ?

 

 

Environment

SYSVIEW 15.0 - 16.0 -  z/OS supported releases - 


Resolution

The MVSTHRSH member should be used to monitor the CICS regions. 


The coding can be something similar to: 


DEFINE JOBCPUT% RSCE CICS= LIMIT 30


if the CICS job names can be easily masked (i.e., they all start with 'CICS').


If they cannot be easily masked, a GROUP of type JOBNAME can be created with all the CICS job names and make the resource (RSCE) point
to the group name,

i.e. DEFINE JOBCPUT% RSCE >CICSJOB LIMIT 30 , where CICSJOB is the GROUP name. 


The default alert is the WTO message. To send an API event to OPSMVS, the coding should be: OPSMVS YES

Additional Information

Documentation about SYSVIEW MVSTRHRSH command can be found at the url: 

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/performance-and-storage/ca-sysview-performance-management/16-0/administering/library-members/cnm4bprm-parmlib-members/z-os-members/mvsthrsh.html