<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; cpu probe</title> <atom:link href="http://www.ghacks.net/tag/cpu-probe/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>DIY: Easy CPU probe</title><link>http://www.ghacks.net/2007/12/25/diy-easy-cpu-probe/</link> <comments>http://www.ghacks.net/2007/12/25/diy-easy-cpu-probe/#comments</comments> <pubDate>Tue, 25 Dec 2007 07:37:31 +0000</pubDate> <dc:creator>Tobey</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cooling]]></category> <category><![CDATA[cpu]]></category> <category><![CDATA[cpu probe]]></category> <category><![CDATA[diy]]></category> <category><![CDATA[do-it-yourself]]></category> <category><![CDATA[fan]]></category> <category><![CDATA[overclocking]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/12/25/diy-easy-cpu-probe/</guid> <description><![CDATA[We always try to lower our CPU usage as much as possible for a normal use. Still, there are situations like testing purposes when we may want our CPU to be 100% busy to test its behavior. This is usually tightly related to overclocking and probing the CPU cooling system capability along with it. Of course you can always use benchmarking applications to give your system some harsh time but it's not necessary when you know how to increase CPU load all the way up to 100% easily in a few seconds. Note that this has only been tested on single-core computers, it prolly won't work with multi-core CPUs.]]></description> <content:encoded><![CDATA[<p>We always try to lower our CPU usage as much as possible for a normal use. Still, there are situations like testing purposes when we may want our CPU to be 100% busy to test its behavior. This is usually tightly related to overclocking and probing the CPU cooling system capability along with it. Of course you can always use benchmarking applications to give your system some harsh time but it&#8217;s not necessary when you know how to increase CPU load all the way up to 100% easily in a few seconds. Note that this has only been tested on single-core computers, it prolly won&#8217;t work with multi-core CPUs.</p><p>Once when messing with command-line features a bit, I found out that a simple 1-line code can bring my CPU to 100% load in a second for as long as I want. If I really wanted to test the reliability of my CPU fan or water cooling system, I would run this tiny code for pretty long time like a few hours to make my CPU sweat a bit. Now to that simple code &#8211; bring up the Run window by pressing Win+R and start command line by putting cmd in it. Here comes that simple loop:</p><p><span
id="more-2647"></span><i>for /L %i in (1,1,#) do help</i><br
/> (replace the # with a number determining how many loops will be executed and also how much time it&#8217;ll take to finish the task, depending on your CPU&#8217;s performance)</p><p>Pretty simple, huh? It does nothing else than to repeat displaying command-line&#8217;s built-in help which should raise (according to my multiple tests) every single-core CPU load to 100% and maintain it at that level for the time the script is executed. That&#8217;s all folks !</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/12/25/diy-easy-cpu-probe/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
