Oracle® SuperCluster M6-32 Owner's Guide: Administration

Exit Print View

Updated: December 2015
 
 

Monitor SDP Sockets

You can monitor SDP sockets by running the netstat command on the Application Domains running Oracle Solaris 11 that contain EECS in SuperCluster M6-32. 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. Type the following command.

    # netstat -f sdp -s l

    This command displays the status of all SDP sockets (established or not), as in the following example output:

    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