<?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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-are-your-system-statistics</link>
	<description>Data, Databases, Performance &#38; Scalability</description>
	<lastBuildDate>Sun, 13 May 2012 01:52:50 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-28122</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 13 May 2012 01:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-28122</guid>
		<description>&lt;pre&gt;
SQL&gt; select version from v$instance;

VERSION
-----------------
11.2.0.2.0

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

PNAME                               PVAL1
------------------------------ ----------
CPUSPEEDNW                     2946.74556
IOSEEKTIM                              10
IOTFRSPEED                           4096
SREADTIM
MREADTIM
CPUSPEED
MBRC
MAXTHR
SLAVETHR

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

VERSION
-----------------
11.2.0.2.0

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

PNAME                               PVAL1
------------------------------ ----------
CPUSPEEDNW                     2946.74556
IOSEEKTIM                              10
IOTFRSPEED                           4096
SREADTIM
MREADTIM
CPUSPEED
MBRC
MAXTHR
SLAVETHR

9 rows selected.
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-26402</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 10 Apr 2012 20:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-26402</guid>
		<description>Datawarehouse

15g sga, 55g ram, 12 cpu with 6 cores
&lt;pre&gt;
VERSION
-----------------
11.2.0.3.0

SNAME                          PNAME                               PVAL1 
------------------------------ ------------------------------ ---------- 
SYSSTATS_MAIN                  CPUSPEEDNW                            508
SYSSTATS_MAIN                  IOSEEKTIM                               5
SYSSTATS_MAIN                  IOTFRSPEED                          48803
SYSSTATS_MAIN                  SREADTIM                            1.003
SYSSTATS_MAIN                  MREADTIM                            2.638
SYSSTATS_MAIN                  CPUSPEED                              342
SYSSTATS_MAIN                  MBRC                                    5
SYSSTATS_MAIN                  MAXTHR                          632393728
SYSSTATS_MAIN                  SLAVETHR                           621568
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Datawarehouse</p>
<p>15g sga, 55g ram, 12 cpu with 6 cores</p>
<pre>
VERSION
-----------------
11.2.0.3.0

SNAME                          PNAME                               PVAL1
------------------------------ ------------------------------ ----------
SYSSTATS_MAIN                  CPUSPEEDNW                            508
SYSSTATS_MAIN                  IOSEEKTIM                               5
SYSSTATS_MAIN                  IOTFRSPEED                          48803
SYSSTATS_MAIN                  SREADTIM                            1.003
SYSSTATS_MAIN                  MREADTIM                            2.638
SYSSTATS_MAIN                  CPUSPEED                              342
SYSSTATS_MAIN                  MBRC                                    5
SYSSTATS_MAIN                  MAXTHR                          632393728
SYSSTATS_MAIN                  SLAVETHR                           621568
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Brooks</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-17025</link>
		<dc:creator>Dominic Brooks</dc:creator>
		<pubDate>Tue, 22 Mar 2011 18:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-17025</guid>
		<description>This seems to be bug 9842771 - &quot;Wrong SREADTIM and MREADTIM statistics in AUX_STATS$&quot; 
and described as
&quot;Unrealistic high values may be seen for SREADTIM and MREADTIM after 
gathering system statistics.
 
Workaround
  Set the correct statistics manually using DBMS_STATS.SET_SYSTEM_STATS.
