Towards Energy Efficient Workload Placement in Data Centers

Size: px
Start display at page:

Download "Towards Energy Efficient Workload Placement in Data Centers"

Transcription

1 Towards Energy Efficient Workload Placement in Data Centers Rania Elnaggar, Portland State University Abstract. A new era of computing is being defined by a shift to aggregate computing resources into large-scale data centers (DCs) that are shared by a global pool of users. In this paradigm, DCs' operational energy costs are a rising concern as they continue an upward trend that is poised to surpass the capital cost of equipment in a typical lifetime usage model. A DC is a complex distributed system comprised of a hierarchy of numerous components; thus, power and energy management can be performed at many levels of granularity and through various techniques. We contend that the energy efficiency problem in DCs should be addressed through a holistic, endto-end approach that accounts for the many, and sometimes-conflicting, parameters. In this paper, we discuss workload placement strategies as a model for a holistic approach. Earlier research that addressed workload placement, capitalized on a maximumidle approach that seeks to maximize both spatial and temporal idleness. We show that the underlying concept for that approach does not hold as a basis for energy-efficient placement; we investigate current and future system power expenditure with respect to system load and analyze the contributing factors. We then utilize our analysis to introduce a framework for energy-efficient load placement strategies in DCs. Comparing our approach to maximum-idle-based placement shows gains in compute energy efficiency. Finally, we discuss how our new approach affects DC thermals and the energy required for cooling. 1 Introduction Energy efficiency of has always been a first-class design goal in the mobile and embedded fields due to battery-life limitations. However, until recently, it has been less of a concern for servers and data centers. We witnessed waves of interest in DC energy efficiency with the advent of new technologies such as WWW, clusters, grid, utility compute models. The interest is now renewed with the inception of Cloud Computing [2] [8], given the massive scale anticipated in future DCs. Cloud Computing is charcterized by a move to aggregate computing resources (in terms of hardware, software and services) into large-scale data centers that are shared by a global pool of users. Those data centers are typically owned and run by third-party entities and export a wide array of services and applications ranging from individual consumer-oriented services to enterprise-class offerings.

2 In this new paradigm, computing energy costs are a rising concern. This is especially the case in DCs where energy costs continue an upward trend that is poised to surpass the cost of the equipment itself in a typical lifetime usage model [6]. In 2005, DCs consumed an estimated total of about 50 billion kwh in the U.S., and around 130 billion kwh for the world. These figures accounted for 1.2% and 0.8% of the total electricity consumption of the U.S. and the world respectively [24]. The U.S. Environmental Protection Agency (EPA) estimates that if current energy-efficiency trends continue, DCs will consume more than 120 billion kwh in the U.S. alone [13]. While cutting down operational costs of data centers is a chief concern, the environmental impact of this spiraling computing energy expenditure is equivalently important. It is projected that improving DC efficiency beyond current trends can reduce carbon dioxide emissions by 15 to 47 million metric tons in 2011 [13]. A data center is a complex entity that can be partitioned into two inter-dependent systems; the IT system and the facilities system. The IT system is comprised of compute related parts such as servers, networks and management components. The facilities system delivers the power and cooling needed by IT equipment as well as other facilities overhead such as lighting. As servers performance grows, they generate increasing amounts of heat [3] which in turn demands progressively demand more cooling [6]. In fact, cooling and power delivery energy expenditure already surpasses compute energy use in a great percentage of data centers [6]. DCs are usually cooled using Computer Room Air Conditioning (CRAC) units, and are typically arranged in a hot-aisle, cold-aisle configuration [47]. In this paper we contend that achieving improved energy-efficiency for a DC should be driven by a holistic that takes into consideration all system components to achieve maximum synergetic energy savings. This strategy governs a set of local policies and protocols that effectively use existing power-saving features within each system component in a way that is proportional to the workload of the component and of the overall system. Though ultimately, we are interested in defining an end-to-end global energy optimization strategy over a generalized model of a multi-level distributed system, the focus of our short-term research effort is on defining such a strategy for DCs, as a key subset of the larger problem. We consider a DC workload that is a mix of online and offline workloads that are mostly characterized as massively parallel, or throughputoriented. In defining such strategies, we will initially examine just the compute-related part of the DC, thus excluding networking, cooling and power delivery overheads. While we recognize that these overheads are critically important, we also observe that, in many cases, they are proportional to computing power expenditure in modern data centers. Expanding our work to explicitly consider those other components is a topic for future research. The rest of this paper is organized as follows. In section 2 we present research background and review related work. In section 3 we present our hypotheses and outline an investigation methodology. In section 4 we present results and analysis. In section 5 we introduce a framework for energy efficient workload placement. In section 6 we conclude the paper and present direction for future research.

3 2 Background A DC s compute system is comprised of a hierarchy of components of different scale, where power management can be performed at many levels of that hierarchy, as shown in Fig. 1 below. Fig. 1.. Scale and hierarchy of power management in a DC We recognize three power-related attributes that affect the average power consumption for each component, as well as, the overall system; namely: peak power, idle power and dynamic power range. Peak power is the power consumed at the maximum workload of a component. Idle power is the power consumed when a component has no workload but is powered-on and active, thus has low-latency latency response to increasing workload. The dynamic power range defines the distance between peak power and idle power, and it is desirable for it to scale proportionally to the workload of the component [3]. When addressing the power consumption problem in a DC, we identify two main cost components: the capital cost of power provisioning in the infrastructure, and the operational power cost during the life span of the DC. The capital cost component is directly related to expected maximum power consumption and is a pressing issue as more DCs are built and typically amortized over an average of 15 years. Large DC operators such as Google are exploring ways to cut down on that cost through a workload mix that keeps maximum utilization within a decreased power envelope [13]. Decreasing operational power, however, is our area of interest and of a large body of other research. Approaches to decrease operational (also termed average) power have focused on the three power attributes we identified earlier. The solutions proposed can be broadly classified into three categories: scaling solutions that track utilization levels; sleep solutions that shut off parts of the system at low utilization; and hybrid solutions that combine the two former approaches. On the component level, Dynamic Voltage and Frequency Scaling (DVFS) has been widely researched and applied to CPUs in particular as they consume a large percentage of the overall system power. Also, clock gating and system sleep states have been introduced for various platform components. These techniques have been utilized in wide-spread commercial products such as those produced by Intel [22] and AMD [1]. The Advanced Configuration and Power Interface (ACPI) [20] was defined to standardize power management for different platforms. Use of heterogeneous cores and accelerators has also been explored to enhance energy efficiency [27], and the use of operating system timers has been scrutinized to enable longer periods of uninterrupted sleep [44]. Conserving disk drive related energy consumption has also been explored through scaled-speed and sleep modes [9]. In the computer networks domain, the concept of maximizing idleness through sleep states has also been the corner stone of a large body of research that includes

