<?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>SudoSeth &#187; test</title>
	<atom:link href="http://www.sudoseth.com/blog/tag/test/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sudoseth.com/blog</link>
	<description>Ideas, Videos, Projects, and More!</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Stress Test Complete</title>
		<link>http://www.sudoseth.com/blog/2008/10/stress-test-complete/</link>
		<comments>http://www.sudoseth.com/blog/2008/10/stress-test-complete/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 16:56:46 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=136</guid>
		<description><![CDATA[After overclocking my system I ran a stress test in order to make sure that even during the heaviest of loads my server would stay functional. My application of choice for stress testing in Ubuntu is &#8220;cpuburn&#8221;. I then use lm-sensors to read the temperatures of my system. $apt-get install cpuburn lm-sensors $sudo sensors-detect $sudo [...]]]></description>
			<content:encoded><![CDATA[<p>After overclocking my system I ran a stress test in order to make sure that even during the heaviest of loads my server would stay functional. My application of choice for stress testing in Ubuntu is &#8220;cpuburn&#8221;. I then use lm-sensors to read the temperatures of my system.</p>
<p>$apt-get install cpuburn lm-sensors</p>
<p>$sudo sensors-detect</p>
<p>$sudo modprobe [modules that the previous command identified at the end]</p>
<p>$sensors</p>
<p>At this point you can now see the temperatures, voltage regulations, fan speeds, and other such information. Now you need to open new terminal window for each CPU core you have (or create them using Screen) and run the following command in each one:</p>
<p>$burnP6</p>
<p>Let this run for at least 15 minutes and then check the temperatures by running &#8220;sensors&#8221;. You can also set up sensors to automatically update by using the &#8220;watch&#8221; command.</p>
<p>$watch sensors</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2008/10/stress-test-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

