Technical data

System Dump Analyzer
SHOW CONNECTIONS
Examples
1.
SDA> SHOW CONNECTIONS
VAXcluster data structures
--------------------------
--- CDT Summary Page ---
CDT Address Local Process Connection ID State Remote Node
----------- ------------- ------------- ----- -----------
801C2670 SCS$DIRECTORY 08EE0000 listen
801C2710 VMS$VAXcluster 08EE0001 listen
801C27B0 VMS$VAXcluster 08FF0002 open DORIS
801C2850 VMS$DISK_CL_DRVR 08FD0003 open PINTO
801C28F0 VMS$VAXcluster 08EF0004 open SOLLY
801C2990 VMS$VAXcluster 08F00005 open GUS
Number of free CDTs: 32
--- Connection Descriptor Table (CDT) 801C2670 ---
State: 0001 listen Local Process: SCS$DIRECTORY
Blocked State: 0000
Local Con. ID 08EE0000 Datagrams sent 0 Message queue empty
Remote Con. ID 78A30017 Datagrams rcvd 0 Send Credit Q. empty
Receive Credit 0 Datagram discard 0 PB address 80438300
Send Credit 1 Messages Sent 0 PDT address 801CEA20
Min. Rec. Credit 0 Messages Rcvd. 0 Error Notify 8022B816
Pend Rec. Credit 0 Send Data Init. 0 Receive Buffer 00000000
Initial Rec. Credit 0 Req Data Init. 0 Connect Data 00000000
Rem. Sta. 00000000000C Bytes Sent 0 Aux. Structure 00000000
Rej/Disconn Reason 0 Bytes rcvd 0
Queued for BDT 0 Total bytes map 0
Queued Send Credit 0
This example shows the CDT summary page and the first page of the detailed
displays for each CDT.
2.
SDA> SHOW CONNECTIONS /ADDRESS=801C27B0
VAXcluster data structures
--------------------------
--- Connection Descriptor Table (CDT) 801C27B0 ---
State: 0002 open Local Process: VMS$VAXcluster
Blocked State: 0000 Remote Node::Process: DORIS::VMS$VAXcluster
Local Con. ID 08FF0002 Datagrams sent 0 Message queue empty
Remote Con. ID 33440003 Datagrams rcvd 0 Send Credit Q. empty
Receive Credit 4 Datagram discard 0 PB address 80437E80
.
.
.
This example shows the use of the /ADDRESS qualifier to obtain information
about a specific connection.
SDA91