<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What Are Your System Statistics?</title>
	<atom:link href="http://structureddata.org/2008/01/02/what-are-your-system-statistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/</link>
	<description>Oracle Database Performance And Scalability Blog</description>
	<lastBuildDate>Mon, 01 Mar 2010 22:11:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leigh Riffel</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-133</link>
		<dc:creator>Leigh Riffel</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-133</guid>
		<description>SQL &gt; SELECT version FROM v$instance;
VERSION
-----------------
11.1.0.7.0

SQL &gt; select pname, pval1 from sys.aux_stats$ where sname = &#039;SYSSTATS_MAIN&#039;;
PNAME                               PVAL1
------------------------------ ----------
CPUSPEEDNW                       2138.081
IOSEEKTIM                           5.776
IOTFRSPEED                      36145.224
SREADTIM                            2.724
MREADTIM                            3.547
CPUSPEED                             2081
MBRC                                   31
MAXTHR                          176668672
SLAVETHR                           764928
9 rows selected.

Windows 2008 on VMware ESX 3.5 on a two node cluster with 6 DBs.  Each node has two dual core 2.66 GHz processors.  The storage is an HP EVA with 35 disks shared among about two dozen systems.</description>
		<content:encoded><![CDATA[<p>SQL &gt; SELECT version FROM v$instance;<br />
VERSION<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
11.1.0.7.0</p>
<p>SQL &gt; select pname, pval1 from sys.aux_stats$ where sname = &#8216;SYSSTATS_MAIN&#8217;;<br />
PNAME                               PVAL1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;-<br />
CPUSPEEDNW                       2138.081<br />
IOSEEKTIM                           5.776<br />
IOTFRSPEED                      36145.224<br />
SREADTIM                            2.724<br />
MREADTIM                            3.547<br />
CPUSPEED                             2081<br />
MBRC                                   31<br />
MAXTHR                          176668672<br />
SLAVETHR                           764928<br />
9 rows selected.</p>
<p>Windows 2008 on VMware ESX 3.5 on a two node cluster with 6 DBs.  Each node has two dual core 2.66 GHz processors.  The storage is an HP EVA with 35 disks shared among about two dozen systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir Carasso</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-120</link>
		<dc:creator>Nir Carasso</dc:creator>
		<pubDate>Mon, 23 Mar 2009 12:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-120</guid>
		<description>&lt;a href=&quot;#comment-793&quot; rel=&quot;nofollow&quot;&gt;@Richa&lt;/a&gt;
I Richa&#039;s IOSEEKTIM  parameter is very interesting -is it possible to know  what type of storage is being used ?</description>
		<content:encoded><![CDATA[<p><a href="#comment-793" rel="nofollow">@Richa</a><br />
I Richa&#8217;s IOSEEKTIM  parameter is very interesting -is it possible to know  what type of storage is being used ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir Carasso</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-132</link>
		<dc:creator>Nir Carasso</dc:creator>
		<pubDate>Mon, 23 Mar 2009 12:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-132</guid>
		<description>&lt;pre&gt;
SQL&gt; select version from v$instance;

VERSION
-----------------
10.2.0.1.0

SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = &#039;SYSSTATS_MAIN&#039;;

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED                             1985
CPUSPEEDNW                       1588.616
IOSEEKTIM                           4.876
IOTFRSPEED                      67665.085
MAXTHR                          152200192
MBRC                                   33
MREADTIM                            1.747
SLAVETHR                         32113664
SREADTIM                            2.021

9 rows selected.
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
SQL> select version from v$instance;

VERSION
-----------------
10.2.0.1.0

SQL> select pname, pval1 from sys.aux_stats$ where sname = 'SYSSTATS_MAIN';

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED                             1985
CPUSPEEDNW                       1588.616
IOSEEKTIM                           4.876
IOTFRSPEED                      67665.085
MAXTHR                          152200192
MBRC                                   33
MREADTIM                            1.747
SLAVETHR                         32113664
SREADTIM                            2.021

9 rows selected.
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Rahn</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-128</link>
		<dc:creator>Greg Rahn</dc:creator>
		<pubDate>Wed, 28 May 2008 21:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-128</guid>
		<description>Chris-

The largest I/O that Oracle can currently issue is 1MB.  All modern operating systems support this (as far as I know) and some support even larger, though Oracle does not currently.

The size of MBRC will depend mostly on the type of workload.  If it is mostly index access, then it is likely to be on the smaller side (16 * 8k).  If it is a data warehouse, then it very well may be on the upper bound, 1MB (128 * 8k).  On a hybrid system, probably somewhere in between.

I would be less concerned with the just MBRC size, and more concerned with the single and multi block read times (SREADTIM &amp; MREADTIM), in relationship to a single block and the MBRC size.  If these times are too close, and MBRC is on the larger side, it could possible cause the cost of a FTS to be artificially cheap.</description>
		<content:encoded><![CDATA[<p>Chris-</p>
<p>The largest I/O that Oracle can currently issue is 1MB.  All modern operating systems support this (as far as I know) and some support even larger, though Oracle does not currently.</p>
<p>The size of MBRC will depend mostly on the type of workload.  If it is mostly index access, then it is likely to be on the smaller side (16 * 8k).  If it is a data warehouse, then it very well may be on the upper bound, 1MB (128 * 8k).  On a hybrid system, probably somewhere in between.</p>
<p>I would be less concerned with the just MBRC size, and more concerned with the single and multi block read times (SREADTIM &#038; MREADTIM), in relationship to a single block and the MBRC size.  If these times are too close, and MBRC is on the larger side, it could possible cause the cost of a FTS to be artificially cheap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Adkin</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-131</link>
		<dc:creator>Chris Adkin</dc:creator>
		<pubDate>Sun, 25 May 2008 18:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-131</guid>
		<description>Hi Greg,

I&#039;ve been tuning some queries and it appears that I&#039;m getting a lot more full table scans than I would expect. I&#039;ve noticed from sys_auxstats$ that my MBRC is 21, considering the block size of my database is 16K, this equates to a whopping multiblock read of 336K, when I thought the max i/o size of most Unix platforms is 64K (give or take a bit). I was careful to gather sys stats first thing in the morning after the batch jobs that run where I work have completed (against databases I&#039;m not using for my work), so as to make sure that I was getting stats for the disk rather than the SAN cache. However, I can&#039;t help feel that some sort of read ahead optimization has kicked in, giving an artificialy high MRBC value. The MRBCs of 82 and 105 that some of your respondants have given are quite interesting. What is your view of this and what sort of bounds a reasonable MRBC should be within ?.

Chris</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>I&#8217;ve been tuning some queries and it appears that I&#8217;m getting a lot more full table scans than I would expect. I&#8217;ve noticed from sys_auxstats$ that my MBRC is 21, considering the block size of my database is 16K, this equates to a whopping multiblock read of 336K, when I thought the max i/o size of most Unix platforms is 64K (give or take a bit). I was careful to gather sys stats first thing in the morning after the batch jobs that run where I work have completed (against databases I&#8217;m not using for my work), so as to make sure that I was getting stats for the disk rather than the SAN cache. However, I can&#8217;t help feel that some sort of read ahead optimization has kicked in, giving an artificialy high MRBC value. The MRBCs of 82 and 105 that some of your respondants have given are quite interesting. What is your view of this and what sort of bounds a reasonable MRBC should be within ?.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJarertt</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-129</link>
		<dc:creator>RJarertt</dc:creator>
		<pubDate>Mon, 19 May 2008 02:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-129</guid>
		<description>&lt;pre&gt;
SQL&gt; select version from v$instance;

VERSION
-----------------
10.2.0.1.0

SQL&gt;  select pname, pval1 from sys.aux_stats$ where sname = &#039;SYSSTATS_MAIN&#039;;

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED                             1071
CPUSPEEDNW                     713.905386
IOSEEKTIM                              10
IOTFRSPEED                           4096
MAXTHR                           61631488
MBRC                                  105
MREADTIM                            34.52
SLAVETHR                             7168
SREADTIM                           18.006
&lt;/pre&gt;
Sun v40x w/ 4x Single-core opterons. 32gb ram connected via 4 2gb PCIx FC HBAs to a small HDS SAN.

Probably will be upgrading to a 4x quad-core opteron w/ 64gb ram.  Either a Sun x4400 or HP dl585</description>
		<content:encoded><![CDATA[<pre>
SQL&gt; select version from v$instance;

VERSION
-----------------
10.2.0.1.0

SQL&gt;  select pname, pval1 from sys.aux_stats$ where sname = 'SYSSTATS_MAIN';

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED                             1071
CPUSPEEDNW                     713.905386
IOSEEKTIM                              10
IOTFRSPEED                           4096
MAXTHR                           61631488
MBRC                                  105
MREADTIM                            34.52
SLAVETHR                             7168
SREADTIM                           18.006
</pre>
<p>Sun v40x w/ 4x Single-core opterons. 32gb ram connected via 4 2gb PCIx FC HBAs to a small HDS SAN.</p>
<p>Probably will be upgrading to a 4x quad-core opteron w/ 64gb ram.  Either a Sun x4400 or HP dl585</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajayy</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-102</link>
		<dc:creator>ajayy</dc:creator>
		<pubDate>Tue, 25 Mar 2008 00:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-102</guid>
		<description>&lt;pre&gt;
SQL&gt; select version from v$instance;

VERSION
-----------------
10.2.0.3.0



SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = &#039;SYSSTATS_MAIN&#039;;

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED
CPUSPEEDNW                     607.475821
IOSEEKTIM                              10
IOTFRSPEED                           4096
MAXTHR
MBRC
MREADTIM
SLAVETHR
SREADTIM
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
SQL&gt; select version from v$instance;

VERSION
-----------------
10.2.0.3.0

SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = 'SYSSTATS_MAIN';

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED
CPUSPEEDNW                     607.475821
IOSEEKTIM                              10
IOTFRSPEED                           4096
MAXTHR
MBRC
MREADTIM
SLAVETHR
SREADTIM
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Green</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-130</link>
		<dc:creator>Jimmy Green</dc:creator>
		<pubDate>Thu, 20 Mar 2008 14:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-130</guid>
		<description>&lt;pre&gt;
SQL&gt; select version from v$instance;

VERSION
----------------------------------------
10.2.0.3.0

SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = &#039;SYSSTATS_MAIN&#039;;

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED                             2063
CPUSPEEDNW                     2091.18176
IOSEEKTIM                              10
IOTFRSPEED                           4096
MAXTHR                              13312
MBRC
MREADTIM
SLAVETHR
SREADTIM                                1
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
SQL&gt; select version from v$instance;

VERSION
----------------------------------------
10.2.0.3.0

SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = 'SYSSTATS_MAIN';

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED                             2063
CPUSPEEDNW                     2091.18176
IOSEEKTIM                              10
IOTFRSPEED                           4096
MAXTHR                              13312
MBRC
MREADTIM
SLAVETHR
SREADTIM                                1
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Seiwert</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-115</link>
		<dc:creator>Michael Seiwert</dc:creator>
		<pubDate>Mon, 03 Mar 2008 12:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-115</guid>
		<description>&lt;pre&gt;
SQL&gt; select version from v$instance;

VERSION
-----------------
11.1.0.6.0

SQL&gt; select pname, pval1 from sys.aux_stats$ where sname=&#039;SYSSTATS_MAIN&#039;;

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED
CPUSPEEDNW                     1764,61655
IOSEEKTIM                              10
IOTFRSPEED                           4096
MAXTHR
MBRC
MREADTIM
SLAVETHR
SREADTIM
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
SQL&gt; select version from v$instance;

VERSION
-----------------
11.1.0.6.0

SQL&gt; select pname, pval1 from sys.aux_stats$ where sname='SYSSTATS_MAIN';

PNAME                               PVAL1
------------------------------ ----------
CPUSPEED
CPUSPEEDNW                     1764,61655
IOSEEKTIM                              10
IOTFRSPEED                           4096
MAXTHR
MBRC
MREADTIM
SLAVETHR
SREADTIM
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/comment-page-1/#comment-126</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Mon, 28 Jan 2008 00:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-126</guid>
		<description>&lt;pre&gt;
VERSION
-----------------
11.1.0.6.0

SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = &#039;SYSSTATS_MAIN&#039;;

PNAME                               PVAL1
------------------------------ ----------
CPUSPEEDNW                     324.838093
IOSEEKTIM                              10
IOTFRSPEED                           4096
SREADTIM
MREADTIM
CPUSPEED
MBRC
MAXTHR
SLAVETHR
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
VERSION
-----------------
11.1.0.6.0

SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = 'SYSSTATS_MAIN';

PNAME                               PVAL1
------------------------------ ----------
CPUSPEEDNW                     324.838093
IOSEEKTIM                              10
IOTFRSPEED                           4096
SREADTIM
MREADTIM
CPUSPEED
MBRC
MAXTHR
SLAVETHR
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
