Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Administration Guide

Exit Print View

Updated: June 2020
 
 

Monitor SDP Sockets

You can monitor SDP sockets by running the netstat command on the Application Domains running Oracle Solaris 11 that contain EECS. Run the netstat command on these Application Domains running Oracle Solaris 11 and on the Database Domains, to monitor SDP traffic between the Application Domains running Oracle Solaris 11 and the Database Domains.

  1. Log in to the operating system as root.
  2. Display the status of all SDP sockets.

    # netstat -f sdp -s l

    This command displays the status of all SDP sockets (established or not), For example:

    SDP    sdpActiveOpens      = 66357    sdpCurrEstab        =   748
           sdpPrFails          =    0    sdpRejects          =     0
           sdpOutSegs          =39985638793
           sdpInDataBytes      =9450383834191
           sdpOutDataBytes     =6228930927986
     
    SDP    sdpActiveOpens      =     0    sdpCurrEstab        =     0
           sdpPrFails          =     0    sdpRejects          =     0
           sdpInSegs           = 14547
           sdpOutSegs          = 14525
           sdpInDataBytes      =3537194
           sdpOutDataBytes     =2470907
    

Related Information