4 21. Hwang, C., & Allen, C.: A predictive system shutdown method for energy saving of event-driven computation. ACM Transactions on Design Automation of Electronic Systems (TODAES),vol. 5, pp (2000) 22. Intel Xeon Processor 7400 Series datasheet, ucts_xeon7000+tab_techdocs. (2008) 23. Keeton, K., Kelly, T., Merchant, A., Santos, C., Wiener, J., Zhu, X., et al.: Don t settle for less than the best: use optimization to make decisions. In proceedings of the 11th USENIX workshop on Hot topics in Operating Systems. USENIX Association Berkeley, CA, USA (2007) 24. Koomey, J.: Estimating total power consumption by servers in the US and the world. Final report. (2007) 25. Meisner, D., Gold, B., & Wenisch, T.: PowerNap: Eliminating Server Idle Power. SIGPLAN Notices, vol. 44, pp ACM, New York, USA. (2008) 26. Mishra, N., Chebrolu, K., Raman, B., & Pathak, A.: Wake-on-WLAN. In proceedings of the 15th international conference on World Wide Web, pp ACM New York, NY, USA (2006) 27. Mogul, J., Mudigonda, J., Binkert, N., Ranganathan, P., & Talwar, V.: Using Asymmetric Single-ISA CMPs to Save Energy on Operating Systems. IEEE Micro, vol. 28, pp IEEE Press (2008) 28. Moore, J., Chase, J., Farkas, K., & Ranganathan, P.: Data center workload monitoring, analysis, and emulation. In proceedings of Eighth Workshop on Computer Architecture Evaluation using Commercial Workloads (2005) 29. Moore, J., Chase, J., Ranganathan, P., & Sharma, R.: Making scheduling cool : Temperature-aware resource assignment in data centers. In proceedings of Proceedings of the USENIX Annual Technical Conference (2005) 30. Nathuji, R., & Schwan, K.: Reducing system level power consumption for mobile and embedded platforms. In proceedings of the International Conference on Architecture of Computing Systems (ARCS) (2005) 31. Nathuji, R., & Schwan, K.: Virtualpower: Coordinated power management in virtualized enterprise systems. ACM SIGOPS Operating Systems Review, vol. 21, no. 6, pp ACM New York, NY, USA. (2007) 32. Patel, C., Sharma, R., Bash, C., & Graupner, S.: Energy Aware Grid: Global Workload Placement based on Energy Efficiency. In proceesings of IMECE ( 2003) 33. Pinheiro, E., Bianchini, R., Carrera, E., & Heath, T.: Load balancing and unbalancing for power and performance in cluster-based systems. In processing of Workshop on Compilers and Operating Systems for Low Power, vol. 180, pp (2001) 34. Qiu, Q., & Pedram, M.: Dynamic power management based on continuous-time Markov decision processes. In proceedings of the 36th ACM/IEEE conference on Design automation, pp ACM New York, NY, USA (1999) 35. Raghavendra, R., Ranganathan, P., Talwar, V., Wang, Z., & Zhu, X.: No" power" struggles: coordinated multi-level power management for the data center. In proceedings of ASLOPS (2008) 36. Rajamani, K., Lefurgy, C., Res, I., & Austin, T.: On evaluating requestdistribution schemes for saving energy in server clusters. In proceedings of the

5 IEEE International Symposium on Performance Analysis of Systems and Software, pp (2003) 37. Ramakrishnan, L., Irwin, D., Grit, L., Yumerefendi, A., Iamnitchi, A., & Chase, J.: Toward a doctrine of containment: grid hosting with adaptive resource control. In proceedings of the ACM/IEEE conference on Supercomputing. ACM New York, NY, USA (2006) 38. Ranganathan, P., Leech, P., Irwin, D., & Chase, J.: Ensemble-level power management for dense blade servers. In proceedings of the 33rd International Symposium on Computer Architecture (ISCA), pp IEEE Computer Society Washington, DC, USA (2006) 39. Ranger, C., Raghuraman, R., Penmetsa, A., Bradski, G., & Kozyrakis, C.: Evaluating MapReduce for multi-core and multiprocessor systems. In proceedings of IEEE 13th International Symposium on High Performance Computer Architecture, pp IEEE Computer Society Washington, DC, USA (2007) 40. Ren, Z., Krogh, B., & Marculescu, R.: Hierarchical adaptive dynamic power management. IEEE Transactions on Computers, vol. 54, pp IEEE Press (2005) 41. Rivoire, S., Shah, M., Ranganathan, P., & Kozyrakis, C.: Joulesort: a balanced energy-efficiency benchmark. In proceedings of the 2007 ACM SIGMOD international conference on Management of data, pp ACM New York, NY, USA (2007) 42. Sharma, R., Bash, C., Patel, C., Friedrich, R., & Chase, J.: Balance of power: Dynamic thermal management for internet data centers. IEEE Internet Computing,vol. 9, pp IEEE Press (2005) 43. Sharma, V., Thomas, A., Abdelzaher, T., Skadron, K., & Lu, Z.: Power-aware QoS management in web servers. In proceedings of 24th IEEE Real-Time Systems Symposium, pp IEEE Press (2003) 44. Siddha, S., Pallipadi, V., & De, A. V.: Getting maximum mileage out of tickless. In proceedings of Linux Synposium, pp (2007). 45. Simunic, T., Benini, L., Glynn, P., & Micheli, G. D.: Event-driven power management. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 20, pp IEEE Press (2001) 46. Srivastava, M., Chandrakasan, A., & Brodersen, R.: Predictive system shutdown and other architectural techniques for energy efficient programmable computation. IEEE Transactions on Very Large Scale Integration (VLSI) Systems,vol. 4, pp IEEE Press (1996) 47. Sullivan, R.: Alternating cold and hot aisles provides more reliable cooling for server farms. Uptime Institute (2000) 48. Tang, Q., Gupta, S., & Varsamopoulos, G.: Energy-Efficient Thermal-Aware Task Scheduling for Homogeneous High-Performance Computing Data Centers: A Cyber-Physical Approach. IEEE Transactions on Parallel and Distributed Systems, vol. 19, pp IEEE Press (2008) 49. Tolia, N., Wang, Z., Marwah, M., Bash, C., Ranganathan, P., & Zhu, X.: Delivering Energy Proportionality with Non Energy-Proportional Systems-- Optimizing the Ensemble. In proceedings of the 1st Workshop on Power Aware Computing and Systems (HotPower) (2008)