&quot;</description>
		<content:encoded><![CDATA[<p>This seems to be bug 9842771 &#8211; &#8220;Wrong SREADTIM and MREADTIM statistics in AUX_STATS$&#8221;<br />
and described as<br />
&#8220;Unrealistic high values may be seen for SREADTIM and MREADTIM after<br />
gathering system statistics.</p>
<p>Workaround<br />
  Set the correct statistics manually using DBMS_STATS.SET_SYSTEM_STATS.<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Brooks</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-17020</link>
		<dc:creator>Dominic Brooks</dc:creator>
		<pubDate>Tue, 22 Mar 2011 09:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-17020</guid>
		<description>Sokrates - I&#039;m glad I found your values.

Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
&lt;pre&gt;
SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = &#039;SYSSTATS_MAIN&#039;;

PNAME                               PVAL1
------------------------------ ----------
CPUSPEEDNW                            717
IOSEEKTIM                              17
IOTFRSPEED                           8707
SREADTIM                         76000.74
MREADTIM                        90191.077
CPUSPEED                              745
MBRC                                   16
MAXTHR                          188917760
SLAVETHR                           509952

9 rows selected.

SQL&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Sokrates &#8211; I&#8217;m glad I found your values.</p>
<p>Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 &#8211; 64bit Production<br />
With the Partitioning, OLAP, Data Mining and Real Application Testing options</p>
<pre>
SQL&gt; select pname, pval1 from sys.aux_stats$ where sname = 'SYSSTATS_MAIN';

PNAME                               PVAL1
------------------------------ ----------
CPUSPEEDNW                            717
IOSEEKTIM                              17
IOTFRSPEED                           8707
SREADTIM                         76000.74
MREADTIM                        90191.077
CPUSPEED                              745
MBRC                                   16
MAXTHR                          188917760
SLAVETHR                           509952

9 rows selected.

SQL&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Rahn</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-13695</link>
		<dc:creator>Greg Rahn</dc:creator>
		<pubDate>Wed, 03 Nov 2010 04:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-13695</guid>
		<description>@Sokrates

I&#039;m not aware of any changes.</description>
		<content:encoded><![CDATA[<p>@Sokrates</p>
<p>I&#8217;m not aware of any changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sokrates</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-13679</link>
		<dc:creator>Sokrates</dc:creator>
		<pubDate>Tue, 02 Nov 2010 13:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-13679</guid>
		<description>hmmm, upgraded to

&lt;pre&gt;
select version from v$instance;

VERSION
---------------------------------------------------
11.2.0.2.0

collected NOWORKLOAD and 24-hour-WORKLOAD - system stats and got

select pname, pval1 from sys.aux_stats$ where sname = &#039;SYSSTATS_MAIN&#039;;
                
PNAME		      PVAL1
---------------- ----------
CPUSPEEDNW	       2493
IOSEEKTIM	          5
IOTFRSPEED	      43707
SREADTIM	  60207,956
MREADTIM	  232679,32
CPUSPEED	       2498
MBRC		         16
MAXTHR		  329274368
SLAVETHR	    2839552
&lt;/pre&gt;          
                
why are MREADTIM and SREADTIM so high ?
Have they changed something ?
(couldn&#039;t find something about any change, is it a bug ?)

Greg, can you explain the MREATIM and SREADTIM  values?</description>
		<content:encoded><![CDATA[<p>hmmm, upgraded to</p>
<pre>
select version from v$instance;

VERSION
---------------------------------------------------
11.2.0.2.0

collected NOWORKLOAD and 24-hour-WORKLOAD - system stats and got

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

PNAME		      PVAL1
---------------- ----------
CPUSPEEDNW	       2493
IOSEEKTIM	          5
IOTFRSPEED	      43707
SREADTIM	  60207,956
MREADTIM	  232679,32
CPUSPEED	       2498
MBRC		         16
MAXTHR		  329274368
SLAVETHR	    2839552
</pre>
<p>why are MREADTIM and SREADTIM so high ?<br />
Have they changed something ?<br />
(couldn&#8217;t find something about any change, is it a bug ?)</p>
<p>Greg, can you explain the MREATIM and SREADTIM  values?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leigh Riffel</title>
		<link>http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-133</link>
		<dc:creator>Leigh Riffel</dc:creator>
		<pubDate>Fri, 04 Sep 2009 17:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://structureddata.org/2008/01/02/what-are-your-system-statistics/#comment-133</guid>
		<description>&lt;pre&gt;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.
&lt;/pre&gt;
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[<pre>SQL &gt; SELECT version FROM v$instance;
VERSION
-----------------
11.1.0.7.0

SQL &gt; select pname, pval1 from sys.aux_stats$ where sname = 'SYSSTATS_MAIN';
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.
</pre>
<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-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-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-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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 7/12 queries in 0.004 seconds using disk: basic
Object Caching 395/438 objects using disk: basic

Served from: structureddata.org @ 2012-05-17 07:27:58 -->
