<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dennis henry &#187; cpuwatch</title>
	<atom:link href="http://dennishenry.net/tag/cpuwatch/feed/" rel="self" type="application/rss+xml" />
	<link>http://dennishenry.net</link>
	<description>ramblings of an IT professional</description>
	<lastBuildDate>Mon, 26 Sep 2011 16:50:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>CPUwatch</title>
		<link>http://dennishenry.net/2009/06/08/cpuwatch/</link>
		<comments>http://dennishenry.net/2009/06/08/cpuwatch/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 20:01:27 +0000</pubDate>
		<dc:creator>dennis</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpuwatch]]></category>

		<guid isPermaLink="false">http://dennishenry.net/?p=42</guid>
		<description><![CDATA[Hello everyone!
This is just a quick post because it came to my attention today that many do not know about the cpuwatch command included within cPanel to assist with running commands that cause intense server load. The use is as follows:
/usr/local/cpanel/bin/cpuwatch LOADAVG COMMAND
As an example  [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>This is just a quick post because it came to my attention today that many do not know about the cpuwatch command included within cPanel to assist with running commands that cause intense server load. The use is as follows:</p>
<pre>/usr/local/cpanel/bin/cpuwatch LOADAVG COMMAND</pre>
<p>As an example would be:</p>
<pre>/usr/local/cpanel/bin/cpuwatch 8 cp -r /home/username/public_html/* /home2/username/public_html/</pre>
<p>This would run the cp command but ensure that the load does not rise above 8. If it did, the command would pause until the load decreased then start again. I highly suggest using this in all situations where load averages are varying and complex commands are being run during prime time.</p>
<p>Let me know if you have any questions on this in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennishenry.net/2009/06/08/cpuwatch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