6 50. VM Ware, Weissel, A., & Bellosa, F.: Dynamic thermal management for distributed systems. In proceedings of the First Workshop on Temperature-Aware Computer Systems (2004) 52. Xen, Yavatkar, R., & Krishnamurthy, L.: Method and apparatus for managing energy usage of processors while executing protocol state machines. US Patent App. 10/056,160 (2002)

Energy Efficient Resource Management in Virtualized Cloud Data Centers

Energy Efficient Resource Management in Virtualized Cloud Data Centers 2010 10th IEEE/ACM International Conference on Cluster, Cloud and Grid Computing Energy Efficient Resource Management in Virtualized Cloud Data Centers Anton Beloglazov* and Rajkumar Buyya Cloud Computing

More information

Energy Constrained Resource Scheduling for Cloud Environment

Energy Constrained Resource Scheduling for Cloud Environment Energy Constrained Resource Scheduling for Cloud Environment 1 R.Selvi, 2 S.Russia, 3 V.K.Anitha 1 2 nd Year M.E.(Software Engineering), 2 Assistant Professor Department of IT KSR Institute for Engineering

More information

Energy Efficient Resource Management in Virtualized Cloud Data Centers

Energy Efficient Resource Management in Virtualized Cloud Data Centers Energy Efficient Resource Management in Virtualized Cloud Data Centers Anton Beloglazov and Rajkumar Buyya Cloud Computing and Distributed Systems (CLOUDS) Laboratory Department of Computer Science and

More information

A Taxonomy and Survey of Energy-Efficient Data Centers and Cloud Computing Systems

A Taxonomy and Survey of Energy-Efficient Data Centers and Cloud Computing Systems A Taxonomy and Survey of Energy-Efficient Data Centers and Cloud Computing Systems Anton Beloglazov, Rajkumar Buyya, Young Choon Lee, and Albert Zomaya Present by Leping Wang 1/25/2012 Outline Background

More information

CoolIT: Coordinating Facility and IT Management for Efficient Datacenters

CoolIT: Coordinating Facility and IT Management for Efficient Datacenters CoolIT: Coordinating Facility and IT Management for Efficient Datacenters Ripal Nathuji 1, Ankit Somani 2, Karsten Schwan 1, and Yogendra Joshi 2 1 Center for Experimental Research in Computer Systems

More information

Keywords- Cloud Computing, Green Cloud Computing, Power Management, Temperature Management, Virtualization. Fig. 1 Cloud Computing Architecture

Keywords- Cloud Computing, Green Cloud Computing, Power Management, Temperature Management, Virtualization. Fig. 1 Cloud Computing Architecture Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Review of Different

More information

Design and Operation of Energy-Efficient Data Centers

Design and Operation of Energy-Efficient Data Centers Design and Operation of Energy-Efficient Data Centers Rasmus Päivärinta Helsinki University of Technology rasmus.paivarinta@tkk.fi Abstract Data centers are facilities containing many server computers.

More information

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing Liang-Teh Lee, Kang-Yuan Liu, Hui-Yang Huang and Chia-Ying Tseng Department of Computer Science and Engineering,

More information

POWER MANAGEMENT FOR DESKTOP COMPUTER: A REVIEW

POWER MANAGEMENT FOR DESKTOP COMPUTER: A REVIEW POWER MANAGEMENT FOR DESKTOP COMPUTER: A REVIEW Ria Candrawati 1, Nor Laily Hashim 2, and Massudi Mahmuddin 3 1,2,3 Universiti Utara Malaysia, Malaysia, riacandrawati@yahoo.com, laily@uum.edu.my, ady@uum.edu.my

More information

Managing Data Center Power and Cooling

Managing Data Center Power and Cooling White PAPER Managing Data Center Power and Cooling Introduction: Crisis in Power and Cooling As server microprocessors become more powerful in accordance with Moore s Law, they also consume more power

More information

IMPLEMENTATION OF VIRTUAL MACHINES FOR DISTRIBUTION OF DATA RESOURCES

IMPLEMENTATION OF VIRTUAL MACHINES FOR DISTRIBUTION OF DATA RESOURCES INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE IMPLEMENTATION OF VIRTUAL MACHINES FOR DISTRIBUTION OF DATA RESOURCES M.Nagesh 1, N.Vijaya Sunder Sagar 2, B.Goutham 3, V.Naresh 4

More information

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing

Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Heterogeneous Workload Consolidation for Efficient Management of Data Centers in Cloud Computing Deep Mann ME (Software Engineering) Computer Science and Engineering Department Thapar University Patiala-147004

More information

Dynamic integration of Virtual Machines in the Cloud Computing In Order to Reduce Energy Consumption

Dynamic integration of Virtual Machines in the Cloud Computing In Order to Reduce Energy Consumption www.ijocit.ir & www.ijocit.org ISSN = 2345-3877 Dynamic integration of Virtual Machines in the Cloud Computing In Order to Reduce Energy Consumption Elham Eskandari, Mehdi Afzali * Islamic Azad University,

More information

A Comparison of High-Level Full-System Power Models

A Comparison of High-Level Full-System Power Models A Comparison of High-Level Full-System Power Models Suzanne Rivoire Sonoma State University Parthasarathy Ranganathan Hewlett-Packard Labs Christos Kozyrakis Stanford University Abstract Dynamic power

More information

