DISPLAY STATS command

Display resource statistics:

Read syntax diagramSkip visual syntax diagramDISPLAY NET,STATS,TYPE= VTAM,MAX=DSPLYDEF_start_option_value,MAXNUM=*number_of_resources

Display data compression statistics:

Read syntax diagramSkip visual syntax diagramDISPLAY NET,STATS,TYPE= COMPRESS

Display coupling facility structure statistics:

Read syntax diagramSkip visual syntax diagramDISPLAY NET,STATS,TYPE= CFS,STRNAME=STRGR_start_option_value,STRNAME=structure_name*SWSA_structure_nameEntry OptionsSysplexports_structure_nameEntry Options
Entry Options
Read syntax diagramSkip visual syntax diagram,DVIPA=dvipa_address,LIST=list_number,LIST=ALL,FROM=1,FROM=starting_list_numberScope OptionsMax Options
Scope Options
Read syntax diagramSkip visual syntax diagram,SCOPE=ONLY,SCOPE=ALLONLY
Max Options
Read syntax diagramSkip visual syntax diagram,MAX=DSPLYDEF_start_option_value,MAXNUM=*number_of_lines

Abbreviations

Operand Abbreviation
DISPLAY D
SCOPE=ALL EVERY or E
SCOPE=ONLY NONE or N
STRNAME STRNM

Purpose

The DISPLAY STATS (statistics) command displays information about the network, such as the number of resources of each type, the values of certain start options, the MVS™ coupling facility structure, and data compression.

This information can be used with z/OS Communications Server: New Function Summary to calculate the amount of storage required for VTAM®. For information about how to use the host-based storage information in this display, see the z/OS Communications Server: New Function Summary.

Attention: Depending on the size and configuration of your network, issuing this command from the console or from the ISTSTATS program operator might affect system performance. Issuing the DISPLAY STATS command from the console is not recommended.

When issued with the value TYPE=CFS to display the SWSA structure (STRNAME=SWSA_structure_name), additional keywords can be specified to display information from the lists and list entries in the SWSA structure.

More specifically, for each claimed list, the output will display:
  • The list number
  • The DVIPA address
  • The stack name (job name) and system name of the owning TCP stack
  • The number of entries in the list
  • For a list that is not being used for sequence number tracking, the takeover or giveback count
  • For a list that is used for sequence number tracking, the next available sequence number is displayed.

A claimed list is one which has been associated with a DVIPA address and assigned an owning TCP stack.

Base your choice on the following conditions. If all claimed lists in the structure are displayed, the sum of the number of entries of all the lists will be one less than the current number of entries shown in message IST1377I. This is because list 0, which is used for structure maintenance, is never displayed.

If you specify . . . Then . . .
A specific list number, but the list is not claimed A message specifying LIST listnumber IS UNCLAIMED will be displayed.
A specific DVIPA address, but there are no claimed lists associated with that DVIPA A message specifying NO CLAIMED LIST FOUND FOR THE SPECIFIED DVIPA will be displayed.
LIST=ALL and there are no claimed lists within the range requested A message specifying NO CLAIMED LISTS FOUND will be displayed.
Requested list entry information (by the way of the SCOPE=ALL keyword) The list entry key for each entry on the list will be displayed in hexadecimal format.

You can now perform the steps to display a specific claimed list.

When issued with the value TYPE=CFS to display the Sysplexports structure (STRNAME=Sysplexports_structure_name), additional keywords can be specified to display information from the lists and list entries in the Sysplexports structure.

More specifically, for each claimed list (that is, a list associated to a DVIPA), the output will display:
  • The list number
  • The DVIPA address
  • The number of assigned ephemeral ports
  • For each TCPIP stack associated with the DVIPA, the stack name (job name), system name of that TCP stack, and the number of ephemeral ports assigned to that stack

Base your choice on the following conditions:

If you specify . . . Then . . .
A specific list number, but the list is not claimed A message specifying LIST listnumber IS UNCLAIMED will be displayed.
A specific DVIPA address, but there are no claimed lists associated with that DVIPA A message specifying NO CLAIMED LIST FOUND FOR THE SPECIFIED DVIPA will be displayed.
LIST=ALL and there are no claimed lists within the range requested A message specifying NO CLAIMED LISTS FOUND will be displayed.
Requested list entry information (by the way of the SCOPE=ALL keyword) The set of ephemeral ports for each TCPIP stack associated with that list will be displayed.

