<?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: Level 1: Overview</title>
	<atom:link href="http://ashmasters.com/ash-queries/overview-queries/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashmasters.com</link>
	<description>The ASH Masters Demoground</description>
	<lastBuildDate>Wed, 27 Apr 2011 22:27:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: pioro</title>
		<link>http://ashmasters.com/ash-queries/overview-queries/comment-page-1/#comment-3491</link>
		<dc:creator>pioro</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=4#comment-3491</guid>
		<description>Hi Kyle,

I&#039;m wondering if you still maintain that blog but I have a question about aveact.sql file linked above. In your script you are calculating waits using following formula (for both - online and historical)

sum(decode(session_type,&#039;BACKGROUND&#039;,0,decode(session_state,&#039;WAITING&#039;,10,0))) waits

but in results (linked above too) you have a strange values in wait column

@aveact
TM                 NPTS  AVEACT GRAPH                   CPU WAITS
---------------- ------ ------- ---------------------- ---- -----
06-AUG  13:00:00    270     .33  -        2              29    59
06-AUG  14:00:00   1040    2.24   --------2---          341  1984
06-AUG  15:00:00    623    6.67     ------2----------   438  3718
06-AUG  16:00:00   1088    2.59   --------2----         335  2486


How is it possible that sum is 59 when we use 10s as a basic value ?
I assume it should be 1 for both - CPU and wait - and there is a bug inside that script.

I&#039;m wondering why you using 1&#039;s for ash and 10&#039;s for historical ash ?

This is very useful tool - Thanks for that

regards,
Marcin</description>
		<content:encoded><![CDATA[<p>Hi Kyle,</p>
<p>I&#8217;m wondering if you still maintain that blog but I have a question about aveact.sql file linked above. In your script you are calculating waits using following formula (for both &#8211; online and historical)</p>
<p>sum(decode(session_type,&#8217;BACKGROUND&#8217;,0,decode(session_state,&#8217;WAITING&#8217;,10,0))) waits</p>
<p>but in results (linked above too) you have a strange values in wait column</p>
<p>@aveact<br />
TM                 NPTS  AVEACT GRAPH                   CPU WAITS<br />
&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;- &#8212;&#8211;<br />
06-AUG  13:00:00    270     .33  &#8211;        2              29    59<br />
06-AUG  14:00:00   1040    2.24   &#8212;&#8212;&#8211;2&#8212;          341  1984<br />
06-AUG  15:00:00    623    6.67     &#8212;&#8212;2&#8212;&#8212;&#8212;-   438  3718<br />
06-AUG  16:00:00   1088    2.59   &#8212;&#8212;&#8211;2&#8212;-         335  2486</p>
<p>How is it possible that sum is 59 when we use 10s as a basic value ?<br />
I assume it should be 1 for both &#8211; CPU and wait &#8211; and there is a bug inside that script.</p>
<p>I&#8217;m wondering why you using 1&#8242;s for ash and 10&#8242;s for historical ash ?</p>
<p>This is very useful tool &#8211; Thanks for that</p>
<p>regards,<br />
Marcin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug's Oracle Blog</title>
		<link>http://ashmasters.com/ash-queries/overview-queries/comment-page-1/#comment-385</link>
		<dc:creator>Doug's Oracle Blog</dc:creator>
		<pubDate>Wed, 10 Dec 2008 05:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=4#comment-385</guid>
		<description>[...] the timings in the individual session samples rather than COUNTing them as a proxy for time. (See here for a brief discussion about that, but it probably merits a future post here too.) He showed more [...]</description>
		<content:encoded><![CDATA[<p>[...] the timings in the individual session samples rather than COUNTing them as a proxy for time. (See here for a brief discussion about that, but it probably merits a future post here too.) He showed more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khailey</title>
		<link>http://ashmasters.com/ash-queries/overview-queries/comment-page-1/#comment-79</link>
		<dc:creator>khailey</dc:creator>
		<pubDate>Mon, 14 Jul 2008 18:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=4#comment-79</guid>
		<description>Anthony, I think your question is &quot;why am I graphing an events and cpu instead of wait time?&quot; wait_time is just a proxy for whether we are waiting or on CPU. THe time_waited actually doesn&#039;t tell us much about system load in ASH data since ASH is sampled we generally get long waits and miss short waits so the data is skewed. On the other hand the sampling of the number of active sessions is a great statistical approximation of load on the system and  looking at how much o fhte load is waiting verses working (on CPU) gives us even more information.</description>
		<content:encoded><![CDATA[<p>Anthony, I think your question is &#8220;why am I graphing an events and cpu instead of wait time?&#8221; wait_time is just a proxy for whether we are waiting or on CPU. THe time_waited actually doesn&#8217;t tell us much about system load in ASH data since ASH is sampled we generally get long waits and miss short waits so the data is skewed. On the other hand the sampling of the number of active sessions is a great statistical approximation of load on the system and  looking at how much o fhte load is waiting verses working (on CPU) gives us even more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://ashmasters.com/ash-queries/overview-queries/comment-page-1/#comment-78</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 14 Jul 2008 18:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://ashmasters.oracloid.com/?page_id=4#comment-78</guid>
		<description>Just curious as to why you are counting occurrences of events/CPU instead of using wait_time/time_waited values in ASH.</description>
		<content:encoded><![CDATA[<p>Just curious as to why you are counting occurrences of events/CPU instead of using wait_time/time_waited values in ASH.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

