Peter, the 119 subtype 21, connection termination record I see using a vendor product, EASYSMF

has these fieldsĀ  - I hope the table format does not get wrapped ;


Columns

*Column*

        

*Description*

Time

        

The time the record was written (connection close).

System

        

The system that wrote the record.

Jobname

        

Connection address space name.

Remote IP

        

Remote IP address.

Remote Port

        

Remote port.

Local IP

        

Local IP address.

Local Port

        

Local port.

Conn ID

        

Connection ID.

Open

        

Connection establishment time.

Close

        

Session end time - the time session entered TIMEWAIT or LASTACK state.

Reason

        

Connection termination reason.

Duration

        

Time between connection establishment and TIMEWAIT or LASTACK.

Bytes In

        

Inbound byte count.

Bytes In/Sec

        

Average inbound transfer speed. Not useful if there were significant periods of time with no data transferred.

Bytes Out

        

Outbound byte count.

Bytes Out/Sec

        

Average outbound transfer speed. Not useful if there were significant periods of time with no data transferred.

Send Window

        

Send window at connection close.

Max Send Window

        

Maximum send window size.

Congestion Window

        

Congestion window at connection close.

Send Seg. Size

        

Send segment size at connection close.

RTT (ms)

        

Round trip time in milliseconds, at connection close.

RTT Variance

        

Round trip time variance estimator in milliseconds, at connection close.

Segments In

        

Inbound segment count.

Segments Out

        

Outbound segment count.

Dup Acks

        

Total number of DUP ACKs received.

Retransmits

        

Number of retransmits required.

On 12/29/2021 12:30 AM, Peter wrote:
Hello Joe

Thank you so much for the CBT 523 but looks like with SMF 119 subtype 21 I
could just see LU with the started task used. Don't see any field reporting
IP address

Is there any need to checked ?

Peter

On Tue, 28 Dec, 2021, 7:09 pm Joe Monk,<[email protected]>  wrote:

Have a look at file 523 on the CBTTAPE. It is a generalized SMF record
processor, that you could probably use to extract the records and then
report on them.

//*                     S  M  F  S  L  C  T                         *
  FILE 523
//*                                                                 *
  FILE 523
//*       This program will read SMF data (from the MAN             *
  FILE 523
//*      datasets or output from IFASMFDP), and will select         *
  FILE 523
//*      records according to user specified criteria.              *
  FILE 523
//*      Records can be selected by date and time, by record        *
  FILE 523
//*      type (and /or subtype), by Jobname, or by data at an       *
  FILE 523
//*      offset within the record. Records must meet date/time      *
  FILE 523
//*      and record type criteria before being eligible for         *
  FILE 523
//*      selection, as determined by Jobname and/or data            *
  FILE 523
//*      specifications.                                            *
  FILE 523
//*                                                                 *
  FILE 523
//*       By default, any records selected from the input           *
  FILE 523
//*      will be printed to SYSPRINT, unless 'PRINT=NO' is          *
  FILE 523
//*      specified in the SYSIN control cards. If SYSUT2 is         *
  FILE 523
//*      present, the selected input records will also be           *
  FILE 523
//*      written to it.                                             *
  FILE 523
//*                                                                 *
  FILE 523
//*       Multiple output files with different selection            *
  FILE 523
//*      criteria can be produced in one run of SMFSLCT. The        *
  FILE 523
//*      output DDNames and selection criteria are specified        *
  FILE 523
//*      in the control cards in SYSIN.                             *
  FILE 523
//*                                                                 *
  FILE 523
//*       Two user-written exits can be used with SMFSLCT -         *
  FILE 523
//*      the first is given control after an SMF record is          *
  FILE 523
//*      read, and the second after an SMF record has been          *
  FILE 523
//*      selected.                                                  *
  FILE 523
//*                                                                 *
  FILE 523
//*      Input:                                                     *
  FILE 523
//*          SYSUT1   - SMF dataset - either the output from        *
  FILE 523
//*                     IFASMFDP or one of the SYS1.MAN             *
  FILE 523
//*                     datasets. If this DDName is not             *
  FILE 523
//*                     allocated, it will be dynamically           *
  FILE 523
//*                     allocated to the active SMF dataset.        *
  FILE 523
//*                                                                 *
  FILE 523
//*          SYSIN    - Control cards (see below).                  *
  FILE 523
//*                                                                 *
  FILE 523
//*      Output:                                                    *
  FILE 523
//*          SYSPRINT - Error messages, selected SMF records.       *
  FILE 523
//*          SYSUT2   - optional, selected SMF records.             *
  FILE 523
//*                                                                 *
  FILE 523
//*      Attributes:                                                *
  FILE 523
//*          Re-entrant, Reuseable, Refreshable, Not Authorized,    *
  FILE 523
//*          AMODE(31), RMODE(ANY)                                  *
  FILE 523


Joe

On Tue, Dec 28, 2021 at 12:16 AM Jake Anderson<[email protected]>
wrote:

Hello

Is there a freeware or any sample REXX which can produce a human readable
output to understand any IP tied up to a VTAM(LU) by reading the SMF
dataset. We don't have SAS or MXG in our shop.

Any pointers would be appreciated.

Jake

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email [email protected]  with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email [email protected]  with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email [email protected]  with the message: INFO IBM-MAIN

--
/I am not bound to win, but I am bound to be true. I am not bound to succeed, but I am bound to live by the light that I have. I must stand with anybody that stands right, and stand with him while he is right, and part with him when he goes wrong. *Abraham Lincoln*/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to