You can now perform the steps to display a specific claimed list.

Operands

DVIPA
Specifies a DVIPA address in dotted decimal format or colon-hexadecimal format. All list headers pertaining to this DVIPA will be displayed.
FROM
Indicates the starting list number at which the search for claimed lists to be displayed begins. Valid only when LIST=ALL is specified.
LIST
Specifies the list number to display. If LIST=ALL is specified, the FROM keyword may be used to indicate where to begin searching for claimed lists.
MAX
Specifies the maximum number of output lines that VTAM displays for this command. The MAX operand is valid only when TYPE=VTAM or TYPE=CFS and STRNAME=SWSA_structure_name or STRNAME=Sysplexports_structure_name are specified.
Guideline: The value MAX=* might generate an undesirably large display. Do not specify MAX=* until you understand the potential effect of this command on your console.
MAX=*
Specifies that the value of the DSPLYMAX start option is used to limit the display output.
MAX=number_of_resources
Specifies the maximum number of statistics to display. The valid range is 1 - value of DSPLYMAX. The default is the value specified for the DSPLYDEF start option.
MAX=number_of_lines
Specifies the maximum number of lines of output to display when displaying information from the structure specified by the SWSA_structure_name value or the structure specified by the Sysplexports_structure_name value. The valid range is 1 to the value of DSPLYMAX. The default is the value specified for the DSPLYDEF start option.
NUM
A synonym for the MAX operand.
SCOPE
Specifies the scope of the display. This keyword is valid only when you specify TYPE=CFS, STRNAME=SWSA_structure_name or STRNAME=Sysplexports_structure_name, and you specify either the DVIPA keyword or the LIST keyword.
SCOPE=ALL
If you specify STRNAME=SWSA_structure_name, the information from the list headers and the list entry key for each entry on the list is displayed. If you specify STRNAME=Sysplexports_structure_name, the assigned ephemeral ports for each TCP/IP stack are displayed.
SCOPE=ONLY
Displays the information from the list headers only.
STRNAME
Specifies which VTAM or TCP/IP coupling facility structure to display.
STRNAME=structure_name
Specifies the name of a VTAM coupling facility structure to display. The structure name can be 1 - 16 characters long. If subplexing is being used (that is, start option XCFGRPID has been specified), the structure_name value must include the 2-digit suffix specified on the XCFGRPID start option.
STRNAME=*
Specifies that all VTAM structures are to be displayed.
STRNAME=SWSA_structure_name
The SWSA_structure_name value has the form EZBDVIPAvvtt, where vv is the 2-digit VTAM XCF group ID suffix provided on the XCFGRPID start option, and tt is the 2-digit TCP/IP XCF group ID suffix provided with the XCFGRPID parameter on the GLOBALCONFIG statement in the TCP/IP profile.
Guidelines:
  • If no VTAM XCF group ID suffix was provided, but a TCP/IP XCF group ID was specified, the format of the name is EZBDVIPA01tt.
  • If no TCP/IP XCF group ID suffix was specified, but a VTAM XCF group ID was specified, the format of the name is EZBDVIPAvv.
  • If neither XCF group ID is provided, the structure name is EZBDVIPA.
When the structure name explicitly specifies the SWSA structure, you can specify additional keywords to display information from the list headers and list entries within the SWSA structure.
STRNAME=Sysplexports_structure_name
The Sysplexports_structure_name value has the form EZBEPORTvvtt, where vv is the 2-digit VTAM XCF group ID suffix provided on the XCFGRPID start option, and tt is the 2-digit TCP/IP XCF group ID suffix provided with the XCFGRPID parameter on the GLOBALCONFIG statement in the TCP/IP profile.
Guidelines:
  • If no VTAM XCF group ID suffix was provided, but a TCP/IP XCF group ID was specified, the format of the name is EZBEPORT01tt.
  • If no TCP/IP XCF group ID suffix was specified, but a VTAM XCF group ID was specified, the format of the name is EZBEPORTvv.
  • If neither XCF group ID is provided, the structure name is EZBEPORT.
When the structure name explicitly specifies the Sysplexports structure, you can specify additional keywords to display information from the list headers and list entries within the Sysplexports structure.
TYPE
Specifies what type of statistical information to display.
TYPE=VTAM
Displays information about the type and number of resources in the network and the values of certain start options.
TYPE=COMPRESS
Displays information about data compression.
TYPE=CFS
Displays attributes for the MVS coupling facility structure.

