SPARC SuperCluster T4-4 Owner's Guide

Exit Print View

Updated: February 2016
 
 

Monitor SDP Sockets Using netstat on Oracle Solaris

You can monitor SDP sockets by running the netstat command on the Application Domains running Oracle Solaris 11 containing the Oracle Exalogic Elastic Cloud Software in the SPARC SuperCluster T4-4. 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.

  • Log in to the operating system as a root, and run the following command on the command line:

    # netstat -f sdp -s l

    This command displays the status of all SDP sockets (established or not), as in the following sample 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