Towards a Performance-as-a-Service Cloud D. B. Bartolini, F. Sironi, M. Maggio, G. C. Durelli, D. Sciuto, M. D. Santambrogio Politecnico di Milano 1.8 1.5 1.2 0.9 0.6

0

20

40

100% 66% 33% 0% 140

60 80 100 120 Time [s] (a) Ideal static processor time allocation (oracle)

Thr.u2 [frames/s] CMP Allocation

Thr.u2 [frames/s] CMP Allocation 15 12 9 6 3

Alloc. be(SPECjbb) 15 12 9 6 3

0

Alloc. u2

Alloc. u1 1.8 1.5 1.2 0.9 0.6

20

40

Thr.u1 [106sw.s/s]

Perf. u2

SLO u2(x264)

Thr.u1 [106sw.s/s]

Perf. u1

SLO u1(swapt.)

100% 66% 33% 0% 140

60 80 100 120 Time [s] (b) Dynamic processor time allocation (PeaaS runtime system)

Figure 1. Performance and allocations for two performance-sensitive applications (by users u1 and u2) co-located with a batch best-effort (be) workload. The PeaaS runtime system allocates the CMP to match SLOs and maximize utilization.

Motivation While the pay-as-you-go model of Infrastructure-as-a-Service (IaaS) clouds is more flexible than an in-house IT infrastructure, it still has a resource-based interface towards users, who can rent virtual computing resources over relatively long time scales. There is a fundamental mismatch between this resource-based interface and what users really care about: performance. This mismatch affects both users and providers. Users need to fine-tune resource allocations for each virtual machine (VM) or accept the inefficiency of worst-case provisioning [5, 7]. Providers face the problem of mapping virtual resource requests onto the heterogeneous data center infrastructure [4] so as to optimize utilization and maintain consistent performance despite resource sharing [6]. The fine-grained (units of virtual resources) and fast (order of seconds) resource trading scenario that is likely to emerge [1] will magnify these issues. Contribution We propose to solve the resourceperformance mismatch through a Performance-as-aService (PeaaS) model. In the PeaaS model, users do not rent virtual resources, but state service-level objectives (SLOs) for performance-sensitive VMs. We are building a prototype runtime system that autoPermission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. For all other uses, contact the Owner/Author. Copyright is held by the owner/author(s). SOCC ’13, Oct 01-03 2013, Santa Clara, CA, USA ACM 978-1-4503-2428-1/13/10. http://dx.doi.org/10.1145/2523616.2525933

matically allocates resources as-needed to satisfy SLOs; this layer is the enabling technology for the PeaaS model. We are building this runtime system under three primary goals: (1) dispense users with the need for laboriously tuning resource allocations, (2) enable providers to optimize infrastructure utilization, (3) take advantage of finegrained, high-frequency virtual resource trading. Initial Results Similarly to the state of the art [8], we leverage a two-level control schema based on application-level controllers and node-level brokers. In contrast with previous work, we simplify the controllers to obtain faster control frequency (sub-second versus tens of seconds); a faster controller allows to react to fast workload variations that may otherwise go unobserved and cause long tail latency distributions [3]. We initially focus on allocating a chip multiprocessor (CMP) to compute-bound applications. Figure 1(b) evaluates our prototype with two performance-sensitive applications (i.e., swaptions and x264, from the PARSEC benchmark suite [2]) by two users, compared to the case of static allocations (Figure 1(a)) that meet SLOs on average, but cannot adapt to workload variations (see x264). We support the co-location of batch best-effort (be) workloads (here we use SPECjbb2005 [9]) to maximize node-level utilization. The PeaaS runtime system is able to enforce SLOs, adapt allocations to varying resource demands, and keep the node fully utilized. Discussion and Work in Progress Our initial results validate the PeaaS approach on automatically managing processor allocation to competing compute-bound applications. We are extending our prototype to support more resources and application types and we are studying broader issues such as fair pricing in the PeaaS model.

References [1] O. Agmon Ben-Yehuda, M. Ben-Yehuda, A. Schuster, and D. Tsafrir. The Resource-as-a-Service (RaaS) Cloud. In Proceedings of the 4th Workshop on Hot Topics in Cloud Computing, HotCloud ’12, pages 12–12, Berkeley, CA, USA, 2012. USENIX Association. [2] C. Bienia. Benchmarking Modern Multiprocessors. PhD thesis, Princeton University, 2011. [3] J. Dean and L. A. Barroso. The Tail at Scale. Commun. ACM, 56(2):74–80, Feb. 2013. doi: 10.1145/ 2408776.2408794. [4] B. Farley, A. Juels, V. Varadarajan, T. Ristenpart, K. D. Bowers, and M. M. Swift. More for Your Money: Exploiting Performance Heterogeneity in Public Clouds. In Proceedings of the 3rd Symposium on Cloud Computing, SoCC ’12, New York, NY, USA, 2012. ACM. doi: 10.1145/2391229.2391249. [5] D. Gmach, J. Rolia, and L. Cherkasova. Selling Tshirts and Time Shares in the Cloud. In Proceedings of the 12th International Symposium on Cluster, Cloud and Grid Computing, CCGRID ’12, pages 539–546, Washington, DC, USA, 2012. IEEE Computer Society. doi: 10.1109/CCGrid.2012.68.