Experimental Evaluation of Energy Savings of Virtual Machines in the Implementation of Cloud Computing

Experimental Evaluation of Energy Savings of Virtual Machines in the Implementation of Cloud Computing 1 Experimental Evaluation of Energy Savings of Virtual Machines in the Implementation of Cloud Computing Roberto Rojas-Cessa, Sarh Pessima, and Tingting Tian Abstract Host virtualization has become of

More information

Energy Aware Consolidation for Cloud Computing

Energy Aware Consolidation for Cloud Computing Abstract Energy Aware Consolidation for Cloud Computing Shekhar Srikantaiah Pennsylvania State University Consolidation of applications in cloud computing environments presents a significant opportunity

More information

Metrics for Computing Performance of Data Center for Instigating Energy Efficient Data Centers

Metrics for Computing Performance of Data Center for Instigating Energy Efficient Data Centers Journal of Scientific & Industrial Research Vol. 73, January 2014, pp. 11-15 Metrics for Computing Performance of Data Center for Instigating Energy Efficient Data Centers Mueen Uddin* 1, Asadullah Shah

More information

Energy efficiency, a new focus for general-purpose

Energy efficiency, a new focus for general-purpose C O V E R F E A T U R E The Case for Energy-Proportional Computing Luiz André Barroso and Urs Hölzle Google Energy-proportional designs would enable large energy savings in servers, potentially doubling

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Background The command over cloud computing infrastructure is increasing with the growing demands of IT infrastructure during the changed business scenario of the 21 st Century.

More information

Power and Energy Management for Server Systems

Power and Energy Management for Server Systems Power and Energy Management for Server Systems Ricardo Bianchini and Ram Rajamony Department of Computer Science Low-Power Computing Research Center Rutgers University IBM Austin Research Lab Piscataway,

More information

Capacity Planning and Power Management to Exploit Sustainable Energy

Capacity Planning and Power Management to Exploit Sustainable Energy Capacity Planning and Power Management to Exploit Sustainable Energy Daniel Gmach, Jerry Rolia, Cullen Bash, Yuan Chen, Tom Christian, Amip Shah, Ratnesh Sharma, Zhikui Wang HP Labs Palo Alto, CA, USA

More information

Environmental and Green Cloud Computing

Environmental and Green Cloud Computing International Journal of Allied Practice, Research and Review Website: www.ijaprr.com (ISSN 2350-1294) Environmental and Green Cloud Computing Aruna Singh and Dr. Sanjay Pachauri Abstract - Cloud computing

More information

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing

Keywords Distributed Computing, On Demand Resources, Cloud Computing, Virtualization, Server Consolidation, Load Balancing Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Survey on Load

More information

ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at:

More information

Power-Aware Autonomous Distributed Storage Systems for Internet Hosting Service Platforms

Power-Aware Autonomous Distributed Storage Systems for Internet Hosting Service Platforms Power-Aware Autonomous Distributed Storage Systems for Internet Hosting Service Platforms Jumpei Okoshi, Koji Hasebe, and Kazuhiko Kato Department of Computer Science, University of Tsukuba, Japan {oks@osss.,hasebe@,kato@}cs.tsukuba.ac.jp

More information

A Framework of Dynamic Power Management for Sustainable Data Center

A Framework of Dynamic Power Management for Sustainable Data Center A Framework of Dynamic Power Management for Sustainable Data Center San Hlaing Myint, and Thandar Thein Abstract Sustainability of cloud data center is to be addressed in terms of environmental and economic

More information

Opportunities and Challenges to Unify Workload, Power, and Cooling Management in Data Centers

Opportunities and Challenges to Unify Workload, Power, and Cooling Management in Data Centers Opportunities and Challenges to Unify Workload, Power, and Cooling Management in Data Centers Zhikui Wang, Niraj Tolia, and Cullen Bash HP Labs, Palo Alto {zhikui.wang, niraj.tolia, cullen.bash}@hp.com

More information

How To Schedule Cloud Computing On A Data Center

How To Schedule Cloud Computing On A Data Center An Efficient Scheduling of HPC Applications on Geographically Distributed Cloud Data Centers Aboozar Rajabi 1, Hamid Reza Faragardi 2, Thomas Nolte 2 1 School of Electrical and Computer Engineering, University

More information

Expansion of Data Center s Energetic Degrees of Freedom to Employ Green Energy Sources

Expansion of Data Center s Energetic Degrees of Freedom to Employ Green Energy Sources Proceedings of the 28th EnviroInfo 2014 Conference, Oldenburg, Germany September 10-12, 2014 Expansion of Data Center s Energetic Degrees of Freedom to Employ Green Energy Sources Stefan Janacek 1, Wolfgang

More information

Green HPC - Dynamic Power Management in HPC

Green HPC - Dynamic Power Management in HPC Gr eenhpc Dynami cpower Management i nhpc AT ECHNOL OGYWHI T EP APER Green HPC Dynamic Power Management in HPC 2 Green HPC - Dynamic Power Management in HPC Introduction... 3 Green Strategies... 4 Implementation...

More information

On Energy Management, Load Balancing and Replication

On Energy Management, Load Balancing and Replication On Energy Management, Load Balancing and Replication Willis Lang Jignesh M. Patel Jeffrey F. Naughton Computer Sciences Department University of Wisconsin-Madison, USA {wlang, jignesh, naughton}@cs.wisc.edu

More information

How To Manage Energy In A Cluster Of Servers

How To Manage Energy In A Cluster Of Servers On Energy Management, Load Balancing and Replication Willis Lang Jignesh M. Patel Jeffrey F. Naughton Computer Sciences Department University of Wisconsin-Madison, USA {wlang, jignesh, naughton}@cs.wisc.edu

More information

Fault Tolerance in Hadoop for Work Migration

Fault Tolerance in Hadoop for Work Migration 1 Fault Tolerance in Hadoop for Work Migration Shivaraman Janakiraman Indiana University Bloomington ABSTRACT Hadoop is a framework that runs applications on large clusters which are built on numerous

More information

Virtual Batching: Request Batching for Energy Conservation in Virtualized Servers

Virtual Batching: Request Batching for Energy Conservation in Virtualized Servers Virtual Batching: Request Batching for Energy Conservation in Virtualized Servers Yefu Wang, Robert Deaver, and Xiaorui Wang Department of Electrical Engineering and Computer Science University of Tennessee,

