Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Mar 20, 2008 8:23 am 
Offline
Newbie

Joined: Thu Mar 20, 2008 7:55 am
Posts: 3
Location: London, UK
Hi,

I was wondering if anyone in the know could give me some hints about how much power a Linode VPS (say a 360 meg one) consumes.

I'm interested in doing a back-of-the-envelope calculation of carbon footprint (which will probably be completely off...)

I suppose knowing the average consumption of a single physical machine would be a good starting point, unless this is classified information -- :wink: -- or the info's just not available.

Thanks! :)


Top
   
 Post subject:
PostPosted: Thu Mar 20, 2008 8:36 am 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
Our host servers average around 2.5A @ 120v each. Watts = Volts * Amps, sot that's 300 Watts per host.

http://www.linode.com/faq.cfm#how-many- ... are-a-host

A single Linode 360's share of its host's power consumption would be about 7.5 watts.

-Chris


Top
   
 Post subject:
PostPosted: Thu Mar 20, 2008 10:02 am 
Offline
Newbie

Joined: Thu Mar 20, 2008 7:55 am
Posts: 3
Location: London, UK
Brilliant, thanks!

So assuming electricity consumption of 0.0075 kW, that's

0.0075 * 24 * 365 = 65.7 kWh in one year.

According to the calculator below, that's about 0.03 tonnes:
https://www.climatecare.org/calculators/business/

Still, I suppose there are lots of other factors to consider, like the source of the electricity, power usage of visitors to the server, manufacture and disposal of machines, etc.

Cheers again


Top
   
 Post subject:
PostPosted: Thu Mar 20, 2008 10:36 am 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
caker wrote:
A single Linode 360's share of its host's power consumption would be about 7.5 watts.

The data centre probably uses about half that again for air conditioning to pump the heat out of the server room.

_________________
/ Peter


Top
   
 Post subject:
PostPosted: Thu Mar 20, 2008 11:08 am 
Offline
Senior Member

Joined: Tue Jan 22, 2008 2:10 am
Posts: 103
pclissold wrote:
caker wrote:
A single Linode 360's share of its host's power consumption would be about 7.5 watts.

The data centre probably uses about half that again for air conditioning to pump the heat out of the server room.

More than half, no heat pump is 100% efficient.


Top
   
 Post subject:
PostPosted: Thu Mar 20, 2008 2:17 pm 
Offline
Senior Member

Joined: Fri Dec 07, 2007 1:37 am
Posts: 385
Location: NC, USA
bdonlan wrote:
More than half, no heat pump is 100% efficient.

Taken thermodynamics lately? Heat pumps can very easily move more energy than they consume.

EDIT:In case my rude assertion ;) isn't convincing:
http://en.wikipedia.org/wiki/Heat_pump#Efficiency


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 9:32 am 
Offline
Junior Member

Joined: Tue Sep 25, 2007 9:00 am
Posts: 26
Another way of looking at this is to examine the case for replacing a machine that's on 24x7 (either at home or at the office) with a linode of some size and see if you can justify it on the basis of power cost savings alone.

Consider, for simplicity an electric cost of $0.10/kwh (my current rate is $0.093/kwh plus additional fees that mean its really $0.13/kwh).

Then for a machine that consumes X watts of power, the monthly cost (for simplicity assume a month has 30 days) is:

cost = 30 * 24 * X/1000 * 0.10

so for a cost of $20/month (i.e. the price of a linode) you would have to replace a machine that consumes:

X = 1000 * cost/(30*24*0.10)

X = 1000 * 20/(30*24*0.10)

X = 278 W

Now that's a pretty big machine (in fact about the same size as the actual machine that hosts the linode).

However, your typical desktop box will draw in the range of 100-150W when running idle, which amounts to about $10.00/month in raw electric costs if left on 24x7.

So how do you justify the other $10/month?

Well, a typical computer depreciates to worthless over a 3 year (i.e. 36 month) period, so if you take the initial purchase price and divide it by 36 then that's what you are paying per month to use the machine. So for a low-end box at $400 that would be $11/month.

Neat eh? A $20/month linode is an economic replacement for a $400 PC that needs to be left on 24x7.

For a lot of applications a $10/month linode would be even easier to make the economic argument work, and if administration costs are too much on a monthly basis perhaps offering this only on a pre-paid quarterly or yearly basis would be the way to go.



Regards,

Stephen


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 11:55 am 
Offline
Senior Member
User avatar

Joined: Mon Dec 10, 2007 4:30 pm
Posts: 341
Website: http://markwalling.org
vca wrote:
So how do you justify the other $10/month?


