Performance data in group DFHSOCK

Descriptions of the performance data fields in the DFHSOCK group, including the numeric identifier, type, and size of each field.

241 (TYPE-S, 'SOIOWTT', 12 BYTES)
The elapsed time the user task spent waiting for any socket I/O to complete. This time includes the time the task spent on send and receive calls. It applies to inbound and outbound sockets. For more information, see Clocks and time stamps and Transaction wait (suspend) times.

This field is a component of the task suspend time, SUSPTIME (014), field.

242 (TYPE-A, 'SOBYENCT', 4 BYTES)
The number of bytes encrypted by the secure sockets layer for the user task.
243 (TYPE-A, 'SOBYDECT', 4 BYTES)
The number of bytes decrypted by the secure sockets layer for the user task.
245 (TYPE-C, 'TCPSRVCE', 8 BYTES)
The TCP/IP service name that attached the user task.
246 (TYPE-A, 'PORTNUM', 4 BYTES)
The TCP/IP port number of the TCP/IP service that attached the user task.
288 (TYPE-A, 'ISALLOCT, 4 BYTES)
The number of allocate session requests issued by the user task for sessions using IPIC.
289 (TYPE-A, 'SOEXTRCT', 4 BYTES)
The number of EXTRACT TCPIP and EXTRACT CERTIFICATE requests issued by the user task.
290 (TYPE-A,'SOCNPSCT',4 BYTES)
The total number of requests made by the user task to create a nonpersistent outbound socket.
291 (TYPE-A,'SOCPSCT',4 BYTES)
The total number of requests made by the user task to create a persistent outbound socket.
292 (TYPE-A,'SONPSHWM',4 BYTES)
The peak number of nonpersistent outbound sockets owned by the user task.
293 (TYPE-A,'SOPSHWM',4 BYTES)
The peak number of persistent outbound sockets owned by the user task.
294 (TYPE-A,'SORCVCT',4 BYTES)
The total number of receive requests issued for outbound sockets (persistent and nonpersistent) by the user task.
295 (TYPE-A,'SOCHRIN',4 BYTES)
The total number of bytes received on outbound sockets by the user task
296 (TYPE-A,'SOSENDCT',4 BYTES)
The total number of send requests issued for outbound sockets (persistent and nonpersistent) by the user task.
297 (TYPE-A,'SOCHROUT',4 BYTES)
The total number of bytes sent on outbound sockets by the user task.
298 (TYPE-A, 'SOTOTCT', 4 BYTES)
The total number of socket requests issued by the user task.
299 (TYPE-S, 'SOOIOWTT', 12 BYTES)
The elapsed time that the user task spent waiting for a socket to be created by the socket manager when CICS is at the MAXSOCKETS limit. This field is currently not used because no callers within CICS choose to wait for a socket to become available when CICS is at the MAXSOCKETS limit.

This field is a component of the task suspend time, SUSPTIME (014), field.

300 (TYPE-S, 'ISIOWTT', 12 BYTES)
The elapsed time for which a user task waited for control at this end of an IPIC connection.
301 (TYPE-A, 'SOMSGIN1', 4 BYTES)
The number of inbound socket receive requests issued by the user task.
302 (TYPE-A, 'SOCHRIN1', 4 BYTES)
The number of characters received by inbound socket receive requests issued by the user task.
303 (TYPE-A, 'SOMSGOU1', 4 BYTES)
The number of inbound socket send requests issued by the user task.
304 (TYPE-A, 'SOCHROU1', 4 BYTES)
The number of characters sent by inbound socket send requests issued by the user task.
305 (TYPE-C, 'ISIPICNM', 8 BYTES)
The name of the IPIC connection for the TCP/IP service that attached the user task.
318 (TYPE-C, 'CLIPADDR', 40 BYTES)
The IP address of the client or Telnet client.
319 (TYPE-S, 'ISALWTT', 12 BYTES)
The elapsed time for which a user task waited for an allocate request for an IPIC session. For more information, see Clocks and time stamps and Transaction wait (suspend) times.

This field is a component of the task suspend time, SUSPTIME (014), field.

320 (TYPE-A, 'SOCIPHER', 4 BYTES)
Identifies the code for the cipher suite that was selected during the SSL handshake for use on the inbound connection, for example X'0000002F'. For a list of the cipher suites that are supported by CICS® and z/OS® and their codes, see Cipher suites and cipher suite specification files.
330 (TYPE-A, 'CLIPPORT', 4 BYTES)
The port number of the client or Telnet client.
344 (TYPE-C, 'SOCONMSG', 4 BYTES)
Indicates whether the task processed the first message for establishing a new connection for a client. This field helps you measure how often a new socket connection is created.
Y
Indicates that the task processed the first message from the client.
N
Indicates that the task processed a subsequent message from the client.