More information

Dynamic resource management for energy saving in the cloud computing environment

Dynamic resource management for energy saving in the cloud computing environment Dynamic resource management for energy saving in the cloud computing environment Liang-Teh Lee, Kang-Yuan Liu, and Hui-Yang Huang Department of Computer Science and Engineering, Tatung University, Taiwan

More information

Power Provisioning for a Warehouse-sized Computer

Power Provisioning for a Warehouse-sized Computer In Proceedings of the ACM International Symposium on Computer Architecture, San Diego, CA, June 27 Power Provisioning for a Warehouse-sized Computer Xiaobo Fan Wolf-Dietrich Weber Luiz André Barroso Google

More information

Power Aware Load Balancing for Cloud Computing

Power Aware Load Balancing for Cloud Computing , October 19-21, 211, San Francisco, USA Power Aware Load Balancing for Cloud Computing Jeffrey M. Galloway, Karl L. Smith, Susan S. Vrbsky Abstract With the increased use of local cloud computing architectures,

More information

Green Cloud Computing: Balancing and Minimization of Energy Consumption

Green Cloud Computing: Balancing and Minimization of Energy Consumption Green Cloud Computing: Balancing and Minimization of Energy Consumption Ms. Amruta V. Tayade ASM INSTITUTE OF MANAGEMENT & COMPUTER STUDIES (IMCOST), THANE, MUMBAI. University Of Mumbai Mr. Surendra V.

More information

DESIGN SCENARIO-BASED POWER SAVING SCHEME OF VIRTUAL ENVIRONMENT IN CLOUD COMPUTING

DESIGN SCENARIO-BASED POWER SAVING SCHEME OF VIRTUAL ENVIRONMENT IN CLOUD COMPUTING 54 International Journal of Electronic Business Management, Vol. 12, No. 1, pp. 54-62 (2014) DESIGN SCENARIO-BASED POWER SAVING SCHEME OF VIRTUAL ENVIRONMENT IN CLOUD COMPUTING Shin-Jer Yang 1* and Sung-Shun

More information

A Case Study about Green Cloud Computing: An Attempt towards Green Planet

A Case Study about Green Cloud Computing: An Attempt towards Green Planet A Case Study about Green Cloud Computing: An Attempt towards Green Planet Devinder Kaur Padam 1 Analyst, HCL Technologies Infra Structure Department, Sec-126 Noida, India 1 ABSTRACT: Cloud computing is

More information

Emerging IT and Energy Star PC Specification Version 4.0: Opportunities and Risks. ITI/EPA Energy Star Workshop June 21, 2005 Donna Sadowy, AMD

Emerging IT and Energy Star PC Specification Version 4.0: Opportunities and Risks. ITI/EPA Energy Star Workshop June 21, 2005 Donna Sadowy, AMD Emerging IT and Energy Star PC Specification Version 4.0: Opportunities and Risks ITI/EPA Energy Star Workshop June 21, 2005 Donna Sadowy, AMD Defining the Goal The ITI members and EPA share a common goal:

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 3, Issue 6, June 2015 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Green Cloud Computing - Resource Utilization with Respect to SLA and Power Consumption

Green Cloud Computing - Resource Utilization with Respect to SLA and Power Consumption Green Cloud Computing - Resource Utilization with Respect to SLA and Power Consumption S. Jayanthi 1, Srinivasa Babu 2 1 M.E Scholar, Department of Computer Science and Engineering, Adhiyamaan College

More information

Enhancing Cloud-based Servers by GPU/CPU Virtualization Management

Enhancing Cloud-based Servers by GPU/CPU Virtualization Management Enhancing Cloud-based Servers by GPU/CPU Virtualiz Management Tin-Yu Wu 1, Wei-Tsong Lee 2, Chien-Yu Duan 2 Department of Computer Science and Inform Engineering, Nal Ilan University, Taiwan, ROC 1 Department

More information

Cisco EnergyWise and CA ecosoftware: Deliver Energy Optimization for the Data Center

Cisco EnergyWise and CA ecosoftware: Deliver Energy Optimization for the Data Center Cisco EnergyWise and CA ecosoftware: Deliver Energy Optimization for the Data Center Executive Summary Managing energy consumption and power loads in the data center, as part of Data Center Infrastructure

More information

The Green Cloud: How Cloud Computing Can Reduce Datacenter Power Consumption. Anne M. Holler Senior Staff Engineer, Resource Management Team, VMware

The Green Cloud: How Cloud Computing Can Reduce Datacenter Power Consumption. Anne M. Holler Senior Staff Engineer, Resource Management Team, VMware The Green Cloud: How Cloud Computing Can Reduce Datacenter Power Consumption Anne M. Holler Senior Staff Engineer, Resource Management Team, VMware 1 Foreword Datacenter (DC) energy consumption is significant

More information

Power Control by Distribution Tree with Classified Power Capping in Cloud Computing

Power Control by Distribution Tree with Classified Power Capping in Cloud Computing Power Control by Distribution Tree with Classified Power Capping in Cloud Computing Zhengkai Wu Computer Science UCF Orlando, US Jun Wang Computer Science UCF Orlando, Florida Abstract Power management

More information

Managing Power Usage with Energy Efficiency Metrics: The Available Me...

Managing Power Usage with Energy Efficiency Metrics: The Available Me... 1 of 5 9/1/2011 1:19 PM AUG 2011 Managing Power Usage with Energy Efficiency Metrics: The Available Metrics and How to Use Them Rate this item (1 Vote) font size Data centers consume an enormous amount

More information

Effect of Rack Server Population on Temperatures in Data Centers

Effect of Rack Server Population on Temperatures in Data Centers Effect of Rack Server Population on Temperatures in Data Centers Rajat Ghosh, Vikneshan Sundaralingam, Yogendra Joshi G.W. Woodruff School of Mechanical Engineering Georgia Institute of Technology, Atlanta,

More information

Semantic-less Coordination of Power Management and Application Performance

Semantic-less Coordination of Power Management and Application Performance Semantic-less Coordination of Power Management and Application Performance Aman Kansal, Jie Liu, Abhishek Singh, and Ripal Nathuji Microsoft Research Redmond, WA [kansal,liuj,absingh,ripaln]@microsoft.com

