<?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: 如何分析AWR (1)</title>
	<atom:link href="http://www.os2ora.com/how-to-analyze-awr-report-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.os2ora.com/how-to-analyze-awr-report-1/</link>
	<description>专注于现实世界Oracle数据库的高性能，高可扩展性与新一代数据库Exadata架构</description>
	<lastBuildDate>Thu, 08 Sep 2011 13:01:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xiaoyao</title>
		<link>http://www.os2ora.com/how-to-analyze-awr-report-1/comment-page-1/#comment-2833</link>
		<dc:creator>Xiaoyao</dc:creator>
		<pubDate>Thu, 23 Jun 2011 09:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/how-to-analyze-awr-report-1/#comment-2833</guid>
		<description>这里的/8，这个8是啥东西？block？or others？</description>
		<content:encoded><![CDATA[<p>这里的/8，这个8是啥东西？block？or others？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marshall</title>
		<link>http://www.os2ora.com/how-to-analyze-awr-report-1/comment-page-1/#comment-1434</link>
		<dc:creator>Marshall</dc:creator>
		<pubDate>Sun, 23 Jan 2011 06:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/how-to-analyze-awr-report-1/#comment-1434</guid>
		<description>通过阅读，了解到很多东西，有几个问题望解答：
1.从你的计算中可读出CPU%Busy=100-Idle 而不是%User+%System。我想知道，CPU%Busy里除了%User+%System还包含什么呢？
2.对于这个很重要的公式：BUSY_TIME + IDLE_TIME = ELAPSED_TIME * CPU_COUNT，由于单位转换的问题，我认为应该这样写更好：(BUSY_TIME+IDLE_TIME)/100/60=ELAPSED_TIME*CPU_COUNT。您说呢？
3.与1问题类似BUSY_TIME=USER_TIME+SYS_TIME+...(即使加上IOWAIT_TIME，NICE_TIME，还是有一部分BUSY_TIME不知被谁吃掉了)，我非常想知道如何让这个等式成立，那些缺失的BUSY_TIME到底用到了什么地方？

非常感谢！</description>
		<content:encoded><![CDATA[<p>通过阅读，了解到很多东西，有几个问题望解答：<br />
1.从你的计算中可读出CPU%Busy=100-Idle 而不是%User+%System。我想知道，CPU%Busy里除了%User+%System还包含什么呢？<br />
2.对于这个很重要的公式：BUSY_TIME + IDLE_TIME = ELAPSED_TIME * CPU_COUNT，由于单位转换的问题，我认为应该这样写更好：(BUSY_TIME+IDLE_TIME)/100/60=ELAPSED_TIME*CPU_COUNT。您说呢？<br />
3.与1问题类似BUSY_TIME=USER_TIME+SYS_TIME+&#8230;(即使加上IOWAIT_TIME，NICE_TIME，还是有一部分BUSY_TIME不知被谁吃掉了)，我非常想知道如何让这个等式成立，那些缺失的BUSY_TIME到底用到了什么地方？</p>
<p>非常感谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vincent</title>
		<link>http://www.os2ora.com/how-to-analyze-awr-report-1/comment-page-1/#comment-492</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Fri, 26 Mar 2010 08:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/how-to-analyze-awr-report-1/#comment-492</guid>
		<description>自己从动态性能表中获取数据运算的话，同一时间分别从v$osstat，v$sys_time_model中获取数值，能否运算出类似awr的结果呢？  这两个表的同一时间内应该都是同一个snapshot的吧

还有顺便说说oracle 的mem 占用怎么运算吧~~  万能的师兄~</description>
		<content:encoded><![CDATA[<p>自己从动态性能表中获取数据运算的话，同一时间分别从v$osstat，v$sys_time_model中获取数值，能否运算出类似awr的结果呢？  这两个表的同一时间内应该都是同一个snapshot的吧</p>
<p>还有顺便说说oracle 的mem 占用怎么运算吧~~  万能的师兄~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.os2ora.com/how-to-analyze-awr-report-1/comment-page-1/#comment-127</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/how-to-analyze-awr-report-1/#comment-127</guid>
		<description>Oh,笔误，开始想以分钟表示
谢谢提醒:)</description>
		<content:encoded><![CDATA[<p>Oh,笔误，开始想以分钟表示<br />
谢谢提醒:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricky</title>
		<link>http://www.os2ora.com/how-to-analyze-awr-report-1/comment-page-1/#comment-126</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/how-to-analyze-awr-report-1/#comment-126</guid>
		<description>因此ELAPSED_TIME = (152946+41230)/8/100/60 =  242.72 seconds

/60是什么意思，结果是minutes?</description>
		<content:encoded><![CDATA[<p>因此ELAPSED_TIME = (152946+41230)/8/100/60 =  242.72 seconds</p>
<p>/60是什么意思，结果是minutes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricky</title>
		<link>http://www.os2ora.com/how-to-analyze-awr-report-1/comment-page-1/#comment-125</link>
		<dc:creator>ricky</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.os2ora.com/how-to-analyze-awr-report-1/#comment-125</guid>
		<description>持续关注中。。。</description>
		<content:encoded><![CDATA[<p>持续关注中。。。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