Resulting display

The resulting display shows:
  • For TYPE=VTAM, a function ID for each resource type, the number of resources of each type, and the values of certain start options.
  • For TYPE=COMPRESS, the number of half-sessions by active compression level that use data compression on input and output flows.

    Output values for adaptive compression levels are split into BASIC and FROZEN. BASIC indicates the number of half-sessions currently using compression tables in the adaptive mode. FROZEN indicates the number of half-sessions currently using static compression tables.

    Output values for sessions using run-length encoding (RLE) compression levels are also split into BASIC and FROZEN. BASIC indicates the number of half-sessions currently using compression tables in the basic mode. FROZEN does not apply to RLE compression.

  • For TYPE=CFS, the attributes for the MVS coupling facility structure identified on the STRNAME operand.
  • For TYPE=CFS with STRNAME=SWSA_structure_name specified and either DVIPA or LIST specified, information about the contents of the list headers within the SWSA structure, and, if SCOPE=ALL is specified, the list entry keys for each list entry on the list.
  • For TYPE=CFS with option STRNAME=Sysplexports_structure_name specified:
    • The range of sysplex-wide unique ephemeral ports is displayed, if such a range has been defined using the TCP GLOBALCONFIG EXPLICITBINDPORTRANGE profile statement.
    • If DVIPA is specified, the display shows information about the number of ephemeral ports that are assigned for the specified DVIPA, each TCP/IP stack associated with the DVIPA, and the number of ephemeral ports assigned to each of those stacks.
    • If LIST is specified, the display shows information about the DVIPA address associated with the specified list number, the number of ephemeral ports assigned for that DVIPA, and information about each TCP/IP stack that is associated with that DVIPA. The display also shows the number of ephemeral ports that are assigned to each of those stacks.
    • If LIST=0 is specified, the display shows the number of assigned sysplex-wide unique ephemeral ports that are included in the explicit bind port range (EXPLICITBINDPORTRANGE). The display also shows each TCP/IP stack that is using the explicit bind port range and the number of explicit bind port range ports that are assigned to each of those stacks.
    • If SCOPE=ALL is specified, the set of ephemeral ports that are assigned to each stack is displayed. The ports displayed for the explicit bind port range (list 0) might include ports that are not in the current explicit bind port range if the ports were assigned before when the current explicit bind port range was set.

Examples

