SYSVIEW Performance Management

 View Only

 CICS TCPIP Attribute Monitoring

Felix Medeiros's profile image
Felix Medeiros posted Mar 11, 2025 07:57 AM

Is there any SYSVIEW panel that shows me the TCPIP cics resources, where I can see in addition to the resource status, the values ​​of the "Act" attribute so that I can monitor when it is close to "Max"?

The metric to generate an alert when the "Act" attribute is close to "Max" would be "CICS_SYS_IpSocketsActive%"?

Douglas Miller's profile image
Broadcom Employee Douglas Miller

Felix,
The CSIT command shows the CICS MAXSOCKETS setting.
The CSOCKETS command shows the status of sockets. You can issue SELECT STATUS EQ OPEN to see how many are active, or GRAPH CICS * CICS_SYS_IpSocketsActive (or use short alias CSOCKACT) will show a count.
Metric CICS_SYS_IpSocketsActive% would be percent active of MAXSOCKETS.

It doesn't look like the active and max numbers are shown on a display together, could be submitted as an Idea.