<?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>keeping simple &#187; green computing</title>
	<atom:link href="http://www.yodaiken.com/tag/green-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yodaiken.com</link>
	<description>Systems software technology and business</description>
	<lastBuildDate>Sun, 01 Jan 2012 18:30:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Virtualization and power use and spreadsheet games (updated)</title>
		<link>http://www.yodaiken.com/2010/07/virtualization-and-power-use-and-spreadsheet-games/</link>
		<comments>http://www.yodaiken.com/2010/07/virtualization-and-power-use-and-spreadsheet-games/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:34:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[data center]]></category>
		<category><![CDATA[green power]]></category>
		<category><![CDATA[green computing]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=995</guid>
		<description><![CDATA[Here&#8217;s a thought experiment. Suppose each server uses X watts idle and X+Y watts busy. If you have N programs that currently run on N servers that are Z% idle then in the best case you really only need D= &#8230; <a href="http://www.yodaiken.com/2010/07/virtualization-and-power-use-and-spreadsheet-games/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a thought experiment. Suppose each server uses X watts idle and X+Y watts busy. If you have N programs that<br />
currently run on N servers that are Z% idle then in the best case you really only need D= (100-Z)/100*N servers. So in a perfect world you have D machines busy all the time for D*(X+Y) power use instead of N*(Z/100)*X + N*(100-Z)/100 *(X+Y).</p>
<p><img class="alignright size-medium wp-image-1001" title="powermeter" src="http://www.yodaiken.com/wp-content/uploads/2010/07/powermeter-300x207.jpg" alt="" width="300" height="207" /><br />
Something like this</p>
<table>
<tbody>
<tr height="20">
<td width="64" height="20">N</td>
<td width="207">servers=</td>
<td width="64" align="right">200</td>
<td width="64"></td>
<td width="64"></td>
</tr>
<tr height="20">
<td height="20">Z</td>
<td>idle rate=</td>
<td align="right">70</td>
<td></td>
<td></td>
</tr>
<tr height="20">
<td height="20">D</td>
<td>need=</td>
<td align="right">60</td>
<td></td>
<td></td>
</tr>
<tr height="20">
<td height="20">X</td>
<td>idle watts=</td>
<td align="right">150</td>
<td></td>
<td></td>
</tr>
<tr height="20">
<td height="20">X+Y</td>
<td>busy watts=</td>
<td align="right">800</td>
<td></td>
<td></td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Power use=</td>
<td align="right">69000</td>
<td></td>
<td></td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Consolidated Power use=</td>
<td align="right">48000</td>
<td>Savings=</td>
<td align="right">21000</td>
</tr>
</tbody>
</table>
<p>Ok that rocks, 21KW/hour. But can you really get that savings?  If program 1 and program 2 need to run at the same times: you can&#8217;t save anything on them[1] and then the virtualization itself adds cycles for purely overhead and increases memory which burns more power. Suppose we now add K% as the overhead measure &#8211; real need R= D+D*K/100. If  K=20, we cut savings in half. But 20 seems wildly overoptimistic to me, so put it at 50.  We&#8217;re still only needing 72 servers instead of 200, but they are running flat out so we actually increase power use.</p>
<table>
<tbody>
<tr height="20">
<td width="64" height="20">K</td>
<td width="207">overhead=</td>
<td width="64" align="right">50</td>
<td width="64"></td>
<td width="64"></td>
</tr>
<tr height="20">
<td height="20">R</td>
<td>need with overhead=</td>
<td align="right">90</td>
<td></td>
<td></td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Consolidated Power use with overhead=</td>
<td align="right">72000</td>
<td></td>
<td align="right">Savings= <span style="color: #ff0000;">-3000</span></td>
</tr>
</tbody>
</table>
<p>That does not rock.   But here&#8217;s the kicker &#8211; if we reduce idle power to 25Watts, maybe by turning off idle machines, a 50% overhead rate for virtualization means virtualization increases power use by 20KW. If we can reduce idle power to 1 watt, even at 10% overhead, virtualization increases power use.  So what are the real numbers? I have not seen any published studies (of actual data centers) &#8211; maybe there are some.</p>
<p>If you want a copy of the xls, send me an email. Maybe I set it up wrong.</p>
<p><a href="http://www.hpl.hp.com/personal/Lucy_Cherkasova/papers/final-perf-study-usenix.pdf" onclick="pageTracker._trackPageview('/outgoing/www.hpl.hp.com/personal/Lucy_Cherkasova/papers/final-perf-study-usenix.pdf?referer=');">http://www.hpl.hp.com/personal/Lucy_Cherkasova/papers/final-perf-study-usenix.pdf</a></p>
<p>This claims lower levels of overhead</p>
<p><a href="http://www.engineyard.com/blog/2009/10-years-of-virtual-machine-performance-semi-demystified/" onclick="pageTracker._trackPageview('/outgoing/www.engineyard.com/blog/2009/10-years-of-virtual-machine-performance-semi-demystified/?referer=');">http://www.engineyard.com/blog/2009/10-years-of-virtual-machine-performance-semi-demystified/</a></p>
<p>but I&#8217;m unconvinced. In particular, I&#8217;m curious about memory usage.</p>
<p>This is funny.</p>
<blockquote><p>The benchmark itself reported its elapsed time by calling a function to find the system time at both the beginning and end of the benchmark.  The elapsed time reported by the benchmark was less than the wall-clock elapsed time.  What we hypothesize is that, due to the unrelenting CPU consumption by the benchmarks, the virtualization layer was unable to update its clock with the virtual CPU clock ticks.  This phenomenon is mentioned in [10] and [11] but we feel that this type of CPU workload severely exaggerates the situation.</p>
<p><a href="http://www.cmg.org/measureit/issues/mit39/m_39_1.html" onclick="pageTracker._trackPageview('/outgoing/www.cmg.org/measureit/issues/mit39/m_39_1.html?referer=');">http://www.cmg.org/measureit/issues/mit39/m_39_1.html</a></p></blockquote>
<p>See the last letter in this</p>
<p><a href="http://serverfault.com/questions/135431/is-virtual-machine-slower-than-the-underlying-physical-machine" onclick="pageTracker._trackPageview('/outgoing/serverfault.com/questions/135431/is-virtual-machine-slower-than-the-underlying-physical-machine?referer=');">http://serverfault.com/questions/135431/is-virtual-machine-slower-than-the-underlying-physical-machine</a></p>
<p>While it is obvious that load is critical in any analysis, it may not be obvious how for example memory usage can depend on scheduling. If VM1 and VM2 run serially, memory usage is the max of the two, if they overlap it is the sum &#8211; unless it&#8217;s ok to slow them both down with more VM operations &#8211; which will, of course, increase the time to complete which uses capacity since that time is now not available for a third VM etc.</p>
<p>It&#8217;s also important to understand whether overhead is per VM. Suppose that we have 2% overhead per VM, all roughly the same size and 10 VMs. Is this overhead additive? Clearly cpu time is additive and so is I/O time, memory pressure is fuzzier and depends on how many VMs we run at any one time.</p>
<p>Notes</p>
<p>[1] If you have multiple cores, which you do, then if there are enough cores to run VM1 and VM2 in parallel, no problem. And this brings up the question of the relative power use, say of 2 dual core machines versus one 4 core machine or other multiples. Note that it&#8217;s hard to get power savings by turning off 4 of the 8 cores of a 8 core machine, but possibly easy to power down the one 4 core machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2010/07/virtualization-and-power-use-and-spreadsheet-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power savings via software</title>
		<link>http://www.yodaiken.com/2010/03/power-savings-via-software/</link>
		<comments>http://www.yodaiken.com/2010/03/power-savings-via-software/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:23:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[green power]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[green computing]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=845</guid>
		<description><![CDATA[This press release is particularly fluffy, but whatever the reality of this very vaguely defined algorithmic development the basic message is correct to validate nine terabytes of data (nine million million or a number with 12 zeros) in less than &#8230; <a href="http://www.yodaiken.com/2010/03/power-savings-via-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="ibm press release" href="http://finance.yahoo.com/news/Made-in-IBM-Labs-IBM-prnews-3674581922.html?x=0&amp;.v=1" target="_blank" onclick="pageTracker._trackPageview('/outgoing/finance.yahoo.com/news/Made-in-IBM-Labs-IBM-prnews-3674581922.html?x=0_amp_.v=1&amp;referer=');">This press release</a> is particularly fluffy, but whatever the reality of this very vaguely defined algorithmic development the basic message is correct</p>
<blockquote><p>to validate nine terabytes of data (nine million million or a number with 12 zeros) in less than 20 minutes, without compromising accuracy.  Ordinarily, using the same system, this would take more than a day. Additionally, the process used just one percent of the energy that would typically be required.<a href="http://www.yodaiken.com/wp-content/uploads/2010/03/fat_dog1.jpg"><img class="alignright size-medium wp-image-850" title="fat_dog" src="http://www.yodaiken.com/wp-content/uploads/2010/03/fat_dog1-300x210.jpg" alt="" width="300" height="210" /></a></p></blockquote>
<p>The way to reduce power use in data centers is to improve the ratio of  (useful clock cycles)/(overhead + idle clock cycles) and to optimize I/O.</p>
<p>But this requires a 100% change in the way that software is designed from the current method.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2010/03/power-savings-via-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Amory Lovins bottleneck</title>
		<link>http://www.yodaiken.com/2010/02/the-amory-lovins-bottleneck/</link>
		<comments>http://www.yodaiken.com/2010/02/the-amory-lovins-bottleneck/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 19:00:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[data center]]></category>
		<category><![CDATA[green power]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[green computing]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=793</guid>
		<description><![CDATA[Lovins observes that power inputs in many industrial processes go into a bottleneck that makes power conservation hard if you start at the wrong end.  The power goes into a long pipeline of process that emerges on the other end &#8230; <a href="http://www.yodaiken.com/2010/02/the-amory-lovins-bottleneck/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lovins observes that power inputs in many industrial processes go into a bottleneck that makes power conservation hard if you start at the wron<a href="http://www.yodaiken.com/wp-content/uploads/2010/02/lovins-slope1.png"><img class="alignright size-full wp-image-795" title="lovins slope" src="http://www.yodaiken.com/wp-content/uploads/2010/02/lovins-slope1.png" alt="" width="196" height="329" /></a>g end.  The power goes into a long pipeline of process that emerges on the other end with some useful (in theory) work. If you start on the power input end, then reducing power x% requires percolating incremental improvements down the chain of linked machinery with each step reducing work at the step further down the pipeline. But if you start on the other end, changes automatically flow upward. The same, obviously, holds true for data centers. If you start by improving power efficiency of air-conditioning &#8211; a good thing in itself &#8211; you cannot obtain the scale improvements that can be gained on the other end of the pipeline by reducing the activities that use power and generate heat. That is, if you can increase work-done/computational-steps you drive savings up the pipeline. And the kind of large scale savings Lovins achieves in other industrial processes seem plausible: if you reduce power demand at the work end enough to reduce the inputs of cooling needed so that a smaller air conditioning unit can be used, you have a potentially greater savings than by improving the efficiency of the air conditioning unit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2010/02/the-amory-lovins-bottleneck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instructions per joule &#8211; a good start</title>
		<link>http://www.yodaiken.com/2010/02/instructions-per-joule-a-good-start/</link>
		<comments>http://www.yodaiken.com/2010/02/instructions-per-joule-a-good-start/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 22:53:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software engineering]]></category>
		<category><![CDATA[green computing]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=691</guid>
		<description><![CDATA[&#8230; multi-GHz superscalar quad-core processors can execute approximately 100 million instructions per Joule, assuming all cores are active and avoid stalls or mispredictions. Lower-frequency in-order CPUs, in contrast, can provide over 1 billion instructions per Joule—an order of magnitude more &#8230; <a href="http://www.yodaiken.com/2010/02/instructions-per-joule-a-good-start/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8230; multi-GHz superscalar quad-core processors can execute approximately 100 million instructions per Joule, assuming all cores are active and avoid stalls or mispredictions. Lower-frequency in-order CPUs, in contrast, can provide over 1 billion instructions per Joule—an order of magnitude more efficient while still running at 1/3rd the frequency. Worse yet, running fast processors below their full capacity draws a disproportionate amount of power:</p>
<p>Dynamic power scaling on traditional systems is surprisingly inefficient. A primary energy-saving benefit of dynamic voltage and frequency scaling (DVFS) was its ability to reduce voltage as it reduced frequency [56], but modern CPUs already operate near minimum voltage at the highest frequencies. Even if processor energy was completely proportional to load, non-CPU components such as memory, motherboards, and power supplies have begun to dominate energy consumption [3], requiring that all components be scaled back with demand. As a result, running a modern, DVFS-enabled system at 20% of its capacity may still consume over 50% of its peak power [52]. Despite improved power scaling technology, systems remain most energy-efficient when operating at peak utilization</p>
<hr />Andersen, D. G., Franklin, J., Kaminsky, M., Phanishayee, A., Tan, L., and Vasudevan, V. 2009. FAWN: a fast array of wimpy nodes. In <em>Proceedings of the ACM SIGOPS 22nd Symposium on Operating Systems Principles</em> (Big Sky, Montana, USA, October 11 &#8211; 14, 2009). SOSP &#8217;09. ACM, New York, NY, 1-14. DOI= http://doi.acm.org/10.1145/1629575.1629577</p></blockquote>
<p>Once you start thinking about instructions/joule, you need to also think about work/instruction. This number is going to make current system look a lot worse than even the dismal summary above because the immense amount of overhead is so overwhelming. It&#8217;s not even just OS and Virtual machine overhead, as horrible as that it. Consider a Java program. Anyone who has ever looked at production Java code can testify that the number <a href="http://www.yodaiken.com/wp-content/uploads/2010/02/quartz.jpg"><img class="alignright size-full wp-image-693" title="quartz" src="http://www.yodaiken.com/wp-content/uploads/2010/02/quartz.jpg" alt="" width="84" height="100" /></a>of layers of &#8220;frameworks&#8221; and &#8220;libraries&#8221; and so on between a program and actual computation is not small. So consider a program that reads data from the network, processes, stores in a DB, and sends responses. This is not an unusual program model. Ok: we begin with an interrupt that must navigate the virtual machine layer to some OS that most likely contains code that replicates most of the functionality of the VM layer, then  layers of protocol fiddling, the sad fumbling over locks in the a &#8220;fine grained locking&#8221; OS, the clumsy process model and atrocious scheduling left over from the days in which CPUs were scarce resources, the IO layer (DEAR GOD!!), the pointless copying <a href="http://www.yodaiken.com/wp-content/uploads/2010/02/teslacoil.jpg"><img class="alignleft size-thumbnail wp-image-694" title="teslacoil" src="http://www.yodaiken.com/wp-content/uploads/2010/02/teslacoil-150x150.jpg" alt="" width="150" height="150" /></a>of every bit of data over and over again, and then the agonizingly bumbling progress of the intent of the programmer dripping down through geological layers of Java to a byte-code interpreter &#8211; and that&#8217;s just the start of this slow motion avalanche: <strong>electric power is being converted into waste heat with appalling recklessness.</strong></p>
<p>I&#8217;m not sold on the &#8220;Fawn&#8221; model, but the problem analysis is right on the button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2010/02/instructions-per-joule-a-good-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amory Lovins on smart engineering</title>
		<link>http://www.yodaiken.com/2010/01/amory-lovins-on-smart-engineering/</link>
		<comments>http://www.yodaiken.com/2010/01/amory-lovins-on-smart-engineering/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 02:58:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[data center]]></category>
		<category><![CDATA[green power]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[software business]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[amory lovins]]></category>
		<category><![CDATA[green computing]]></category>
		<category><![CDATA[smart grid]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=618</guid>
		<description><![CDATA[Data centers show up around minute 24.]]></description>
			<content:encoded><![CDATA[<p>Data centers show up around minute 24.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/28RmpedUYLk&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/28RmpedUYLk&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2010/01/amory-lovins-on-smart-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security for dummies &#8211; a lesson for smart grid</title>
		<link>http://www.yodaiken.com/2009/12/security-for-dummies-a-lesson-for-smart-grid/</link>
		<comments>http://www.yodaiken.com/2009/12/security-for-dummies-a-lesson-for-smart-grid/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 17:23:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software security]]></category>
		<category><![CDATA[green computing]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=616</guid>
		<description><![CDATA[WASHINGTON &#8212; Militants in Iraq have used $26 off-the-shelf software to intercept live video feeds from U.S. Predator drones, potentially providing them with information they need to evade or monitor U.S. military operations. Senior defense and intelligence officials said Iranian-backed &#8230; <a href="http://www.yodaiken.com/2009/12/security-for-dummies-a-lesson-for-smart-grid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p><a title="WSJ article on drone hacking" href="http://online.wsj.com/article/SB126102247889095011.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/online.wsj.com/article/SB126102247889095011.html?referer=');">WASHINGTON &#8212; Militants</a> in Iraq have used $26 off-the-shelf software to intercept live video feeds from U.S. Predator drones, potentially providing them with information they need to evade or monitor U.S. military operations.</p>
<p>Senior defense and intelligence officials said Iranian-backed insurgents intercepted the video feeds by taking advantage of an unprotected communications link in some of the remotely flown planes&#8217; systems. Shiite fighters in Iraq used software programs such as SkyGrabber &#8212; available for as little as $25.95 on the Internet &#8212; to regularly capture drone video feeds, according to a person familiar with reports on the matter.</p></blockquote>
<p>So what are the lessons. First, &#8220;security by obscurity&#8221; is equivalent to &#8220;hope is a plan&#8221;</p>
<blockquote><p>The potential drone vulnerability lies in an unencrypted downlink between the unmanned craft and ground control. The U.S. government has known about the flaw since the U.S. campaign in Bosnia in the 1990s, current and former officials said. But the Pentagon assumed local adversaries wouldn&#8217;t know how to exploit it, the officials said.</p></blockquote>
<p>Whoops!</p>
<p>And second : use standard protocols</p>
<blockquote><p>Predator drones are built by General Atomics Aeronautical Systems Inc. of San Diego. Some of its communications technology is proprietary, so widely used encryption systems aren&#8217;t readily compatible, said people familiar with the matter.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2009/12/security-for-dummies-a-lesson-for-smart-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Green energy and smart devices</title>
		<link>http://www.yodaiken.com/2009/12/green-energy-and-smart-devices/</link>
		<comments>http://www.yodaiken.com/2009/12/green-energy-and-smart-devices/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 04:04:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[data center]]></category>
		<category><![CDATA[green power]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[software business]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[green computing]]></category>
		<category><![CDATA[green energy]]></category>
		<category><![CDATA[modularity]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=607</guid>
		<description><![CDATA[We&#8217;re starting to see a confluence between IT and energy that will change both industries. A windmill power data center is an interesting data point. At some time, we&#8217;re going to want to control the energy generation from the data &#8230; <a href="http://www.yodaiken.com/2009/12/green-energy-and-smart-devices/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-608" title="windpower5" src="http://www.yodaiken.com/wp-content/uploads/2009/12/windpower5-300x209.jpg" alt="windpower5" width="300" height="209" />We&#8217;re starting to see a confluence between IT and energy that will change both industries. A<a href="http://eshop.macsales.com/green/wind.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/eshop.macsales.com/green/wind.html?referer=');"> windmill power data center</a> is an interesting data point. At some time, we&#8217;re going to want to control the energy generation from the data center &#8211; for example, to run big batch jobs when the wind is blowing or to generate more power during peak billing periods or to shut down unnecessary heat producing computations during low energy periods. As smarter technologies become available for generating power from waste heat, and as carbon generation costs become integrated into prices for purchased power, the whole economics of running data centers will change and the data center will have to act like an intelligent factory &#8211; producing compute time against costs of heat production and power consumption. As we get there, we have to understand that one of the most important properties of the Internet comes from its &#8220;end-to-end&#8221; design.Â  Earlier networks suffered from the problem of being designed as layers, but the internet protocols and hardware were designed to solve the problem of moving streams and packets around networks of machines &#8211; considering the problem in totality, not as a set of layered components.Â  Modularity is not incompatible with end-to-end, but end-to-end requires an understanding of the applications and is incompatible with the component supplier view that dominates modern computer systems development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2009/12/green-energy-and-smart-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleantech and history of software</title>
		<link>http://www.yodaiken.com/2008/09/cleantech-and-history-of-software/</link>
		<comments>http://www.yodaiken.com/2008/09/cleantech-and-history-of-software/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 22:15:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[software business]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[data center]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[green computing]]></category>
		<category><![CDATA[power]]></category>

		<guid isPermaLink="false">http://www.yodaiken.com/?p=164</guid>
		<description><![CDATA[I&#8217;m on my way to Linz, Austria to participate in a panel atÂ  an event called Cleantech Venture Forum. We&#8217;ve spent a lot of the last two years looking at ways to save power in data centers and mini-data centers &#8230; <a href="http://www.yodaiken.com/2008/09/cleantech-and-history-of-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m on my way to Linz, Austria to participate in a panel atÂ  an event called Cleantech Venture Forum. We&#8217;ve spent a lot of the last two years looking at ways to save power in data centers and mini-data centers (which may be a term nobody else uses).Â  If we look at the history of software, the key thing to optimize changes over time:</p>
<ol>
<li>Alan Turing Era &#8211; minimize processor time and memory use (machines are few and very expensive)</li>
<li>Gene Amdahl/Seymour Cray Era &#8211; maximize throughput (big batch jobs in expensive machines)</li>
<li><a title="Gordon Bell on PDP11" href="http://research.microsoft.com/users/GBell/Digital/Bell_Strecker_What_we%20_learned_fm_PDP-11c%207511.pdf" target="_blank" onclick="pageTracker._trackPageview('/outgoing/research.microsoft.com/users/GBell/Digital/Bell_Strecker_What_we_20_learned_fm_PDP-11c_207511.pdf?referer=');">Gordon Bell Era</a> &#8211; maximize responsiveness (suddenly we have terminals and impatient people screaming at them.)</li>
<li>Bill Gates Era (client server era) &#8211; minimize programmer time and maximize functionality.Â  This is the era marked by three inspiring principles:
<ol><em></em></p>
<blockquote>
<li><em> Can&#8217;t we get these 4000 poorly educated, poorly treated codeÂ  monkeys to produce something valuable?</em></li>
<li><em> No matter how crappy this is, it will work better after more memory and more processors.</em></li>
<li><em>Get it out the door and let the customers debug it (or &#8220;Ready, Fire, Aim&#8221; as a former boss used to put it before our company went bankrupt!).</em></li>
</blockquote>
<p><em></em></ol>
</li>
<li>The Al Gore Era -Â  power use/functionality becomes important.</li>
</ol>
<p>Something like that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yodaiken.com/2008/09/cleantech-and-history-of-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