Displaying statistical information:
d net,stats,type=vtam
IST097I DISPLAY ACCEPTED                                             
IST350I DISPLAY TYPE = STATS,TYPE=VTAM                            
IST1349I COMPONENT ID IS 5695-11701-10A                              
IST1345I    ID      VALUE        DESCRIPTION                         
IST1227I   151          0 = DEPENDENT LU TOTAL FOR ISTPUS            
IST1227I   151         32 = DEPENDENT LU TOTAL FOR NCP3AB8           
IST1227I    11          0 = CHANNEL-TO-CHANNEL ATTACHMENTS           
IST1227I    61          0 = SNA DATA COMPRESSION SESSIONS            
IST1227I    63         27 = RECOVERABLE SESSIONS                     
IST1227I    56          1 = TOTAL APPL SESSIONS                      
IST1227I    58          0 = LU6.2 SESSIONS                           
IST1227I    60          1 = ICSF ENCRYPTION SERVICES                 
IST1227I    67         33 = PU STATEMENTS UNDER SW LINES             
IST1227I    15          0 = SNA PU TOTAL MAXBFRU                     
IST1227I    21          0 = ICA DEVICES                              
IST1227I    51         49 = ACTIVE LU TOTAL                          
IST1227I    10          0 = TOTAL LINE STATEMENTS FOR XCA MAJOR NODES
IST1227I    14          0 = CA CLUSTER CONTROLLER TOTAL              
IST1227I     2        200 = VIT TABLE SIZE                           
IST1227I    65         70 = NUMBER OF LINES DEFINED                 
IST1227I     3        256 = IOBUF SIZE                              
IST1227I    47        511 = MAXIMUM SUBAREA                         
IST1227I    48         60 = DEFINED PU TOTAL                        
IST1227I    49          4 = ACTIVE PU TOTAL                         
IST1227I    16         39 = LOCAL NON-SNA TERMINALS                 
IST1227I    80         28 = NETWORK INDEPENDENT LU TOTAL            
IST1227I    81          0 = DYNAMICALLY DEFINED LU TOTAL            
IST1227I     6         17 = MAXBFRU FOR CHANNEL-ATTACHED CONTROLLERS
IST1227I     8          0 = XCA MAJOR NODES                         
IST1227I    74          0 = CROSS NETWORK APPL SESSIONS             
IST1227I    17          0 = NETVIEW PIU TRACE BUFFER SIZE           
IST1227I    18          2 = NETVIEW PIU TRACE BUFFERS               
IST1227I    19          0 = NETVIEW SAW BUFFER SIZE                 
IST1227I    46         28 = INDEPENDENT LU TOTAL                    
IST1227I    52          0 = ACTIVE DEPENDENT LU TOTAL               
IST1227I    66          0 = SWNET STATEMENTS                        
IST1227I    99        ICN = VTAM CONFIGURATION                      
IST1227I    70          0 = PATH STATEMENTS                         
IST1227I    77          0 = SAME DOMAIN LU6.2 SESSIONS            
IST1227I    78          0 = SAME NETWORK MULTI-NODE LU6.2 SESSIONS
IST1227I    79          0 = CROSS NETWORK LU6.2 SESSION           
IST1227I    50         71 = DEFINED LU TOTAL                      
IST1227I    57          1 = LU6.2 APPLICATIONS                    
IST1227I    53          0 = LOCAL LU-LU SESSIONS                  
IST1227I    55          1 = LU TOTAL TSO SESSIONS                 
IST1227I    71          0 = APPL - LU SESSIONS                    
IST1227I    73          0 = SAME NETWORK MULTI-NODE LU SESSIONS   
IST1227I     5          2 = CHANNEL-ATTACHED CONTROLLERS          
IST1227I    12          0 = TOTAL MAXBFRU FOR CTC ATTACHMENTS     
IST1227I    13          0 = CTC TOTAL MAXBFRU CROSS DOMAIN        
IST1227I    54          0 = PERSISTENT LU-LU SESSIONS             
IST1227I    20          0 = NETVIEW SAW BUFFERS                   
IST1227I    22          2 = DESTINATION SUBAREAS                  
IST1227I   101         NO = CENTRAL DIRECTORY SERVER SUPPORT      
IST1227I   123          0 = MPC READ BUFFER                       
IST1227I    64          2 = CURRENT NUMBER OF SESSION PARTNERS    
IST1227I   100         13 = DYNAMIC DIRECTORY ENTRIES            
IST1227I   102          1 = REGISTERED DIRECTORY ENTRIES         
IST1227I   103          0 = SYSTEM DEFINED DIRECTORY ENTRIES     
IST1227I   104          0 = ADJACENT END NODES                   
IST1227I   106          0 = CENTRAL DIRECTORY SERVER             
IST1227I   107          0 = ADJACENT NETWORK NODES               
IST1227I   108          7 = APPN CLASS OF SERVICE                
IST1227I   109          1 = NETWORK NODES IN THE NETWORK         
IST1227I   111          0 = CONNECTION NETWORKS                  
IST1227I   116          0 = INTERMEDIATE ROUTED SESSIONS         
IST1227I   119          0 = CROSS NETWORK LU SESSIONS            
IST1227I   120          0 = MULTIPATH CHANNEL MAJOR NODES        
IST1227I   121         73 = MPC READ SUBCHANNEL ADDRESSES        
IST1227I   122         73 = MPC WRITE SUBCHANNEL ADDRESSES       
IST1227I   124          0 = MPC WRITE BUFFER                     
IST1227I   125          1 = APPLICATION SESSIONS                 
IST1227I   113          0 = PARALLEL SESSION PER LU              
IST1227I   112          0 = SAME NETWORK MULTI-NODE APPL SESSIONS                   
IST1227I   140          0 = MAXIMUM DIRECTORY SIZE                   
IST1227I   141        100 = MAXIMUM TRS ROUTING TREES                
IST1227I   142          0 = END NODE TRANSMISSION GROUPS             
IST1227I   143          0 = NETWORK NODE TRANSMISSION GROUPS         
IST1227I   144          0 = VIRTUAL NODE TRANSMISSION GROUPS         
IST1227I   152          0 = ACTIVE DEPENDENT LU REQUESTERS           
IST1227I   153          0 = ACTIVE DLUR SERVED PU TOTAL              
IST1227I   154          0 = ACTIVE DLUR SERVED LU TOTAL              
IST1227I   155          0 = VR-BASED TRANSMISSION GROUPS             
IST1227I   156          0 = CONNECTION NETWORK DYNAMIC TGS           
IST1227I   157          1 = TRANSPORT RESOURCE LIST ENTRIES          
IST1227I   159          0 = ADJACENT CLUSTER TABLE CPNAME ENTRIES    
IST1227I   160          0 = CP-CP SESSIONS                           
IST1227I   161        170 = HIGHEST ELEMENT ADDRESS ASSIGNED         
IST1227I   162        433 = HIGHEST EXTENDED ELEMENT ADDRESS ASSIGNED
IST1227I   164        143 = CURRENT ELEMENT ADDRESS TOTAL            
IST1227I   165        371 = CURRENT EXTENDED ELEMENT ADDRESS TOTAL
IST1227I   170          1 = IDS3270 TOTAL SESSIONS MONITORED        
IST1227I   171          0 = IDS3270 CURRENT SESSIONS MONITORED      
IST1227I   172          0 = IDS3270 SESSIONS MONITORED SINCE ENABLE     
IST1227I   173          0 = IDS3270 TOTAL INCIDENTS FOUND           
IST1227I   174          0 = IDS3270 TOTAL SUPPRESSED CONSOLE REPORTS
IST1454I 92 STATISTICS DISPLAYED                                  
IST314I END                                                       
Displaying statistical information, limiting output to five resources:
d net,stats,type=vtam,max=5
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = STATS,TYPE=VTAM
IST1349I COMPONENT ID IS 5695-11701-401
IST1345I    ID      VALUE        DESCRIPTION
IST1227I   151          0 = DEPENDENT LU TOTAL FOR ISTPUS
IST1227I    11          0 = CHANNEL-TO-CHANNEL ATTACHMENTS
IST1227I    61          0 = SNA DATA COMPRESSION SESSIONS
IST1227I    63          2 = RECOVERABLE SESSIONS
IST1227I    56          0 = TOTAL APPL SESSIONS
IST1315I DISPLAY TRUNCATED AT MAX = 5
IST1454I 5 STATISTICS DISPLAYED
IST314I END
Displaying data compression statistics:
d net,stats,type=compress
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = STATS,TYPE=COMPRESS
IST1435I LEVEL     INPUT                 OUTPUT
IST1176I                             BASIC    FROZEN
IST1177I   0       13910             13800    **NA**
IST1177I   1         489               164    **NA**
IST1177I   2         701               833       404
IST1177I   3         286                55        20
IST1177I   4          90               147        53
IST314I END
Displaying the default coupling facility structure:
d net,stats,type=cfs
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = STATS,TYPE=CFS
IST1370I NETA.A01N IS CONNECTED TO STRUCTURE ISTGENERIC
IST1797I STRUCTURE TYPE = LIST
IST1517I LIST HEADERS = 4 - LOCK HEADERS = 4
IST1373I STORAGE ELEMENT SIZE = 1024
IST924I -------------------------------------------------------------
IST1374I                            CURRENT     MAXIMUM  PERCENT
IST1375I STRUCTURE SIZE              10240K      25088K      41
IST1376I STORAGE ELEMENTS                 0         972       0
IST1377I LIST ENTRIES                     1       48595       0
IST314I END
Displaying all coupling facility structures:
d net,stats,type=cfs,strname=*
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = STATS,TYPE=CFS
IST1370I NETA.A01N IS CONNECTED TO STRUCTURE ISTMNPS
IST1797I STRUCTURE TYPE = LIST
IST924I -------------------------------------------------------------
IST350I DISPLAY TYPE = STATS,TYPE=CFS
IST1370I NETA.A01N IS CONNECTED TO STRUCTURE ISTGENERIC
IST1797I STRUCTURE TYPE = LIST
IST314I END
Displaying a multinode persistent session coupling facility structure:
d net,stats,type=cfs,strname=istmnps
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = STATS,TYPE=CFS 
IST1370I NETA.A01N IS CONNECTED TO STRUCTURE ISTMNPS
IST1797I STRUCTURE TYPE = LIST
IST1517I LIST HEADERS = 256 - LOCK HEADERS = 0
IST1373I STORAGE ELEMENT SIZE = 256
IST924I -------------------------------------------------------------
IST1374I                            CURRENT     MAXIMUM  PERCENT
IST1375I STRUCTURE SIZE              10240K      25088K      41
IST1376I STORAGE ELEMENTS              1188       25401       4
IST1377I LIST ENTRIES                  1050       12700       8
IST314I END
Displaying a multinode persistent session coupling facility structure with alternate structures:
d net,stats,type=cfs,strname=istmnps
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = STATS,TYPE=CFS 
IST1370I NETA.A81N IS CONNECTED TO STRUCTURE ISTMNPS
IST1797I STRUCTURE TYPE = LIST
IST1517I LIST HEADERS = 256 - LOCK HEADERS = 0
IST1373I STORAGE ELEMENT SIZE = 256
IST924I -------------------------------------------------------------
IST1374I                            CURRENT     MAXIMUM  PERCENT
IST1375I STRUCTURE SIZE               6144K      12288K      50
IST1376I STORAGE ELEMENTS              3617       15422      23
IST1377I LIST ENTRIES                   696        7711       9
IST924I -------------------------------------------------------------
IST1519I ALTERNATE STRUCTURES ARE:
IST1567I ISTMNPS02         ISTMNPS01
IST314I END
Displaying the contents of an SWSA structure for all lists associated with DVIPA addresses:
d net,stats,type=cfs,strname=ezbdvipa1121,list=all,scope=all
IST097I DISPLAY ACCEPTED 
IST350I DISPLAY TYPE = STATS,TYPE=CFS 
IST1370I NETA.A01N IS CONNECTED TO STRUCTURE EZBDVIPA1121 
IST1797I STRUCTURE TYPE = LIST  
IST1517I LIST HEADERS = 2048 - LOCK HEADERS = 0  
IST1373I STORAGE ELEMENT SIZE = 256                     
IST924I  ------------------------------------------------------------- 
IST1374I                            CURRENT     MAXIMUM  PERCENT      
IST1375I STRUCTURE SIZE               6144K      10240K       60       
IST1376I STORAGE ELEMENTS                32       16821        0       
IST1377I LIST ENTRIES                     4        1682        0       
IST924I  ------------------------------------------------------------- 
IST1834I LIST DVIPA SYSNAME TCPNAME    #ENTRIES    TGCOUNT SEQNUMBER  
IST1835I    1 203.3.1.165     
IST1836I            MVS165  TCPCS3            0          1
IST1835I    3 203.1.1.11      
IST1836I            VIC011  TCPCS             2          2  
IST1838I               LIST ENTRY KEYS:                         
IST1839I                 01000000000000010000000100000000     
IST1839I                 0200000000000001077A83D000000000    
IST1835I    4 203.1.1.11      
IST1837I            VIC011  TCPCS             1                   18
IST1838I               LIST ENTRY KEYS:        
IST1839I                 00000000000000000000000000000011 
IST314I END          
Displaying the contents of the Sysplexports structure for all lists associated with DVIPA addresses:
d net,stats,type=cfs,strname=ezbeport1122,list=all 
IST097I DISPLAY ACCEPTED 
IST350I DISPLAY TYPE = STATS,TYPE=CFS  
IST1370I NETA.A01N IS CONNECTED TO STRUCTURE EZBEPORT1122 
IST1797I STRUCTURE TYPE = LIST  
IST1517I LIST HEADERS = 1024 - LOCK HEADERS = 1024  
IST1373I STORAGE ELEMENT SIZE = 256                     
IST924I ------------------------------------------------------------- 
IST1374I                            CURRENT     MAXIMUM  PERCENT      
IST1375I STRUCTURE SIZE               6144K      10240K      60       
IST1376I STORAGE ELEMENTS                32       16821       0       
IST1377I LIST ENTRIES                     8        1682       0       
IST924I ------------------------------------------------------------- 
IST1823I LIST DVIPA SYSNAME  TCPNAME      # Assigned Ports  
IST1824I    1 203.3.1.165                                3
IST1825I            VIC011   TCPCS2                      2 
IST1825I            VIC011   TCPCS                       0 
IST1825I            MVS165   TCPCS                       1          
IST1824I    4 203.1.1.11                                 5 
IST1825I            MVS165   TCPCS3                      2 
IST1825I            VIC011   TCPCS                       3         
IST314I END                        
Displaying the contents of the Sysplexports structure, including a set of all the ephemeral ports associated with each TCP/IP stack for lists that are not empty:
d net,stats,type=cfs,strname=ezbeport1222,list=all,scope=all
IST097I DISPLAY ACCEPTED                                             
IST350I DISPLAY TYPE = STATS,TYPE=CFS                             
IST1370I NETA.SSCP1A IS CONNECTED TO STRUCTURE EZBEPORT1222              
IST1797I STRUCTURE TYPE = LIST                                       
IST1517I LIST HEADERS = 1024 - LOCK HEADERS = 1024                      
IST1373I STORAGE ELEMENT SIZE = 256                                
IST924I -------------------------------------------------------------
IST1374I                            CURRENT     MAXIMUM  PERCENT     
IST1375I STRUCTURE SIZE               6144K      10240K      60      
IST1376I STORAGE ELEMENTS                32       16821       0      
IST1377I LIST ENTRIES                     8        1682       0      
IST924I -------------------------------------------------------------
IST2221I EXPLICITBINDPORTRANGE - START: 50000 END: 51023 
IST1823I LIST DVIPA SYSNAME  TCPNAME      # Assigned Ports
IST1824I    0 EXPLICITBINDPORTRANGE                     66
IST1825I            VIC011   TCPCS2                     64
IST1826I               PORTS: 50000 50001 50002 50003 50004 50005   
IST1827I                      50006 50007 50008 50009 50010 50011   
IST1827I                      50012 50013 50014 50015 50016 50017   
IST1827I                      50018 50019 50020 50021 50022 50023   
IST1827I                      50024 50025 50026 50027 50028 50029   
IST1827I                      50030 50031 50032 50033 50034 50035   
IST1827I                      50036 50037 50038 50039 50040 50041   
IST1827I                      50042 50043 50044 50045 50046 50047   
IST1827I                      50048 50049 50050 50051 50052 50053   
IST1827I                      50054 50055 50056 50057 50058 50059   
IST1827I                      50060 50061 50062 50063               
IST1825I            VIC011   TCPCS                       1 
IST1826I               PORTS: 50064 
IST1825I            MVS165   TCPCS                       1
IST1826I               PORTS: 50065 
IST1824I    1 203.3.1.165                                3
IST1825I            VIC011   TCPCS2                      2 
IST1826I               PORTS:  1025 60234
IST1825I            VIC011   TCPCS                       0
IST1825I            MVS165   TCPCS                       1 
IST1826I               PORTS: 24051           
IST1824I    4 203.1.1.11                                12 
IST1825I            MVS165   TCPCS3                      2
IST1826I               PORTS: 11576 23000 
IST1825I            VIC011   TCPCS                      10 
IST1826I               PORTS:  1027  2145  9815 20471 47611 48001     
IST1827I                      51225 60223 61427 63000               
IST314I END   
Displaying the contents of the Sysplexports structure, including a set of all the ephemeral ports associated with the specified IPv6 DVIPA address:
d net,stats,type=cfs,strname=ezbeport3131,scope=all,dvipa=2003::38:1:1
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = STATS,TYPE=CFS
IST1370I NETA.SSCP1A IS CONNECTED TO STRUCTURE EZBEPORT3131
IST1797I STRUCTURE TYPE = LIST                         
IST1517I LIST HEADERS = 1024 - LOCK HEADERS = 1024     
IST1373I STORAGE ELEMENT SIZE = 256                    
IST924I -------------------------------------------------------------
IST1374I                            CURRENT     MAXIMUM  PERCENT
IST1375I STRUCTURE SIZE               8192K      15104K    *NA*
IST1376I STORAGE ELEMENTS                64       25711       0
IST1377I LIST ENTRIES                     3         804       0
IST924I -------------------------------------------------------------
IST2221I EXPLICITBINDPORTRANGE - START: 50000 END: 51023
IST1823I LIST DVIPA SYSNAME  TCPNAME                # ASSIGNED PORTS
IST1824I    1 2003::38:1:1                                        64
IST1825I            VIC038   TCPCS                                64
IST1826I               PORTS:  1024  1025  1026  1027  1028  1029
IST1827I                       1030  1031  1032  1033  1034  1035
IST1827I                       1036  1037  1038  1039  1040  1041
IST1827I                       1042  1043  1044  1045  1046  1047
IST1827I                       1048  1049  1050  1051  1052  1053
IST1827I                       1054  1055  1056  1057  1058  1059
IST1827I                       1060  1061  1062  1063  1064  1065
IST1827I                       1066  1067  1068  1069  1070  1071
IST1827I                       1072  1073  1074  1075  1076  1077
IST1827I                       1078  1079  1080  1081  1082  1083
IST1827I                       1084  1085  1086  1087
IST314I END