[6] S. Govindan, J. Liu, A. Kansal, and A. Sivasubramaniam. Cuanta: Quantifying Effects of Shared Onchip Resource Interference for Consolidated Virtual Machines. In Proceedings of the 2nd Symposium on Cloud Computing, SoCC ’11, New York, NY, USA, 2011. ACM. doi: 10.1145/2038916.2038938. [7] J. Mars, L. Tang, R. Hundt, K. Skadron, and M. L. Soffa. Bubble-Up: Increasing Utilization in Modern Warehouse Scale Computers via Sensible Colocations. In Proceedings of the 44th International Symposium on Microarchitecture, MICRO ’11, pages 248–259, New York, NY, USA, 2011. ACM. doi: 10.1145/2155620.2155650. [8] P. Padala, K.-Y. Hou, K. G. Shin, X. Zhu, M. Uysal, Z. Wang, S. Singhal, and A. Merchant. Automated Control of Multiple Virtualized Resources. In Proceedings of the 4th European Conference on Computer Systems, EuroSys ’09, pages 13–26, New York, NY, USA, 2009. ACM. doi: 10.1145/1519065. 1519068. [9] SPEC. SPECjbb2005. http://www.spec.org/ jbb2005/.

The Performance-as-a-Service Cloud

Motivation While the pay-as-you-go model of Infra- structure-as-a-Service (IaaS) clouds is more flexible than an in-house IT infrastructure, it still has a resource-based interface towards users, who can rent virtual comput- ing resources over relatively long time scales. There is a fundamental mismatch between this ...

71KB Sizes 3 Downloads 173 Views

Recommend Documents

'Cloud' Hanging Over the Adoption of Cloud Computing in Australian ...
Dec 11, 2016 - of what the term cloud computing means and its benefits; the 23% of .... all wireless and wired systems that permit users in sharing resources.

Cloud-Foundry-The-Cloud-Native-Platform.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Cloud-Foundry-The-Cloud-Native-Platform.pdf. Cloud-Foundry-The-Cloud-Native-Platform.pdf. Open. Extract. Ope

'Cloud' Hanging Over the Adoption of Cloud Computing in Australian ...
Dec 11, 2016 - In Australia, cloud computing is increasingly becoming important especially with the new accessibility provided by the development of the ...

Download iSpeak Cloud: Crossing the Cloud Chasm
Download iSpeak Cloud: Crossing the Cloud. Chasm: Create a Cohesive Cloud Strategy Full. Books. Books detail. Title : Download iSpeak Cloud: Crossing the ...

Taking the Cloud-Native Approach with Microservices Cloud ...
Although ntier, monolithic architectures are the norm for most applications running in production today, they are often not ... WAR file in Java or a single Web Application/Web Site in .NET. They are usually built in ... system is to deploy multiple

MapsIndoors - The Google Cloud Advantage
Mar 24, 2017 - Any first-time visit to a large hotel or conference building can often be an overwhelming experience - especially if you are there on business ...

MapsIndoors - The Google Cloud Advantage
Mar 24, 2017 - Most people find visiting a hospital quite a daunting experience. Feeling 'lost' adds to the patient or visitor stress. Having to show people ...

MapsIndoors - The Google Cloud Advantage
Mar 24, 2017 - As a result, visitors may leave feeling disappointed and are less ... The MapsIndoors Content Management System (CMS) allows admins to add ...

MapsIndoors - The Google Cloud Advantage
Mar 24, 2017 - MapsIndoors is a great way to support staff and students. By offering digital indoor maps and turn-by-turn navigation as part of your campus app ...

MapsIndoors - The Google Cloud Difference
Mar 24, 2017 - MapsIndoors is built with Google Maps which offers a seamless transition from the outdoor world and into your shopping facility. Shoppers can ...

MapsIndoors - The Google Cloud Difference
Mar 24, 2017 - For both experienced and novice travellers, airports are always synonymous with some ... MapsIndoors is optimised to work on all modern day.

Google Cloud Storage Cloud Platform
Store application data Google Cloud Storage provides fast access to application data, such as images for a photo editing app. • Share data with colleagues and ...

Planning for eDiscovery in the Cloud - Media13
Intel IT is implementing our technology roadmap for using hybrid cloud ... practices that create business value and ... roadmap for the use of hybrid clouds—a.

Making the cloud more transparent - Intel - Media13
CHALLENGES. • Understanding needs: When developing its new cloud brokerage service, a priority for. CompatibleOne was gaining a detailed understanding ...