Establish specific thresholds and alerts for the CA Datacom/DB Multi-User Facility (MUF) regions using CA SYSVIEW Performance Management.
This article describes how to modify parmlib members (MVSTHRSH, MVSMON, MVSSTATE) to monitor specific MUF jobnames while maintaining global defaults for other started tasks (STCs).
To monitor the CPU usage of a specific MUF (e.g., jobname PRODMUF), follow these procedures to modify the threshold and monitor definitions.
Access the MVSTHRSH parmlib member to define the CPU threshold for the specific MUF. Use the RSCE parameter to target the jobname:
DEFINE JOBCPUT% RSCE PRODMUF LIMIT 25
JOBCPU%: Represents a percentage of CPU (Max 100%).JOBCPUT%: Represents total CPU percentage across all processors. If data collection sampling intervals require adjustment for address space monitoring, modify the MVSMON member.
Define specific states (e.g., Up, Down, Active) for the MUF region in the MVSSTATEmember.
Apply the changes using one of the following methods:
RELOAD subcommand within SYSVIEW to activate changes in the parmlib members.MODIFY command to recycle the data collection subtask.