Interface IGlobalTCPIPStatistics

    • Method Detail

      • getStatus

        IGlobalTCPIPStatistics.StatusValue getStatus()
        Getter for field STATUS

        TCP/IP status

        The status of CICS internal sockets support (TCP/IP).

        Input Values: OPEN, CLOSED, IMMCLOSE

      • getMaxNumberOfTCPIPSockets

        java.lang.Long getMaxNumberOfTCPIPSockets()
        Getter for field MAXSOCKETS

        Maximum number of TCP/IP sockets

        The maximum number of TCP/IP sockets that can be managed by the CICS sockets domain.

        Input Values: 1 - 65535

      • getActiveSocketsCount

        java.lang.Long getActiveSocketsCount()
        Getter for field ACTSOCKETS

        Number of active TCP/IP sockets

        The current number of active TCP/IP sockets managed by the CICS sockets domain.

      • getInboundSocketsCount

        java.lang.Long getInboundSocketsCount()
        Getter for field CINSOCKETS

        Number of inbound sockets

        The current number of inbound TCP/IP sockets.

      • getPeakInboundSockets

        java.lang.Long getPeakInboundSockets()
        Getter for field PINSOCKETS

        Peak number of inbound sockets

        The peak number of inbound TCP/IP sockets since the last CICS statistics reset.

      • getNonPersistentOutboundSockets

        java.lang.Long getNonPersistentOutboundSockets()
        Getter for field COUTSOCKETS

        Number of non-persistent outbound sockets

        The current number of outbound TCP/IP sockets.

      • getPeakNonPersistentOutboundSockets

        java.lang.Long getPeakNonPersistentOutboundSockets()
        Getter for field POUTSOCKETS

        Peak number of non-persistent outbound sockets

        The peak number of non-persistent outbound TCP/IP sockets since the last CICS statistics reset.

      • getPersistentOutboundSocketsCount

        java.lang.Long getPersistentOutboundSocketsCount()
        Getter for field CPERSOCKETS

        Number of persistent outbound sockets

        The current number of persistent outbound TCP/IP sockets.

      • getPeakPersistentOutboundSockets

        java.lang.Long getPeakPersistentOutboundSockets()
        Getter for field PPERSOCKETS

        Peak number of persistent outbound sockets

        The peak number of persistent outbound TCP/IP sockets since the last CICS statistics reset.

      • getInboundSocketsCreatedCount

        java.lang.Long getInboundSocketsCreatedCount()
        Getter for field INSOCKETSCR

        Number of inbound sockets created

        The number of inbound TCP/IP sockets created since the last CICS statistics reset.

      • getOutboundSocketsCreatedCount

        java.lang.Long getOutboundSocketsCreatedCount()
        Getter for field OUTSOCKETSCR

        Number of outbound sockets created

        The number of outbound TCP/IP sockets created since the last CICS statistics reset.

      • getOutboundSocketsClosedCount

        java.lang.Long getOutboundSocketsClosedCount()
        Getter for field OUTSOCKETSCL

        Number of outbound sockets closed

        The number of outbound TCP/IP sockets closed since the last CICS statistics reset.

      • getMaxSocketsReachedCount

        java.lang.Long getMaxSocketsReachedCount()
        Getter for field TIMMAXSOCKS

        Number of times maximum sockets reached

        The number of times the maxsockets limit was reached since the last CICS statistics reset.

      • getTotalRequestsDelayedAtMaxSockets

        java.lang.Long getTotalRequestsDelayedAtMaxSockets()
        Getter for field DELMAXSOCKS

        Total number of requests delayed at maximum sockets

        The number of tasks that have waited at maxsockets since the last CICS statistics reset.

      • getTotalDelayTimeAtMaxSockets

        java.lang.Long getTotalDelayTimeAtMaxSockets()
        Getter for field QTMAXSOCKS

        Total delay time at maximum sockets (seconds)

        The total delay time at maxsockets since the last CICS statistics reset (seconds).

      • getTimeoutsAtMaxSockets

        java.lang.Long getTimeoutsAtMaxSockets()
        Getter for field TDOMAXSOCKS

        Number of timeouts at maximum sockets

        The number of timeouts at maxsockets since the last CICS statistics reset.

      • getRequestsDelayedAtMaxSockets

        java.lang.Long getRequestsDelayedAtMaxSockets()
        Getter for field CDELMAXSOCKS

        Current number of requests delayed at maximum sockets

        The current number of tasks waiting at maxsockets.

      • getPeakRequestsDelayedAtMaxSockets

        java.lang.Long getPeakRequestsDelayedAtMaxSockets()
        Getter for field PDELMAXSOCKS

        Peak number of requests delayed at maximum sockets

        The peak number of tasks waiting at maxsockets since the last CICS statistics reset.

      • getDelayTimeAtMaxSockets

        java.lang.Long getDelayTimeAtMaxSockets()
        Getter for field CQTMAXSOCKS

        Current delay time at maximum sockets (seconds)

        The current delay time at maxsockets (seconds).

      • getCRLServerName

        java.lang.String getCRLServerName()
        Getter for field CRLSERVER

        CRL server name

        The name of the Certificate Revocation List (CRL) server.

      • getCRLProfileName

        java.lang.String getCRLProfileName()
        Getter for field CRLPROFILE

        Certificate Revocation List (CRL) Profile Name

        The name of the Certificate Revocation List (CRL) Profile.

      • getSotuning

        IGlobalTCPIPStatistics.SotuningValue getSotuning()
        Getter for field SOTUNING

        Performance tuning for HTTP connections

        Indicates whether performance tuning for HTTP connections will take place.

        • YES - Performance tuning for HTTP connections will take place.
        • 520 - Performance tuning for HTTP connections will not take place. If sharing IP endpoints, ensure all regions have the same SOTUNING value or uneven loading may occur.
      • getTaskAcceptLimitCount

        java.lang.Long getTaskAcceptLimitCount()
        Getter for field TIMATACCLIM

        Number of times socket listener notified at task accept limit

        The number of times the listener has been notified that the number of tasks in the region has reached the limit for accepting new HTTP connection requests.

      • getLastSocketListenerPausedTime

        java.util.Date getLastSocketListenerPausedTime()
        Getter for field LTIMPAUSLIST

        Last time socket listener paused listening for HTTP connections

        The last time the socket listener paused listening for HTTP connection requests because the number of tasks in the region had reached the limit for accepting new HTTP connection requests.

      • getRegionStoppingPersistent

        IGlobalTCPIPStatistics.RegionStoppingPersistentValue getRegionStoppingPersistent()
        Getter for field STOPPINGPERS

        Region stopping HTTP connection persistence

        Indicates whether the region is stopping HTTP connection persistence because the number of tasks in the region has exceeded the limit.

      • getRegionStoppedPersistenceCount

        java.lang.Long getRegionStoppedPersistenceCount()
        Getter for field TIMSTOPPERS

        Number of times region stopped HTTP connection persistence

        The number of times the region took action to stop HTTP connection persistence because the number of tasks in the region has exceeded the limit.

      • getLastTimeStoppedHTTPPersistence

        java.util.Date getLastTimeStoppedHTTPPersistence()
        Getter for field LTIMSTOPPERS

        Last time stopped HTTP connection persistence

        The last time the region took action to stop HTTP connection persistence because the number of tasks in the region has exceeded the limit.

      • getPersistentMadeNonPersistentCount

        java.lang.Long getPersistentMadeNonPersistentCount()
        Getter for field TIMMNONPERS

        Number of persistent HTTP connections made non-persistent

        The number of times a persistent HTTP connection was made non-persistent because the number of tasks in the region has exceeded the limit.

      • getDisconnectedAtMaxUsesCount

        java.lang.Long getDisconnectedAtMaxUsesCount()
        Getter for field TIMDISCATMAX

        Number of times disconnected an HTTP connection at maximum uses

        The number of times a persistent HTTP connection was disconnected because the number of uses had exceeded the limit.

      • getPausingList

        IGlobalTCPIPStatistics.PausingListValue getPausingList()
        Getter for field PAUSINGLIST

        Socket listener has paused listening for HTTP connections

        Indicates whether the listener has paused listening for HTTP connection requests because the number of tasks in the region has reached the limit for accepting new HTTP connection requests.

      • getTotalPersistentOutboundSockets

        java.lang.Long getTotalPersistentOutboundSockets()
        Getter for field OUTSOCKSPERS

        Total number of persistent outbound sockets

        The total number of persistent outbound sockets created.

      • getPeakOutboundSockets

        java.lang.Long getPeakOutboundSockets()
        Getter for field POUTSCKSBOTH

        Peak number of outbound sockets

        The peak number of both persistent and non-persistent outbound sockets.

      • getPeakNonPersistentInboundSockets

        java.lang.Long getPeakNonPersistentInboundSockets()
        Getter for field PINSCKSNPERS

        Peak number of non-persistent inbound sockets

        The peak number of non-persistent inbound sockets.

      • getNonPersistentInboundSockets

        java.lang.Long getNonPersistentInboundSockets()
        Getter for field CINSCKSNPERS

        Current number of non-persistent inbound sockets

        The current number of non-persistent inbound sockets.

      • getTotalNonPersistentInboundSocketsCreated

        java.lang.Long getTotalNonPersistentInboundSocketsCreated()
        Getter for field INSCKSNPERS

        Total number of non-persistent inbound sockets created

        The total number of non-persistent inbound sockets created.

      • getOutboundSocketsReusedCount

        java.lang.Long getOutboundSocketsReusedCount()
        Getter for field OUTSCKSREUSE

        Total number of times outbound sockets reused

        The total number of times a pooled connection was reused.

      • getPeakPersistentInboundSockets

        java.lang.Long getPeakPersistentInboundSockets()
        Getter for field PINSCKSPERS

        Peak number of persistent inbound sockets

        The peak number of persistent inbound sockets.

      • getCtls11inb

        java.lang.Long getCtls11inb()
        Getter for field CTLS11INB

        Number of established inbound CICS TLS 1.1 connections

        Number of established inbound CICS TLS 1.1 connections

      • getCtls12inb

        java.lang.Long getCtls12inb()
        Getter for field CTLS12INB

        Number of established inbound CICS TLS 1.2 connections

        Number of established inbound CICS TLS 1.2 connections

      • getCtls13inb

        java.lang.Long getCtls13inb()
        Getter for field CTLS13INB

        Number of established inbound CICS TLS 1.3 connections

        Number of established inbound CICS TLS 1.3 connections

      • getCtlsallinb

        java.lang.Long getCtlsallinb()
        Getter for field CTLSALLINB

        Number of established inbound all CICS TLS connections

        Number of established inbound all CICS TLS connections

      • getCtls11outb

        java.lang.Long getCtls11outb()
        Getter for field CTLS11OUTB

        Number of established outbound CICS TLS 1.1 connections

        Number of established outbound CICS TLS 1.1 connections

      • getCtls12outb

        java.lang.Long getCtls12outb()
        Getter for field CTLS12OUTB

        Number of established outbound CICS TLS 1.2 connections

        Number of established outbound CICS TLS 1.2 connections

      • getCtls13outb

        java.lang.Long getCtls13outb()
        Getter for field CTLS13OUTB

        Number of established outbound CICS TLS 1.3 connections

        Number of established outbound CICS TLS 1.3 connections

      • getCtlsalloutb

        java.lang.Long getCtlsalloutb()
        Getter for field CTLSALLOUTB

        Number of established outbound all CICS TLS connections

        Number of established outbound all CICS TLS connections

      • getAtssl3inb

        java.lang.Long getAtssl3inb()
        Getter for field ATSSL3INB

        Number of established AT-TLS SSL 3 inbound connections

        Number of established AT-TLS SSL 3 inbound connections

      • getAttls10inb

        java.lang.Long getAttls10inb()
        Getter for field ATTLS10INB

        Number of established AT-TLS 1.0 inbound connections

        Number of established AT-TLS 1.0 inbound connections

      • getAttls11inb

        java.lang.Long getAttls11inb()
        Getter for field ATTLS11INB

        Number of established AT-TLS 1.1 inbound connections

        Number of established AT-TLS 1.1 inbound connections

      • getAttls12inb

        java.lang.Long getAttls12inb()
        Getter for field ATTLS12INB

        Number of established AT-TLS 1.2 inbound connections

        Number of established AT-TLS 1.2 inbound connections

      • getAttls13inb

        java.lang.Long getAttls13inb()
        Getter for field ATTLS13INB

        Number of established AT-TLS 1.3 inbound connections

        Number of established AT-TLS 1.3 inbound connections

      • getAtssl3outb

        java.lang.Long getAtssl3outb()
        Getter for field ATSSL3OUTB

        Number of established AT-TLS SSL 3 outbound connections

        Number of established AT-TLS SSL 3 outbound connections

      • getAttls10outb

        java.lang.Long getAttls10outb()
        Getter for field ATTLS10OUTB

        Number of established AT-TLS 1.0 outbound connections

        Number of established AT-TLS 1.0 outbound connections

      • getAttls11outb

        java.lang.Long getAttls11outb()
        Getter for field ATTLS11OUTB

        Number of established AT-TLS 1.1 outbound connections

        Number of established AT-TLS 1.1 outbound connections

      • getAttls12outb

        java.lang.Long getAttls12outb()
        Getter for field ATTLS12OUTB

        Number of established AT-TLS 1.2 outbound connections

        Number of established AT-TLS 1.2 outbound connections

      • getAttls13outb

        java.lang.Long getAttls13outb()
        Getter for field ATTLS13OUTB

        Number of established AT-TLS 1.3 outbound connections

        Number of established AT-TLS 1.3 outbound connections

      • getCurrentOutboundSocketsCount

        java.lang.Long getCurrentOutboundSocketsCount()
        Getter for field CURROUTSOCKS

        Current number of outbound sockets

        The current number of outbound TCP/IP sockets.

      • getPeakOutboundSocketsCount

        java.lang.Long getPeakOutboundSocketsCount()
        Getter for field PEAKOUTSOCKS

        Peak number of outbound sockets

        The peak number of outbound TCP/IP sockets.

      • getInbfullhs

        java.lang.Long getInbfullhs()
        Getter for field INBFULLHS

        Total number of inbound full TLS handshakes

        Total number of inbound full TLS handshakes. This information is only recorded for CICS managed TLS connections. It is not available for AT-TLS connections.

      • getInbabbrhs

        java.lang.Long getInbabbrhs()
        Getter for field INBABBRHS

        Total number of inbound abbreviated TLS handshakes

        Total number of inbound abbreviated TLS handshakes. This information is only recorded for CICS managed TLS connections. It is not available for AT-TLS connections.

      • getOutbfullhs

        java.lang.Long getOutbfullhs()
        Getter for field OUTBFULLHS

        Total number of outbound full TLS handshakes

        Total number of outbound full TLS handshakes. This information is only recorded for CICS managed TLS connections. It is not available for AT-TLS connections.

      • getOutbabbrhs

        java.lang.Long getOutbabbrhs()
        Getter for field OUTBABBRHS

        Total number of outbound abbreviated TLS handshakes

        Total number of outbound abbreviated TLS handshakes. This information is only recorded for CICS managed TLS connections. It is not available for AT-TLS connections.