<?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: Stress Test a Mac by Maxing Out CPU</title>
	<atom:link href="http://osxdaily.com/2012/10/02/stress-test-mac-cpu/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/10/02/stress-test-mac-cpu/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 18 Jun 2013 21:04:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: NA</title>
		<link>http://osxdaily.com/2012/10/02/stress-test-mac-cpu/#comment-516566</link>
		<dc:creator>NA</dc:creator>
		<pubDate>Wed, 13 Mar 2013 20:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32856#comment-516566</guid>
		<description>I just tested my macbook pro retina. Worked as stated just wanted to warm the CPU up after spilling small amount of tea on the keyboard! biggest yikes moment of my life, never drink next to a laptop... especially a macbook worth around £2000</description>
		<content:encoded><![CDATA[<p>I just tested my macbook pro retina. Worked as stated just wanted to warm the CPU up after spilling small amount of tea on the keyboard! biggest yikes moment of my life, never drink next to a laptop&#8230; especially a macbook worth around £2000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel Alton</title>
		<link>http://osxdaily.com/2012/10/02/stress-test-mac-cpu/#comment-467404</link>
		<dc:creator>Mel Alton</dc:creator>
		<pubDate>Thu, 20 Dec 2012 21:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32856#comment-467404</guid>
		<description>Thanks, this is really useful for testing out your cpu heatsink and cooler.  Start one yes process per core (including hyperthreads) and use something like the Temperature Monitor app to see how hot the cpu gets over time.

I have a hackintosh built with an i7-3770 and an aftermarket cooler, and I wanted to see how it performed.  The i7-3770 has 4 cores and 4 hyperthreads, so I fired up 7 yes processes, then started the activity monitor to watch the cpu usage (88%, since I also had browsers open) and used Temperature Monitor to see how the cooler did.</description>
		<content:encoded><![CDATA[<p>Thanks, this is really useful for testing out your cpu heatsink and cooler.  Start one yes process per core (including hyperthreads) and use something like the Temperature Monitor app to see how hot the cpu gets over time.</p>
<p>I have a hackintosh built with an i7-3770 and an aftermarket cooler, and I wanted to see how it performed.  The i7-3770 has 4 cores and 4 hyperthreads, so I fired up 7 yes processes, then started the activity monitor to watch the cpu usage (88%, since I also had browsers open) and used Temperature Monitor to see how the cooler did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jch</title>
		<link>http://osxdaily.com/2012/10/02/stress-test-mac-cpu/#comment-433819</link>
		<dc:creator>jch</dc:creator>
		<pubDate>Wed, 03 Oct 2012 21:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32856#comment-433819</guid>
		<description>Before fsck got its &quot;-y&quot; option, &quot;yes &#124; fsck&quot; was often a good idea.   There are other programs that have similar prompting behaviour.

Oh, and &quot;yes no &#124; fsck&quot; might sometimes be a good idea.

I think yes dates back to Unix Edition 6.  There are lots of programs that have little use by themselves but are designed specifically to be combined with something else.  Unix is Lego for computers.</description>
		<content:encoded><![CDATA[<p>Before fsck got its &#8220;-y&#8221; option, &#8220;yes | fsck&#8221; was often a good idea.   There are other programs that have similar prompting behaviour.</p>
<p>Oh, and &#8220;yes no | fsck&#8221; might sometimes be a good idea.</p>
<p>I think yes dates back to Unix Edition 6.  There are lots of programs that have little use by themselves but are designed specifically to be combined with something else.  Unix is Lego for computers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris E</title>
		<link>http://osxdaily.com/2012/10/02/stress-test-mac-cpu/#comment-433583</link>
		<dc:creator>Chris E</dc:creator>
		<pubDate>Wed, 03 Oct 2012 07:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32856#comment-433583</guid>
		<description>I saw this elsewhere sometime ago, and wondered then what kind of practical application this could have. It&#039;s interesting in and of itself, but I don&#039;t see what real world use it actually has.</description>
		<content:encoded><![CDATA[<p>I saw this elsewhere sometime ago, and wondered then what kind of practical application this could have. It&#8217;s interesting in and of itself, but I don&#8217;t see what real world use it actually has.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jch</title>
		<link>http://osxdaily.com/2012/10/02/stress-test-mac-cpu/#comment-433416</link>
		<dc:creator>jch</dc:creator>
		<pubDate>Tue, 02 Oct 2012 20:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32856#comment-433416</guid>
		<description>No, not really.   You can measure the ability of the OS to start processes, but its not a measure of anything useful.

You also don&#039;t need yes for this: &quot;while :; do :; done &amp;&quot; is slightly more CPU intensive and does involve any system calls so it does nothing faster :)</description>
		<content:encoded><![CDATA[<p>No, not really.   You can measure the ability of the OS to start processes, but its not a measure of anything useful.</p>
<p>You also don&#8217;t need yes for this: &#8220;while :; do :; done &amp;&#8221; is slightly more CPU intensive and does involve any system calls so it does nothing faster <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathew</title>
		<link>http://osxdaily.com/2012/10/02/stress-test-mac-cpu/#comment-433382</link>
		<dc:creator>Mathew</dc:creator>
		<pubDate>Tue, 02 Oct 2012 17:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32856#comment-433382</guid>
		<description>This could be used as a benchmarking tool of sorts couldn&#039;t it? If you somehow timed how long it took to execute however many yeses? Just a thought.</description>
		<content:encoded><![CDATA[<p>This could be used as a benchmarking tool of sorts couldn&#8217;t it? If you somehow timed how long it took to execute however many yeses? Just a thought.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 248/249 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-06-19 07:25:53 -->