TCPIP$UCP_HELP.HLB  —  SHOW  DEVICE_SOCKET, Examples
    1.TCPIP> SHOW DEVICE_SOCKET BG21 /FULL

      Displays complete information about device socket BG21,
      including the options that are set, for example, the FULL_
      DUPLEX_CLOSE option.

      (With the FULL_DUPLEX_CLOSE option set, the first data
      transmission on a TCP connection that has been closed by the
      remote application returns an EPIPE error. Subsequent send
      operations on the half-closed socket proceed normally.)

      The following table describes the counters in the first column
      of the display.

      Counter    Meaning

      Q0LEN      Number of sockets that are about to be connected to
                 the specified socket
      QLEN       Number of sockets that have established a connection
                 but have not yet been accepted by the specified
                 socket
      QLIMIT     Number of sockets for the Q0LEN and QLEN sockets
      TIMEO      Not used
      ERROR      Error code temporarily stored on the socket
      OOBMARK    Out-of-band mark

    2.TCPIP> SHOW DEVICE_SOCKET BG75 /CONTINUOUS=10

      Displays information about device socket BG75 every 10 seconds.

    3.TCPIP> SHOW DEVICE_SOCKET /HOST="lark"

      Displays information about all device sockets for remote host
      lark.

    4.TCPIP> SHOW DEVICE_SOCKET BG1898
                                  Port                       Remote
      Device_socket  Type    Local  Remote  Service           Host

        bg1898      STREAM      23    2568  TELNET           16.20.176.227

      Displays socket type, service, and host information for device
      BG1898.
Close Help