Re: Private Interconnect Monitoring
Date: Wed, 12 Oct 2011 16:09:39 -0500
Message-ID: <CAA2DszzDQGNfLSJ_PGmpRGddKYNxxj4d-=zdZW7Gfh6Rzmr_RQ_at_mail.gmail.com>
Sanjay
AWR report is a good starting point. x$ksxp_client / dba_hist_ic_client_stats / dba_hist_ic_device_stats are some of the views that you can query to get interconnect traffic at client/device level.
But, you really have to start in AWR report to understand global cache workload. Then decide if your interconnect hardware is handling the traffic well or not. Since PQ workload is captured in x$ksxp_client from 11g onwards, you could use dba_hist_ic_client_stats view to differentiate workload at client level.
Of course, at OS level, netstat can be used. In Solaris, I like the script
netstatMulti in this page:
http://developers.sun.com/solaris/articles/kstat_part2.html
Cheers
Riyaj Shamsudeen
Principal DBA,
Ora!nternals - http://www.orainternals.com - Specialists in Performance,
RAC and EBS11i
Blog: http://orainternals.wordpress.com
OakTable member http://www.oaktable.com
Co-author of the books: Expert Oracle
Practices<http://tinyurl.com/book-expert-oracle-practices/>,
Pro Oracle SQL, Expert PL/SQL
Practices<http://tinyurl.com/book-expert-plsql-practices>
On Wed, Oct 12, 2011 at 3:14 PM, Sanjay Mishra <smishra_97_at_yahoo.com> wrote:
> Can someone share the scripts which can be used to monitor the Private
> Interconnects on SQL/OS side for RAC environment
>
> TIA
> Sanjay
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Oct 12 2011 - 16:09:39 CDT