More information

Energy aware RAID Configuration for Large Storage Systems

Energy aware RAID Configuration for Large Storage Systems Energy aware RAID Configuration for Large Storage Systems Norifumi Nishikawa norifumi@tkl.iis.u-tokyo.ac.jp Miyuki Nakano miyuki@tkl.iis.u-tokyo.ac.jp Masaru Kitsuregawa kitsure@tkl.iis.u-tokyo.ac.jp Abstract

More information

Weatherman: Automated, Online, and Predictive Thermal Mapping and Management for Data Centers

Weatherman: Automated, Online, and Predictive Thermal Mapping and Management for Data Centers Weatherman: Automated, Online, and Predictive Thermal Mapping and Management for Data Centers Justin Moore and Jeffrey S. Chase Duke University Department of Computer Science Durham, NC {justin, chase}@cs.duke.edu

More information

Green Cloud Framework For Improving Carbon Efficiency of Clouds

Green Cloud Framework For Improving Carbon Efficiency of Clouds Green Cloud Framework For Improving Carbon Efficiency of Clouds Saurabh Kumar Garg 1, Chee Shin Yeo 2 and Rajkumar Buyya 1 1 Cloud Computing and Distributed Systems Laboratory Department of Computer Science

More information

The Data Center as a Grid Load Stabilizer

The Data Center as a Grid Load Stabilizer The Data Center as a Grid Load Stabilizer Hao Chen *, Michael C. Caramanis ** and Ayse K. Coskun * * Department of Electrical and Computer Engineering ** Division of Systems Engineering Boston University

More information

A Survey of Energy Efficient Data Centres in a Cloud Computing Environment

A Survey of Energy Efficient Data Centres in a Cloud Computing Environment A Survey of Energy Efficient Data Centres in a Cloud Computing Environment Akshat Dhingra 1, Sanchita Paul 2 Department of Computer Science and Engineering, Birla Institute of Technology, Ranchi, India

More information

Multi-core and Linux* Kernel

Multi-core and Linux* Kernel Multi-core and Linux* Kernel Suresh Siddha Intel Open Source Technology Center Abstract Semiconductor technological advances in the recent years have led to the inclusion of multiple CPU execution cores

More information

Energy Efficient Cloud Computing: Challenges and Solutions

Energy Efficient Cloud Computing: Challenges and Solutions Energy Efficient Cloud Computing: Challenges and Solutions Burak Kantarci and Hussein T. Mouftah School of Electrical Engineering and Computer Science University of Ottawa Ottawa, ON, Canada 08 September

More information

Environments, Services and Network Management for Green Clouds

Environments, Services and Network Management for Green Clouds Environments, Services and Network Management for Green Clouds Carlos Becker Westphall Networks and Management Laboratory Federal University of Santa Catarina MARCH 3RD, REUNION ISLAND IARIA GLOBENET 2012

More information

macropower: A Coarse-Grain Power Profiling Framework for Energy-Efficient Cloud Computing

macropower: A Coarse-Grain Power Profiling Framework for Energy-Efficient Cloud Computing macropower: A Coarse-Grain Power Profiling Framework for Energy-Efficient Cloud Computing Ziming Zhang and Song Fu Department of Computer Science and Engineering University of North Texas ZimingZhang@my.unt.edu,

More information

Challenges and Importance of Green Data Center on Virtualization Environment

Challenges and Importance of Green Data Center on Virtualization Environment Challenges and Importance of Green Data Center on Virtualization Environment Abhishek Singh Department of Information Technology Amity University, Noida, Uttar Pradesh, India Priyanka Upadhyay Department

More information

Measuring Energy Efficiency in a Data Center

Measuring Energy Efficiency in a Data Center The goals of the greening of the Data Center are to minimize energy consumption and reduce the emission of green house gases (carbon footprint) while maximizing IT performance. Energy efficiency metrics

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015 RESEARCH ARTICLE OPEN ACCESS Ensuring Reliability and High Availability in Cloud by Employing a Fault Tolerance Enabled Load Balancing Algorithm G.Gayathri [1], N.Prabakaran [2] Department of Computer

More information

SoSe 2014 Dozenten: Prof. Dr. Thomas Ludwig, Dr. Manuel Dolz Vorgetragen von Hakob Aridzanjan 03.06.2014

SoSe 2014 Dozenten: Prof. Dr. Thomas Ludwig, Dr. Manuel Dolz Vorgetragen von Hakob Aridzanjan 03.06.2014 Total Cost of Ownership in High Performance Computing HPC datacenter energy efficient techniques: job scheduling, best programming practices, energy-saving hardware/software mechanisms SoSe 2014 Dozenten:

More information

DataCenter 2020. Data Center Management and Efficiency at Its Best. OpenFlow/SDN in Data Centers for Energy Conservation.

DataCenter 2020. Data Center Management and Efficiency at Its Best. OpenFlow/SDN in Data Centers for Energy Conservation. DataCenter 2020. Data Center Management and Efficiency at Its Best. OpenFlow/SDN in Data Centers for Energy Conservation. Dr. Rainer Weidmann, DC Architecture & DC Innovation Dr. Rainer Weidmann, DC Architecture

More information

Peak Power Modeling for Data Center Servers with Switched-Mode Power Supplies

Peak Power Modeling for Data Center Servers with Switched-Mode Power Supplies Peak Power Modeling for Data Center Servers with Switched-Mode Power Supplies David Meisner meisner@umich.edu Advanced Computer Architecture Lab University of Michigan Thomas F. Wenisch twenisch@umich.edu

More information

Avoiding Overload Using Virtual Machine in Cloud Data Centre

Avoiding Overload Using Virtual Machine in Cloud Data Centre Avoiding Overload Using Virtual Machine in Cloud Data Centre Ms.S.Indumathi 1, Mr. P. Ranjithkumar 2 M.E II year, Department of CSE, Sri Subramanya College of Engineering and Technology, Palani, Dindigul,

More information

Cutting Down the Energy Cost of Geographically Distributed Cloud Data Centers