What about internet connection? Assuming your Linode is a web server/mx, how much per month does it cost to get a reasonable sized internet connection (a symmetrical one)? I know Time Warner Cable's Road Runner is $45/mo for 10Mb by 1Mb, and running "servers" on their residential network is a violation of their ToS, so technically you would have to go up to one of the small business packages.


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 1:47 pm 
Offline
Senior Member
User avatar

Joined: Sun Feb 08, 2004 7:18 pm
Posts: 562
Location: Austin
Hang on there, fellas. I think Caker's wattage calculation is overly simplistic.

This is alternating current, so the apparent power is V * A. But the real power is V * A * pf, the power factor.

For DC, the power factor is always 1, as well as for a purely resistive load. A computer is not purely resistive. I'm guessing the server's power factor is about .7, but that really is just a guess. The folks who run the data center could probably tell you better.

If that is about right, it would take the actual energy use of a server to 210W.


I'll save the conversation about carbon dioxide not being a pollutant, and about all this "carbon footprint" talk being a load of hot air, for another time. :-)


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 2:51 pm 
Offline
Junior Member

Joined: Tue Sep 25, 2007 9:00 am
Posts: 26
mwalling wrote:
vca wrote:
So how do you justify the other $10/month?


What about internet connection?

Assuming your Linode is a web server/mx, how much per month does it cost to get a reasonable sized internet connection (a symmetrical one)? I know Time Warner Cable's Road Runner is $45/mo for 10Mb by 1Mb, and running "servers" on their residential network is a violation of their ToS, so technically you would have to go up to one of the small business packages.


True I did leave that out under the assumption that you'd still need to have a DSL/cable connection for your home and that you had been running your 24x7 device off it in a probable TOS violation (for example you might have been running a small web server to share photos with other family members). So you're not saving anything here by going the linode route.

That said, if you had been paying the premium to turn a home connection into a "business style" connection (so that you were legit on the TOS and/or to get a static IP address), then the switch to linode is a complete no-brainer as the differential (at least for me) between home and business pricing is about $50/month - which buys quite a bit of linode bliss.


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 3:19 pm 
Offline
Senior Member

Joined: Fri Dec 07, 2007 1:37 am
Posts: 385
Location: NC, USA
Xan wrote:
I'm guessing the server's power factor is about .7, but that really is just a guess.


Their retired servers had PFC power supplies, so I'm guessing the new ones do as well. That would put the pf up close to one and Caker's estimate would be pretty much correct.

http://www.linode.com/forums/viewtopic.php?t=2877

This is what happens when you mix computer geeks with electronics nerds ;)


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 3:23 pm 
Offline
Senior Member
User avatar

Joined: Sun Feb 08, 2004 7:18 pm
Posts: 562
Location: Austin
Quote:
Their retired servers had PFC power supplies, so I'm guessing the new ones do as well. That would put the pf up close to one and Caker's estimate would be pretty much correct.


That would make sense. I'm sure the datacenter much prefers machines with power factor correction!


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 3:28 pm 
Offline
Senior Member
User avatar

Joined: Mon Dec 10, 2007 4:30 pm
Posts: 341
Website: http://markwalling.org
Spectrum ran an article at one time about a plan to wire data centers with DC right to the machines, instead of each machine having its own PSU... What ever happened to that idea?


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 4:42 pm 
Offline
Senior Member

Joined: Sun Nov 14, 2004 6:37 pm
Posts: 138
Website: http://oldos.org
WLM: jasonlfaulkner@hotmail.com
Yahoo Messenger: jasonfncsu
AOL: jaylfaulkner
Location: NC, USA
mwalling wrote:
Spectrum ran an article at one time about a plan to wire data centers with DC right to the machines, instead of each machine having its own PSU... What ever happened to that idea?


That's actually what google does.

_________________
Jay Faulkner
http://oldos.org


Top
   
 Post subject:
PostPosted: Fri Mar 21, 2008 5:11 pm 
Offline
Senior Member
User avatar

Joined: Sun Feb 08, 2004 7:18 pm
Posts: 562
Location: Austin
mwalling wrote:
Spectrum ran an article at one time about a plan to wire data centers with DC right to the machines, instead of each machine having its own PSU... What ever happened to that idea?


IIRC, the energy savings aren't quite as spectacular as one might expect. It doesn't make sense to run two different lines, 5V and 12V, plus the lower the voltage, the more juice you lose on the lines. I think they were talking about running 60V or 48V or something. Then you still have to transform it to do anything with it. Granted, it's better than converting AC to DC, but maybe not so much better that it's worth redesigning your datacenter.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group