<?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: How to kill a process that uses too much CPU</title>
	<atom:link href="http://blog.dhampir.no/content/how-to-kill-a-process-that-uses-too-much-cpu/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dhampir.no/content/how-to-kill-a-process-that-uses-too-much-cpu</link>
	<description></description>
	<lastBuildDate>Wed, 21 Dec 2011 10:10:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Elijah</title>
		<link>http://blog.dhampir.no/content/how-to-kill-a-process-that-uses-too-much-cpu#comment-11056</link>
		<dc:creator>Elijah</dc:creator>
		<pubDate>Thu, 25 Aug 2011 07:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=167#comment-11056</guid>
		<description>Yeah. Tried it and it works fine. Thanks :)</description>
		<content:encoded><![CDATA[<p>Yeah. Tried it and it works fine. Thanks <img src='http://blog.dhampir.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bolt</title>
		<link>http://blog.dhampir.no/content/how-to-kill-a-process-that-uses-too-much-cpu#comment-11032</link>
		<dc:creator>bolt</dc:creator>
		<pubDate>Wed, 24 Aug 2011 15:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=167#comment-11032</guid>
		<description>It might. Why not try it and let me know how it goes? :)
I don&#039;t run FreeBSD myself.</description>
		<content:encoded><![CDATA[<p>It might. Why not try it and let me know how it goes? <img src='http://blog.dhampir.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I don&#8217;t run FreeBSD myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah</title>
		<link>http://blog.dhampir.no/content/how-to-kill-a-process-that-uses-too-much-cpu#comment-11031</link>
		<dc:creator>Elijah</dc:creator>
		<pubDate>Wed, 24 Aug 2011 15:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=167#comment-11031</guid>
		<description>Will it work on FreeBSD?</description>
		<content:encoded><![CDATA[<p>Will it work on FreeBSD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bolt</title>
		<link>http://blog.dhampir.no/content/how-to-kill-a-process-that-uses-too-much-cpu#comment-654</link>
		<dc:creator>bolt</dc:creator>
		<pubDate>Sun, 07 Nov 2010 17:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=167#comment-654</guid>
		<description>Hey :)
The problem was the indentation what was added by one of the editors I use.

This line:
mail -s &quot;CPU message alert for: $processToWatch&quot; $emailAddress &lt;&lt;-END
..reads until it finds &quot;END&quot; on its own, as a line. Having that line indented to look &quot;nice&quot; doesn&#039;t work. The script will not find it and thus unexpectedly find the end of the file further down.

I removed the indentation in the post. Hope it helps, and thanks for pointing that out :)</description>
		<content:encoded><![CDATA[<p>Hey <img src='http://blog.dhampir.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The problem was the indentation what was added by one of the editors I use.</p>
<p>This line:<br />
mail -s &#8220;CPU message alert for: $processToWatch&#8221; $emailAddress < <-END<br />
..reads until it finds &#8220;END&#8221; on its own, as a line. Having that line indented to look &#8220;nice&#8221; doesn&#8217;t work. The script will not find it and thus unexpectedly find the end of the file further down.</p>
<p>I removed the indentation in the post. Hope it helps, and thanks for pointing that out <img src='http://blog.dhampir.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Edmonds</title>
		<link>http://blog.dhampir.no/content/how-to-kill-a-process-that-uses-too-much-cpu#comment-483</link>
		<dc:creator>Craig Edmonds</dc:creator>
		<pubDate>Fri, 29 Oct 2010 13:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=167#comment-483</guid>
		<description>Hi,

I get this error.


/root/apache-cpu-checker.sh: line 35: syntax error: unexpected end of file

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I get this error.</p>
<p>/root/apache-cpu-checker.sh: line 35: syntax error: unexpected end of file</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mosQuito</title>
		<link>http://blog.dhampir.no/content/how-to-kill-a-process-that-uses-too-much-cpu#comment-19</link>
		<dc:creator>mosQuito</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dhampir.no/?p=167#comment-19</guid>
		<description>FANTASTIC! this is perfect to kill rogue processes when my students screw up</description>
		<content:encoded><![CDATA[<p>FANTASTIC! this is perfect to kill rogue processes when my students screw up</p>
]]></content:encoded>
	</item>
</channel>
</rss>