Cutting Down the Energy Cost of Geographically Distributed Cloud Data Centers Cutting Down the Energy Cost of Geographically Distributed Cloud Data Centers Huseyin Guler 1, B. Barla Cambazoglu 2 and Oznur Ozkasap 1 1 Koc University, Istanbul, Turkey 2 Yahoo! Research, Barcelona,

More information

Infrastructure as a Service (IaaS)

Infrastructure as a Service (IaaS) Infrastructure as a Service (IaaS) (ENCS 691K Chapter 4) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ References 1. R. Moreno et al.,

More information

Elastic VM for Rapid and Optimum Virtualized

Elastic VM for Rapid and Optimum Virtualized Elastic VM for Rapid and Optimum Virtualized Resources Allocation Wesam Dawoud PhD. Student Hasso Plattner Institute Potsdam, Germany 5th International DMTF Academic Alliance Workshop on Systems and Virtualization

More information

Energy-Efficient Virtual Machine Scheduling in Performance-Asymmetric Multi-Core Architectures

Energy-Efficient Virtual Machine Scheduling in Performance-Asymmetric Multi-Core Architectures Energy-Efficient Virtual Machine Scheduling in Performance-Asymmetric Multi-Core Architectures Yefu Wang 1, Xiaorui Wang 1,2, and Yuan Chen 3 1 University of Tennessee, Knoxville 2 The Ohio State University

More information

Today: Data Centers & Cloud Computing" Data Centers"

Today: Data Centers & Cloud Computing Data Centers Today: Data Centers & Cloud Computing" Data Centers Cloud Computing Lecture 25, page 1 Data Centers" Large server and storage farms Used by enterprises to run server applications Used by Internet companies

More information

ENERGY-EFFICIENT TASK SCHEDULING ALGORITHMS FOR CLOUD DATA CENTERS

ENERGY-EFFICIENT TASK SCHEDULING ALGORITHMS FOR CLOUD DATA CENTERS ENERGY-EFFICIENT TASK SCHEDULING ALGORITHMS FOR CLOUD DATA CENTERS T. Jenifer Nirubah 1, Rose Rani John 2 1 Post-Graduate Student, Department of Computer Science and Engineering, Karunya University, Tamil

More information

Dynamic Resource Management Using Skewness and Load Prediction Algorithm for Cloud Computing

Dynamic Resource Management Using Skewness and Load Prediction Algorithm for Cloud Computing Dynamic Resource Management Using Skewness and Load Prediction Algorithm for Cloud Computing SAROJA V 1 1 P G Scholar, Department of Information Technology Sri Venkateswara College of Engineering Chennai,

More information

Energy Optimized Virtual Machine Scheduling Schemes in Cloud Environment

Energy Optimized Virtual Machine Scheduling Schemes in Cloud Environment Abstract Energy Optimized Virtual Machine Scheduling Schemes in Cloud Environment (14-18) Energy Optimized Virtual Machine Scheduling Schemes in Cloud Environment Ghanshyam Parmar a, Dr. Vimal Pandya b

More information

Increasing Energ y Efficiency In Data Centers

Increasing Energ y Efficiency In Data Centers The following article was published in ASHRAE Journal, December 2007. Copyright 2007 American Society of Heating, Refrigerating and Air- Conditioning Engineers, Inc. It is presented for educational purposes

More information

Efficient Virtual Machine Sizing For Hosting Containers as a Service

Efficient Virtual Machine Sizing For Hosting Containers as a Service 1 Efficient Virtual Machine Sizing For Hosting Containers as a Service Sareh Fotuhi Piraghaj, Amir Vahid Dastjerdi, Rodrigo N. Calheiros, and Rajkumar Buyya Cloud Computing and Distributed Systems (CLOUDS)

More information

Enhancing the Scalability of Virtual Machines in Cloud

Enhancing the Scalability of Virtual Machines in Cloud Enhancing the Scalability of Virtual Machines in Cloud Chippy.A #1, Ashok Kumar.P #2, Deepak.S #3, Ananthi.S #4 # Department of Computer Science and Engineering, SNS College of Technology Coimbatore, Tamil

More information

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform A B M Moniruzzaman 1, Kawser Wazed Nafi 2, Prof. Syed Akhter Hossain 1 and Prof. M. M. A. Hashem 1 Department

More information

Power and Performance Modeling in a Virtualized Server System

