TCP/IP Report

Figure 95 shows the format of the TCP/IP report. This report is produced using a combination of EXEC CICS® INQUIRE TCPIP and EXEC CICS COLLECT STATISTICS TCPIP commands. The statistics data is mapped by the DFHSOGDS DSECT. The field headings and contents are described in Table 219.

Figure 95. TCP/IP Report
Applid IYK2Z1V2  Sysid CJB2  Jobname CI07CJB2  Date 12/17/2004    Time 08:44:37           CICS 6.4.0                PAGE     37
 
 
TCP/IP
 
  TCP/IP Status. . . . . . . . . . . . . . . . . . . . . . :            OPEN

Start of change  SSLCACHE setting . . . . . . . . . . . . . . . . . . . . :            CICS

  Active SSL TCBs. . . . . . . . . . . . . . . . . . . . . :               0
  Maximum SSL TCBs (MAXSSLTCBS). . . . . . . . . . . . . . :              22End of change

  Max IP Sockets (MAXSOCKETS) limit. . . . . . . . . . . . :           1,500
  Number of times the MAXSOCKETS limit was reached . . . . :               0

  Current Active IP Sockets. . . . . . . . . . . . . . . . :               4

  Current number of inbound sockets. . . . . . . . . . . . :               7
  Peak number of inbound sockets . . . . . . . . . . . . . :               7

  Current number of non-persistent outbound sockets. . . . :               0
  Peak number of non-persistent outbound sockets . . . . . :               0

  Current number of persistent outbound sockets. . . . . . :               0
  Peak number of persistent outbound sockets . . . . . . . :               0

  Number of inbound sockets created. . . . . . . . . . . . :               0

  Number of outbound sockets created . . . . . . . . . . . :               0
  Number of outbound sockets closed. . . . . . . . . . . . :               0

  Total number of inbound and outbound sockets created . . :               0

  Number of create socket requests delayed by MAXSOCKETS . :               0
  Total MAXSOCKETS delay time. . . . . . . . . . . . . . . :  00:00:00.00000
  Average MAXSOCKETS delay time. . . . . . . . . . . . . . :  00:00:00.00000

  Number of create requests that timed-out at MAXSOCKETS . :               0

  Current create socket requests delayed by MAXSOCKETS . . :               0
  Peak create socket requests delayed by MAXSOCKETS. . . . :               0
  Total delay time for current create requests delayed . . :  00:00:00.00000
  Average delay time for current create requests delayed . :  00:00:00.00000
Table 219. Fields in the TCP/IP Report
Field Heading Description
TCP/IP Status Indicates the current status of TCP/IP for this CICS system.

Source field: EXEC CICS INQUIRE TCPIP OPENSTATUS()

Start of changeSSLCACHE settingEnd of change Start of changeIndicates the setting for the SSLCACHE system initialization parameter, which specifies whether SSL is to use the local or sysplex caching of session ids.

Source field: SOG_SSLCACHE

End of change
Start of changeActive SSL TCBsEnd of change Start of changeThe number of S8 TCBs in the SSL pool.

Source field: INQUIRE DISPATCHER ACTSSLTCBS()

End of change
Start of changeMaximum SSL TCBs (MAXSSLTCBS)End of change Start of changeThe maximum number of S8 TCBs allowed in the SSL pool, as specified by the MAXSSLTCBS system initialization parameter.

Source field: INQUIRE DISPATCHER MAXSSLTCBS()

End of change
Max IP sockets (MAXSOCKETS) limit The maximum number of IP sockets that can be managed by the CICS sockets domain.

Source field: SOG-MAXSOCKETS-LIMIT

Number of times the MAXSOCKETS limit was reached The number of times the maximum number of IP sockets limit (MAXSOCKETS) was reached.

Source field: SOG-TIMES-AT-MAXSOCKETS

Current Active IP sockets The current number of IP sockets managed by the CICS sockets domain.

Source field: EXEC CICS INQUIRE TCPIP ACTSOCKETS()

Current number of inbound sockets The current number of inbound sockets.

Source field: SOG-CURR-INBOUND-SOCKETS

Peak number of inbound sockets The peak number of inbound sockets.

Source field: SOG-PEAK-INBOUND-SOCKETS

Current number of non-persistent outbound sockets The current number of non-persistent outbound sockets.

Source field: SOG-CURR-OUTB-SOCKETS
Peak number of non-persistent outbound sockets The peak number of non-persistent outbound sockets.

Source field: SOG-PEAK-OUTB-SOCKETS
Current number of persistent outbound sockets The current number of persistent outbound sockets.

Source field: SOG-CURR-PERS-OUTB-SOCKETS
Peak number of persistent outbound sockets The peak number of persistent outbound sockets.

Source field: SOG-PEAK-PERS-OUTB-SOCKETS
Number of inbound sockets created The total number of inbound sockets created.

Source field: SOG-INBOUND-SOCKETS-CREATED
Number of outbound sockets created The total number of outbound sockets created.

Source field: SOG-OUTBOUND-SOCKETS-CREATED
Number of outbound sockets closed The total number of outbound sockets closed.

Source field: SOG-OUTBOUND-SOCKETS-CLOSED
Total number of inbound and outbound sockets created The total number of inbound and outbound sockets created.

Source field: SOG-INBOUND-SOCKETS-CREATED + SOG-OUTBOUND-SOCKETS-CREATED

Number of create socket requests delayed by MAXSOCKETS The number of create socket requests that were delayed because the system had reached the MAXSOCKETS limit.

Source field: SOG-DELAYED-AT-MAX-SOCKETS

Total MAXSOCKETS delay time The total time that create socket requests were delayed because the system had reached the MAXSOCKETS limit.

Source field: SOG-QTIME-AT-MAX-SOCKETS

Average MAXSOCKETS delay time The average time that a create socket request was delayed because the system had reached the MAXSOCKETS limit.

Source field: SOG-QTIME-AT-MAX-SOCKETS / SOG-DELAYED-AT-MAX-SOCKETS

Number of create requests that timed-out at MAXSOCKETS The number of create socket requests that were timed out whilst delayed because the system had reached the MAXSOCKETS limit.

Source field: SOG-TIMEDOUT-AT-MAXSOCKETS

Current create socket requests delayed by MAXSOCKETS The current number of create socket requests delayed because the system is at the MAXSOCKETS limit.

Source field: SOG-CURR-DELAYED-AT-MAX

Peak create socket requests delayed by MAXSOCKETS The peak number of create socket requests delayed because the system had reached the MAXSOCKETS limit.

Source field: SOG-PEAK-DELAYED-AT-MAX

Total delay time for current create requests delayed The total delay time for the create socket requests that are currently delayed because the system is at the MAXSOCKETS limit.

Source field: SOG-CURRENT-QTIME-AT-MAX

Average delay time for current create requests delayed The average delay time for the create socket requests that are currently delayed because the system is at the MAXSOCKETS limit.  

Source field: SOG-CURRENT-QTIME-AT-MAX / SOG-CURR-DELAYED-AT-MAX

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting Web and TCP/IP statistics
Full listing and DFHSTUP reports for these statistics
TCP/IP global and TCP/IP Service statistics
[[ Contents Previous Page | Next Page Index ]]