<?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: Effects on Performance &amp; Server Resources when using Apache 2.0 mod_status</title>
	<atom:link href="http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/feed" rel="self" type="application/rss+xml" />
	<link>http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources</link>
	<description>Phil Chen</description>
	<lastBuildDate>Sun, 22 Jan 2012 06:08:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Oleg Vishnepolsky</title>
		<link>http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/comment-page-1#comment-2093</link>
		<dc:creator>Oleg Vishnepolsky</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/#comment-2093</guid>
		<description>Is the period over each the  averages for requests per second  configurable ? We need to know how many requests we are getting per second closer to real time. I would assume that this is a common request.</description>
		<content:encoded><![CDATA[<p>Is the period over each the  averages for requests per second  configurable ? We need to know how many requests we are getting per second closer to real time. I would assume that this is a common request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Chen</title>
		<link>http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/comment-page-1#comment-1759</link>
		<dc:creator>Phil Chen</dc:creator>
		<pubDate>Wed, 12 Nov 2008 02:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/#comment-1759</guid>
		<description>Yep definitely over the period of the uptime.

Regarding:

&quot;In contrast, a chart of BusyWorkers is much more spiky, sharply peaking at 09.00h and diving at lunch-time and generally behaving much more like I know the traffic to be.&quot;

I find that when you run KeepAlive On that will effect the spiky BusyWorkers also. Via the KeepAliveTimeout and Min / Max Servers.</description>
		<content:encoded><![CDATA[<p>Yep definitely over the period of the uptime.</p>
<p>Regarding:</p>
<p>&#8220;In contrast, a chart of BusyWorkers is much more spiky, sharply peaking at 09.00h and diving at lunch-time and generally behaving much more like I know the traffic to be.&#8221;</p>
<p>I find that when you run KeepAlive On that will effect the spiky BusyWorkers also. Via the KeepAliveTimeout and Min / Max Servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Boyle</title>
		<link>http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/comment-page-1#comment-1758</link>
		<dc:creator>Owen Boyle</dc:creator>
		<pubDate>Tue, 11 Nov 2008 10:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/#comment-1758</guid>
		<description>Me again... I just RTFC&#039;d and, would you believe it, the averages are calculated over the up-time! So ReqPerSec is not a rolling average at all, it&#039;s a life-time average. So no wonder it smooths out; if the server stays up long enough, it&#039;ll end up a flat line.

Not really what I was looking for - maybe it&#039;s time to Hack-TFC :-)</description>
		<content:encoded><![CDATA[<p>Me again&#8230; I just RTFC&#8217;d and, would you believe it, the averages are calculated over the up-time! So ReqPerSec is not a rolling average at all, it&#8217;s a life-time average. So no wonder it smooths out; if the server stays up long enough, it&#8217;ll end up a flat line.</p>
<p>Not really what I was looking for &#8211; maybe it&#8217;s time to Hack-TFC <img src='http://www.philchen.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Boyle</title>
		<link>http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/comment-page-1#comment-1757</link>
		<dc:creator>Owen Boyle</dc:creator>
		<pubDate>Tue, 11 Nov 2008 10:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.philchen.com/2008/06/02/apache-20-mod_status-effects-on-performance-server-resources/#comment-1757</guid>
		<description>Interesting analysis. I have also recently started using mod_status and find it makes no difference to the server load - even in extended mode. So it seems that old chestnut is a bit of a red herring...

I came across your blog because I was trying to find out how mod_status calculates its averages - they seem to be rolling averages over a very long period (24h?) so that they change only very slowly. If I look at a chart of ReqPerSec against time, it swoops very gently up and down over the day, peaking at 50 and dipping to 20 over a period of about 12h. In contrast, a chart of BusyWorkers is much more spiky, sharply peaking at 09.00h and diving at lunch-time and generally behaving much more like I know the traffic to be.

Do you have any insight into how the averages are worked out and - are they configurable?

(I guess, I could go read the code... :-)</description>
		<content:encoded><![CDATA[<p>Interesting analysis. I have also recently started using mod_status and find it makes no difference to the server load &#8211; even in extended mode. So it seems that old chestnut is a bit of a red herring&#8230;</p>
<p>I came across your blog because I was trying to find out how mod_status calculates its averages &#8211; they seem to be rolling averages over a very long period (24h?) so that they change only very slowly. If I look at a chart of ReqPerSec against time, it swoops very gently up and down over the day, peaking at 50 and dipping to 20 over a period of about 12h. In contrast, a chart of BusyWorkers is much more spiky, sharply peaking at 09.00h and diving at lunch-time and generally behaving much more like I know the traffic to be.</p>
<p>Do you have any insight into how the averages are worked out and &#8211; are they configurable?</p>
<p>(I guess, I could go read the code&#8230; <img src='http://www.philchen.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