Power and Performance Modeling in a Virtualized Server System Power and Performance Modeling in a Virtualized Server System Massoud Pedram and Inkwon Hwang University of Southern California Department of Electrical Engineering Los Angeles, CA 90089 U.S.A. {pedram,

More information

The Answer Is Blowing in the Wind: Analysis of Powering Internet Data Centers with Wind Energy

The Answer Is Blowing in the Wind: Analysis of Powering Internet Data Centers with Wind Energy The Answer Is Blowing in the Wind: Analysis of Powering Internet Data Centers with Wind Energy Yan Gao Accenture Technology Labs Zheng Zeng Apple Inc. Xue Liu McGill University P. R. Kumar Texas A&M University

More information

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR

GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR GUEST OPERATING SYSTEM BASED PERFORMANCE COMPARISON OF VMWARE AND XEN HYPERVISOR ANKIT KUMAR, SAVITA SHIWANI 1 M. Tech Scholar, Software Engineering, Suresh Gyan Vihar University, Rajasthan, India, Email:

More information

Does Low-Power Design Imply Energy Efficiency for Data Centers?

Does Low-Power Design Imply Energy Efficiency for Data Centers? Does Low-Power Design Imply Energy for Data Centers? David Meisner meisner@umich.edu Advanced Computer Architecture Lab University of Michigan Thomas F. Wenisch twenisch@umich.edu Advanced Computer Architecture

More information

Improving Grid Processing Efficiency through Compute-Data Confluence

Improving Grid Processing Efficiency through Compute-Data Confluence Solution Brief GemFire* Symphony* Intel Xeon processor Improving Grid Processing Efficiency through Compute-Data Confluence A benchmark report featuring GemStone Systems, Intel Corporation and Platform

More information

Setting deadlines and priorities to the tasks to improve energy efficiency in cloud computing

Setting deadlines and priorities to the tasks to improve energy efficiency in cloud computing Setting deadlines and priorities to the tasks to improve energy efficiency in cloud computing Problem description Cloud computing is a technology used more and more every day, requiring an important amount

More information

Green Server Design: Beyond Operational Energy to Sustainability

Green Server Design: Beyond Operational Energy to Sustainability Green Server Design: Beyond Operational Energy to Sustainability Jichuan Chang, Justin Meza, Parthasarathy Ranganathan, Cullen Bash, Amip Shah Hewlett Packard Labs Green server and datacenter design requires

More information

Challenges Towards Elastic Power Management in Internet Data Centers

Challenges Towards Elastic Power Management in Internet Data Centers 2009 29th IEEE International Conference on Distributed Computing Systems Workshops Challenges Towards Elastic Power Management in Internet Data Centers Jie Liu Microsoft Research Microsoft Corp. Redmond,

More information

ConSil: Low-cost Thermal Mapping of Data Centers

ConSil: Low-cost Thermal Mapping of Data Centers ConSil: Low-cost Thermal Mapping of Data Centers Justin Moore, Jeffrey S. Chase, and Parthasarathy Ranganathan Duke University Hewlett Packard Labs {justin,chase}@cs.duke.edu partha.ranganathan@hp.com

More information

Sustainable Data Centers: Enabled by Supply and Demand Side Management

Sustainable Data Centers: Enabled by Supply and Demand Side Management Sustainable Data Centers: Enabled by Supply and Demand Side Management Prith Banerjee, Chandrakant D. Patel, Cullen Bash, Parthasarathy Ranganathan Hewlett-Packard Laboratories, 1501 Page Mill Road, Palo

More information

EVALUATING POWER MANAGEMENT CAPABILITIES OF LOW-POWER CLOUD PLATFORMS. Jens Smeds

EVALUATING POWER MANAGEMENT CAPABILITIES OF LOW-POWER CLOUD PLATFORMS. Jens Smeds EVALUATING POWER MANAGEMENT CAPABILITIES OF LOW-POWER CLOUD PLATFORMS Jens Smeds Master of Science Thesis Supervisor: Prof. Johan Lilius Advisor: Dr. Sébastien Lafond Embedded Systems Laboratory Department

More information

Resource Efficient Computing for Warehouse-scale Datacenters

Resource Efficient Computing for Warehouse-scale Datacenters Resource Efficient Computing for Warehouse-scale Datacenters Christos Kozyrakis Stanford University http://csl.stanford.edu/~christos DATE Conference March 21 st 2013 Computing is the Innovation Catalyst

More information

Data Center Smart Grid Integration Considering Renewable Energies and Waste Heat Usage

Data Center Smart Grid Integration Considering Renewable Energies and Waste Heat Usage Data Center Smart Grid Integration Considering Renewable Energies and Waste Heat Usage Stefan Janacek 1, Gunnar Schomaker 1, and Wolfgang Nebel 2 1 R&D Division Energy, OFFIS, Oldenburg, Germany {janacek,

More information

Virtualization and the Green Data Center

Virtualization and the Green Data Center TECHNOLOGY SOLUTIONS Virtualization and the Green Data Center Server virtualization can help reduce energy costs by up to 50 percent. Running a more energy-efficient IT operation is a high priority for

More information

Performance Evaluation of a Green Scheduling Algorithm for Energy Savings in Cloud Computing

Performance Evaluation of a Green Scheduling Algorithm for Energy Savings in Cloud Computing Performance Evaluation of a Green Scheduling Algorithm for Energy Savings in Cloud Computing Truong Vinh Truong Duy Graduate School of Information Science Japan Advanced Institute of Science and Technology

More information

ENERGY EFFICIENT AND REDUCTION OF POWER COST IN GEOGRAPHICALLY DISTRIBUTED DATA CARDS

ENERGY EFFICIENT AND REDUCTION OF POWER COST IN GEOGRAPHICALLY DISTRIBUTED DATA CARDS ENERGY EFFICIENT AND REDUCTION OF POWER COST IN GEOGRAPHICALLY DISTRIBUTED DATA CARDS M Vishnu Kumar 1, E Vanitha 2 1 PG Student, 2 Assistant Professor, Department of Computer Science and Engineering,

More information

Network Virtualization and Energy Efficiency

Network Virtualization and Energy Efficiency Network Virtualization and Energy Efficiency University of Passau Gergö Lovász, Andreas Fischer, and Hermann de Meer Outline 1. Power Consumption of ICT 2. Economic Principle and Energy Efficiency Benchmarks

More information

Hybrid Approach for Resource Scheduling in Green Clouds

Hybrid Approach for Resource Scheduling in Green Clouds Hybrid Approach for Resource Scheduling in Green Clouds Keffy Goyal Research Fellow Sri Guru Granth Sahib World University Fatehgarh Sahib,INDIA Supriya Kinger Assistant Proffessor Sri Guru Granth Sahib

More information

Best Practices. Server: Power Benchmark

Best Practices. Server: Power Benchmark Best Practices Server: Power Benchmark Rising global energy costs and an increased energy consumption of 2.5 percent in 2011 is driving a real need for combating server sprawl via increased capacity and

More information

Virtual Machine Placement in Cloud systems using Learning Automata

Virtual Machine Placement in Cloud systems using Learning Automata 2013 13th Iranian Conference on Fuzzy Systems (IFSC) Virtual Machine Placement in Cloud systems using Learning Automata N. Rasouli 1 Department of Electronic, Computer and Electrical Engineering, Qazvin

More information

Tulevaisuuden datakeskukset Ympäristö- ja energianäkökulmia

Tulevaisuuden datakeskukset Ympäristö- ja energianäkökulmia Tulevaisuuden datakeskukset Ympäristö- ja energianäkökulmia A single-minded approach to data center operations can be detrimental to the life and profitability of the data center. - Dr. Jonathan Koomey

More information

Achieving Energy-Efficiency in Data-Center Industry: A Proactive-Reactive Resource Management Framework

Achieving Energy-Efficiency in Data-Center Industry: A Proactive-Reactive Resource Management Framework NSF GRANT # 0946935 NSF PROGRAM NAME: CMMI Achieving Energy-Efficiency in Data-Center Industry: A Proactive-Reactive Resource Management Framework Natarajan Gautam Texas A&M University Lewis Ntaimo Texas

More information