Green Server Design: Beyond Operational Energy to Sustainability

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Green Server Design: Beyond Operational Energy to Sustainability
# 1  
Old 09-23-2010
Green Server Design: Beyond Operational Energy to Sustainability

HPL-2010-116 Green Server Design: Beyond Operational Energy to Sustainability - Chang, Jichuan; Meza, Justin; Ranganathan, Parthasarathy; Bash, Cullen; Shah, Amip
Keyword(s): Environmental sustainability, energy efficiency, lifecycle analysis
Abstract: "Green" server and datacenter design requires a focus on environmental sustainability. Prior studies have focused on operational energy consumption as a proxy for sustainability, but this metric only captures part of the environmental impact. In this paper, we argue that to understand the total impa ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

bigbrother monitoring:conn ssh on server clients goes purple green alternatively

i am using big brother 1.9i.some clients are shut down.but server and other clients are on and bb is running successfullly on all of them.But network tests like conn ssh,telnet etc are going purple for some time and become green for some time on all clients and server reports are not updating..i... (1 Reply)
Discussion started by: pankajd
1 Replies

2. UNIX for Dummies Questions & Answers

Ftp, telnet etc. not operational?

Well I have the programs and everything and the program itself seems to work, but they don't seem to be operateble. I ALWAYS get connection refused on everything. ftp, telnet, rlogin, ssh etc. So it must have something to do with some setting that doesn't allow connections to external hosts or... (6 Replies)
Discussion started by: riwa
6 Replies

3. UNIX for Dummies Questions & Answers

Partition scheme for design tools server

I have been told to look after a server running Sol9 with the following structure: c1t0d0s0 65G / c1t2d0s7 67G /usr c1t4d0s6 24G /var c1t3t0s7 67G /home c1t4d0s7 14G /opt c1t4d0s5 29G /tmp This server is used to hold tool installations and as a license... (7 Replies)
Discussion started by: smo59
7 Replies
Login or Register to Ask a Question
function::ansi_set_color2

FUNCTION:(3stap)					  Utility functions for using an					  FUNCTION:(3stap)

NAME
function::ansi_set_color2 - Set the ansi Select Graphic Rendition mode. SYNOPSIS
ansi_set_color2(fg:long,bg:long) ARGUMENTS
fg Foreground color to set. bg Background color to set. DESCRIPTION
Sends ansi code for Select Graphic Rendition mode for the given forground color, Black(30), Blue(34), Green(32), Cyan(36), Red(31), Purple(35), Brown(33), Light Gray(37) and the given background color, Black(40), Red(41), Green(42), Yellow(43), Blue(44), Magenta(45), Cyan(46), White(47). SystemTap Tapset Reference May 2013 FUNCTION:(3stap)