Dive into nova scheduler performance

Size: px
Start display at page:

Download "Dive into nova scheduler performance"

Transcription

1 Dive into nova scheduler performance Where is the bottleneck? Cheng, Yingxin

2 Contents Background Performance, Optimizations (58 simulated runs) Future

3 Background Scheduler architecture Analysis methodology Experiment assumptions

4 Scheduler architecture Pre-scheduling Scheduling Post-scheduling

5 Analysis methodology Logs Faked Knowledge

6 Experiment assumptions Controller and compute are in separate machines Environment Newton RC2( rc2) 48 threads: 2 x Intel Xeon Processor E v3 (30M Cache, 2.50 GHz) 128 GB RAM: 8 x 16GB HP DDR4 3 TB Disk Faked Post scheduling, network interfaces *Other names and brands may be claimed as the property of others. 6

7 Performance One scheduler deployment range(200, 1001, 200) Simulated nodes [1, 25, 50, 75, 100] Stressed requests

8 Nodes (1 st experiment) Unstressed performance [200, 400, 600, 800, 1000] nodes 1 request 1 scheduler Schedule overhead: 200 nodes: 29.1% 1000 nodes: 64.0% 8

9 Nodes (1 st experiment) Unstressed scheduling SchedulerManager.select_destinations() FilterScheduler._schedule() FilterScheduler._get_all_host_states() Cache-refresh overhead: 91.1 ± 1.1% Cache-refresh is blocking the entire schedule process 9

10 Nodes (2 nd experiment) Stressed performance [200, 400, 600, 800, 1000] nodes 50 concurrent requests 1 scheduler Schedule overhead (with wait): 200 nodes: 72.3% (29.1%) 1000 nodes: 91.6% (64.0%) 10

11 Nodes (2 nd experiment) Stressed scheduling Even larger cache-refresh bottleneck: 98.5 ± 0.2% (91.1 ± 1.1%) The performance metric: throughput 4.33~1.08 query per second 200~1000 nodes 1 scheduler 50 requests Do requests changes performance? 11

12 How concurrency changes performance? (3 rd : 1~200 requests, 400 nodes, 1 scheduler) Saturated scheduling 12

13 How concurrency changes scheduling? (3 rd : 1~200 requests, 400 nodes, 1 scheduler) Saturated scheduling 13

14 How concurrency changes throughput? (3 rd : 1~200 requests, 400 nodes, 1 scheduler) Performance of this 400 node simulation is ~2.7 queries/second 14

15 The performance of nova scheduler Messages REQ API Conductor Scheduler Conductor Compute VM Nova scheduler can be saturated by requests. Schedule requests can be piled up before scheduler service. Schedule overhead: 72.3~91.6% (200~1000 nodes, 50 requests) Cache-refresh overhead: 98.5% (200~1000 nodes, 50~200 requests) The entire scheduling is blocked by cache-refresh from database. Performance: 4.3~1.1 requests per second (200~1000 nodes) 15

16 optimize More schedulers? More workers? Caching scheduler?

17 More schedulers? [1, 2, 4, 8, 16] schedulers 400 nodes, 50 requests Schedule overhead (with wait): 80.5~17.3% (1~16 schedulers) Query time saving: up to 64.9% (8 schedulers) Query time increased? 17

18 More schedulers Pros and cons Pros Moderated bottleneck Query time saving: up to 64.9% Throughput improvement: up to 337% Cons Scheduler decision collision Placement accuracy Performance overhead 18

19 More workers? [1, 2, 8, 12, 16] api/conductor workers 1 scheduler, 400 nodes, 50 requests Configuration [DEFAULT] osapi_compute_workers [conductor] workers Performance improvement: Mainly in API service Not significant in scheduling 19

20 Caching scheduler? (200~1000 nodes, 1 scheduler, 50 requests) 64.9~87.7% time saving 20

21 Caching scheduler Pros and cons Configuration [DEFAULT] scheduler_driver = caching_scheduler Pros: Query time saving: 64.9~87.7% Throughput improvement: 342~850% Cons: Outdated resource view Placement accuracy Multiple scheduler support 21

22 Schedule visualization 22

23 Optimization strategies Database: difficult but effective Caching scheduler Up to 512% improvement in throughput (400 nodes) Outdated resource view Race conditions: % (2 schedulers, 30 nodes, 315 requests) More filter schedulers Up to 337% improvement in throughput (400 nodes) Race conditions: % (2 schedulers, 30 nodes, 315 requests) More workers: tiny improvements 23

24 future Utopia scheduling Upcoming schedulers

25 Utopia scheduling Scheduling Improve database: Memory-based DB Optimize SQL: Resource-provider scheduler Exclude database: Shared-state scheduler Pre-scheduling Nova-api optimization Post-scheduling Nova-compute optimization Split real-time request processing out of one big thread 25

26 Upcoming schedulers 26

27 Epilog

28 Further readings Nova scheduler benchmarking data One scheduler racing problem Shared-state scheduler Resource-provider scheduler 28

29 Try the tool in your environment Ask No test environment? Try OSIC-Cluster: Nova Scheduler Dev Meeting Weekly on Monday at 1400 UTC in #openstack-meeting-alt 29

30 Acknowledgement Jing, Yuntong (Intel) Zhou, Zhenzan (EMC) Liu, Junwei (China Mobile Suzhou Research Center) 30

31 Performance Nodes, requests, throughput Optimize More schedulers More workers Caching scheduler Future Utopia scheduling Upcoming schedulers 31

32 Legal notices and disclaimers Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or service activation. Learn more at intel.com, or from the OEM or retailer. No computer system can be absolutely secure. Tests document performance of components on a particular test, in specific systems. Differences in hardware, software, or configuration will affect actual performance. Consult other sources of information to evaluate performance as you consider your purchase. For more complete information about performance and benchmark results, visit Intel, the Intel logo and others are trademarks of Intel Corporation in the U.S. and/or other countries. *Other names and brands may be claimed as the property of others Intel Corporation.

33

ECLIPSE 2012 Performance Benchmark and Profiling. August 2012

ECLIPSE 2012 Performance Benchmark and Profiling. August 2012 ECLIPSE 2012 Performance Benchmark and Profiling August 2012 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell, Mellanox Compute resource

More information

RODOD Performance Test on Exalogic and Exadata Engineered Systems

RODOD Performance Test on Exalogic and Exadata Engineered Systems An Oracle White Paper March 2014 RODOD Performance Test on Exalogic and Exadata Engineered Systems Introduction Oracle Communications Rapid Offer Design and Order Delivery (RODOD) is an innovative, fully

More information

100 Million Subscriber Performance Test Whitepaper:

100 Million Subscriber Performance Test Whitepaper: An Oracle White Paper April 2011 100 Million Subscriber Performance Test Whitepaper: Oracle Communications Billing and Revenue Management 7.4 and Oracle Exadata Database Machine X2-8 Oracle Communications

More information

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 5 Table of Contents Disclaimer

More information

OpenSHMEM Birds of a Feather. November 15, 2017

OpenSHMEM Birds of a Feather. November 15, 2017 Open Birds of a Feather November 15, 2017 Legal Notices and Disclaimers Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or service activation.

More information

ORACLE S PEOPLESOFT HRMS 9.1 FP2 SELF-SERVICE

ORACLE S PEOPLESOFT HRMS 9.1 FP2 SELF-SERVICE O RACLE E NTERPRISE B ENCHMARK R EV. 1.1 ORACLE S PEOPLESOFT HRMS 9.1 FP2 SELF-SERVICE USING ORACLE DB 11g FOR LINUX ON CISCO UCS B460 M4 AND B200 M3 Servers As a global leader in e-business applications,

More information

Sizing SAP Central Process Scheduling 8.0 by Redwood

Sizing SAP Central Process Scheduling 8.0 by Redwood Sizing SAP Central Process Scheduling 8.0 by Redwood Released for SAP Customers and Partners January 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

EMC Unified Storage for SAP Design Validation. Enabled by EMC Celerra with Oracle. Blueprint

EMC Unified Storage for SAP Design Validation. Enabled by EMC Celerra with Oracle. Blueprint EMC Unified Storage for SAP Design Validation Enabled by EMC Celerra with Oracle Blueprint Copyright 2009 EMC Corporation. All rights reserved. Published August, 2009 EMC believes the information in this

More information

SHENGYUAN LIU, JUNGANG XU, ZONGZHENG LIU, XU LIU & RICE UNIVERSITY

SHENGYUAN LIU, JUNGANG XU, ZONGZHENG LIU, XU LIU & RICE UNIVERSITY EVALUATING TASK SCHEDULING IN HADOOP-BASED CLOUD SYSTEMS SHENGYUAN LIU, JUNGANG XU, ZONGZHENG LIU, XU LIU UNIVERSITY OF CHINESE ACADEMY OF SCIENCES & RICE UNIVERSITY 2013-9-30 OUTLINE Background & Motivation

More information

E-BUSINESS SUITE APPLICATIONS R12 (12.1.3) EXTRA- LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE11g ON AN IBM Power System S824

E-BUSINESS SUITE APPLICATIONS R12 (12.1.3) EXTRA- LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE11g ON AN IBM Power System S824 Employees per Hour O R A C L E E - B U S I N E S S B E N C H M A R K R EV. 1.1 E-BUSINESS SUITE APPLICATIONS R12 (12.1.3) EXTRA- LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE11g ON AN IBM Power System

More information

Scalability and High Performance with MicroStrategy 10

Scalability and High Performance with MicroStrategy 10 Scalability and High Performance with MicroStrategy 10 Enterprise Analytics and Mobility at Scale. Copyright Information All Contents Copyright 2017 MicroStrategy Incorporated. All Rights Reserved. Trademark

More information

Intel Public Sector 3

Intel Public Sector 3 Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. No computer

More information

Infor LN Minimum hardware requirements. Sizing Documentation

Infor LN Minimum hardware requirements. Sizing Documentation Infor LN Minimum hardware requirements Sizing Documentation Copyright 2014 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains

More information

Mike Strickland, Director, Data Center Solution Architect Intel Programmable Solutions Group July 2017

Mike Strickland, Director, Data Center Solution Architect Intel Programmable Solutions Group July 2017 Mike Strickland, Director, Data Center Solution Architect Intel Programmable Solutions Group July 2017 Accelerate Big Data Analytics with Intel Frameworks and Libraries with FPGA s 1. Intel Big Data Analytics

More information

ORACLE EXALYTICS IN-MEMORY MACHINE T5-8 DATA SHEET

ORACLE EXALYTICS IN-MEMORY MACHINE T5-8 DATA SHEET ORACLE EXALYTICS IN-MEMORY MACHINE T5-8 DATA SHEET SPEED OF THOUGHT ANALYTICS KEY FEATURES 128 CPU cores 4 TB of RAM 6.4 TB PCIe Flash 9.6 TB of raw disk capacity Four 40 Gbps InfiniBand ports Four 8 Gbps

More information

Scalability. Microsoft Dynamics GP Performance Benchmark: 500 Concurrent Users with Microsoft SQL Server White Paper

Scalability. Microsoft Dynamics GP Performance Benchmark: 500 Concurrent Users with Microsoft SQL Server White Paper Scalability Microsoft Dynamics GP 2010 Performance Benchmark: 500 Concurrent Users with Microsoft SQL Server 2008 White Paper September 2010 Contents Executive Overview... 3 Benchmark Performance Overview...

More information

PeopleSoft on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017

PeopleSoft on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 PeopleSoft on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 Oracle Ravello Cloud Service Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications,

More information

SAP Lumira. Sizing Guide

SAP Lumira. Sizing Guide SAP Lumira Sizing Guide September 29, 2016 Contents Document Update History... 5 Who should use this document?... 6 Prerequisites for Sizing... 6 Terminology... 7 Think time... 7 Users... 7 Sizing SAP

More information

Adobe Deploys Hadoop as a Service on VMware vsphere

Adobe Deploys Hadoop as a Service on VMware vsphere Adobe Deploys Hadoop as a Service A TECHNICAL CASE STUDY APRIL 2015 Table of Contents A Technical Case Study.... 3 Background... 3 Why Virtualize Hadoop on vsphere?.... 3 The Adobe Marketing Cloud and

More information

ENABLING GLOBAL HADOOP WITH DELL EMC S ELASTIC CLOUD STORAGE (ECS)

ENABLING GLOBAL HADOOP WITH DELL EMC S ELASTIC CLOUD STORAGE (ECS) ENABLING GLOBAL HADOOP WITH DELL EMC S ELASTIC CLOUD STORAGE (ECS) Hadoop Storage-as-a-Service ABSTRACT This White Paper illustrates how Dell EMC Elastic Cloud Storage (ECS ) can be used to streamline

More information

Optimize the Performance of Your Cloud Infrastructure

Optimize the Performance of Your Cloud Infrastructure Optimize the Performance of Your Cloud Infrastructure AppFormix software leverages cutting-edge Intel Resource Director Technology (RDT) hardware features to improve cloud infrastructure monitoring and

More information

ANSYS FLUENT Performance Benchmark and Profiling. October 2009

ANSYS FLUENT Performance Benchmark and Profiling. October 2009 ANSYS FLUENT Performance Benchmark and Profiling October 2009 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, ANSYS, Dell, Mellanox Compute

More information

Intel s Machine Learning Strategy. Gary Paek, HPC Marketing Manager, Intel Americas HPC User Forum, Tucson, AZ April 12, 2016

Intel s Machine Learning Strategy. Gary Paek, HPC Marketing Manager, Intel Americas HPC User Forum, Tucson, AZ April 12, 2016 Intel s Machine Learning Strategy Gary Paek, HPC Marketing Manager, Intel Americas HPC User Forum, Tucson, AZ April 12, 2016 Taxonomic Foundations AI Sense, learn, reason, act, and adapt to the real world

More information

Windows Server Capacity Management 101

Windows Server Capacity Management 101 Windows Server Capacity Management 101 What is Capacity Management? ITIL definition of Capacity Management is: Capacity Management is responsible for ensuring that adequate capacity is available at all

More information

ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND

ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND FEATURES AND FACTS FEATURES Hardware and hardware support for a monthly fee Optionally acquire Exadata Storage Server Software and

More information

Take a Tour of Native Hybrid Cloud & Neutrino. Modern, cloud native platforms

Take a Tour of Native Hybrid Cloud & Neutrino. Modern, cloud native platforms Take a Tour of Native Hybrid Cloud & Neutrino Modern, cloud native platforms Native Hybrid Cloud Introducing Native Hybrid Cloud TURNKEY developer platform DESIGNED, SUPPORTED AND SUSTAINED AS ONE Developer

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Exadata Database Machine IOUG Exadata SIG Update February 6, 2013 Mathew Steinberg Exadata Product Management 2 The following is intended to outline our general product direction. It is intended for

More information

CHAPTER 3: REQUIREMENT ANALYSIS

CHAPTER 3: REQUIREMENT ANALYSIS CHAPTER 3: REQUIREMENT ANALYSIS 3.1 Requirements Gathering At the start of the project, the travel management process handled by the admin department was studied in detail by using the basic requirement

More information

IBM xseries 430. Versatile, scalable workload management. Provides unmatched flexibility with an Intel architecture and open systems foundation

IBM xseries 430. Versatile, scalable workload management. Provides unmatched flexibility with an Intel architecture and open systems foundation Versatile, scalable workload management IBM xseries 430 With Intel technology at its core and support for multiple applications across multiple operating systems, the xseries 430 enables customers to run

More information

E-BUSINESS SUITE APPLICATIONS R12 (12.1.2) EXTRA- LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE11g ON A CISCO UCS B200 M3 SERVER

E-BUSINESS SUITE APPLICATIONS R12 (12.1.2) EXTRA- LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE11g ON A CISCO UCS B200 M3 SERVER O RACLE E-BUSINESS B ENCHMARK R EV. 1.0 E-BUSINESS SUITE APPLICATIONS R12 (12.1.2) EXTRA- LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE11g ON A CISCO UCS B200 M3 SERVER As a global leader in e-business

More information

Oracle Platform as a Service and Infrastructure as a Service Public Cloud Service Descriptions-Metered & Non-Metered.

Oracle Platform as a Service and Infrastructure as a Service Public Cloud Service Descriptions-Metered & Non-Metered. Oracle Platform as a Service and Infrastructure as a Service Public Cloud Service Descriptions-Metered & Non-Metered November 20, 2017 Contents GLOSSARY PUBLIC CLOUD SERVICES-NON-METERED... 9 API Call...

More information

Gabriel India Ltd builds a single platform for group-wide ERP with IBM and SAP

Gabriel India Ltd builds a single platform for group-wide ERP with IBM and SAP Gabriel India Ltd builds a single platform for group-wide ERP with IBM and SAP Gabriel India Ltd is the flagship company of the Anand Group, which is among India s leading automotive component companies.

More information

Towards Seamless Integration of Data Analytics into Existing HPC Infrastructures

Towards Seamless Integration of Data Analytics into Existing HPC Infrastructures Towards Seamless Integration of Data Analytics into Existing HPC Infrastructures Michael Gienger High Performance Computing Center Stuttgart (HLRS), Germany Redmond May 11, 2017 :: 1 Outline Introduction

More information

Integrated Service Management

Integrated Service Management Integrated Service Management for Power servers As the world gets smarter, demands on the infrastructure will grow Smart traffic systems Smart Intelligent food oil field technologies systems Smart water

More information

ORACLE BIG DATA APPLIANCE

ORACLE BIG DATA APPLIANCE ORACLE BIG DATA APPLIANCE BIG DATA FOR THE ENTERPRISE KEY FEATURES Massively scalable infrastructure to store and manage big data Big Data Connectors delivers unprecedented load rates between Big Data

More information

An Oracle White Paper April, Enterprise Manager 12c Cloud Control Metering and Chargeback

An Oracle White Paper April, Enterprise Manager 12c Cloud Control Metering and Chargeback An Oracle White Paper April, 2012 Enterprise Manager 12c Cloud Control Executive Overview... 2 Introduction... 2 I.T. Chargeback... 2 Oracle Enterprise Manager... 3 Installing and Configuring Enterprise

More information

An Oracle White Paper June Maximizing Performance and Scalability of a Policy Automation Solution

An Oracle White Paper June Maximizing Performance and Scalability of a Policy Automation Solution An Oracle White Paper June 2010 Maximizing Performance and Scalability of a Policy Automation Solution Executive Overview Most enterprises are now moving towards a modern IT architecture that is based

More information

Virtual Reality Process OTTO

Virtual Reality Process OTTO Virtual Reality Process Visualization @ OTTO aka Geheimprojekt URSULA Andre Pietsch Productmanager Splunk @ OTTO September 27, 2017 Washington, DC Forward-Looking Statements During the course of this presentation,

More information

Oracle PaaS and IaaS Universal Credits Service Descriptions

Oracle PaaS and IaaS Universal Credits Service Descriptions Oracle PaaS and IaaS Universal Credits Service Descriptions December 1, 2017 Oracle PaaS_IaaS_Universal_CreditsV120117 1 Metrics... 3 Oracle PaaS and IaaS Universal Credit... 8 Oracle PaaS and IaaS Universal

More information

IBM /Ariba Applications Sizing and Planning Questionnaire- Ariba Products

IBM /Ariba Applications Sizing and Planning Questionnaire- Ariba Products IBM /Ariba Applications Sizing and Planning Questionnaire- Ariba Products IBM Americas Techline Sizing Center Phone 800-426-0222 (NA only) or 770-835-6690 When completed, please submit to Techline for

More information

In-Memory Analytics: Get Faster, Better Insights from Big Data

In-Memory Analytics: Get Faster, Better Insights from Big Data Discussion Summary In-Memory Analytics: Get Faster, Better Insights from Big Data January 2015 Interview Featuring: Tapan Patel, SAS Institute, Inc. Introduction A successful analytics program should translate

More information

Exalytics The Fastest Oracle Essbase, Hyperion Planning, & OBIEE Performance Imaginable

Exalytics The Fastest Oracle Essbase, Hyperion Planning, & OBIEE Performance Imaginable Exalytics The Fastest Oracle Essbase, Hyperion Planning, & OBIEE Performance Imaginable Glenn Schwartzberg info@interrel.com glennschwartzbergs-essbaseblog.blogspot.com Disclaimer These slides represent

More information

Oracle E-Business Suite Deployment on Oracle Cloud Infrastructure (OCI) White Paper May 2018 Version 2.0

Oracle E-Business Suite Deployment on Oracle Cloud Infrastructure (OCI) White Paper May 2018 Version 2.0 Oracle E-Business Suite Deployment on Oracle Cloud Infrastructure (OCI) White Paper May 2018 Version 2.0 Table of Contents Purpose of this Whitepaper... 2 Scope & Assumptions... 2 Oracle E-Business Suite

More information

Enterprise APM version 4.2 FAQ

Enterprise APM version 4.2 FAQ Meridium Enterprise Asset Performance Management (APM) version 4.2 is the next generation APM solution that helps your company simply and easily connect disparate systems and use that data to create and

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Big Data and Real Time Analytics Streams and Hadoop

Big Data and Real Time Analytics Streams and Hadoop Big Data and Real Time Analytics Streams and Hadoop Infrastructure Matters 2014 Briefing 2014 IBM Corporation Big Data is more than just Hadoop What can you tell me about Big Data? I want to know all about

More information

Addressing the I/O bottleneck of HPC workloads. Professor Mark Parsons NEXTGenIO Project Chairman Director, EPCC

Addressing the I/O bottleneck of HPC workloads. Professor Mark Parsons NEXTGenIO Project Chairman Director, EPCC Addressing the I/O bottleneck of HPC workloads Professor Mark Parsons NEXTGenIO Project Chairman Director, EPCC I/O is key Exascale challenge Parallelism beyond 100 million threads demands a new approach

More information

Increased Informix Awareness Discover Informix microsite launched

Increased Informix Awareness Discover Informix microsite launched Information Management Increased Informix Awareness Discover Informix microsite launched www.ibm.com/discoverinformix 2010 IBM Corporation Informix Panther Early Program Want to be on the cutting-edge

More information

Top 5 Challenges for Hadoop MapReduce in the Enterprise. Whitepaper - May /9/11

Top 5 Challenges for Hadoop MapReduce in the Enterprise. Whitepaper - May /9/11 Top 5 Challenges for Hadoop MapReduce in the Enterprise Whitepaper - May 2011 http://platform.com/mapreduce 2 5/9/11 Table of Contents Introduction... 2 Current Market Conditions and Drivers. Customer

More information

COMPUTE CLOUD SERVICE. Move to Your Private Data Center in the Cloud Zero CapEx. Predictable OpEx. Full Control.

COMPUTE CLOUD SERVICE. Move to Your Private Data Center in the Cloud Zero CapEx. Predictable OpEx. Full Control. COMPUTE CLOUD SERVICE Move to Your Private Data Center in the Cloud Zero CapEx. Predictable OpEx. Full Control. The problem. You run multiple data centers with hundreds of servers hosting diverse workloads.

More information

Delivering Dynamic, Programmable, End-to-End Orchestration for Cloud, WAN, NFV, and SDN

Delivering Dynamic, Programmable, End-to-End Orchestration for Cloud, WAN, NFV, and SDN Solution Brief Amartus* Cameleon* SDS* Intel Xeon Processors Delivering Dynamic, Programmable, End-to-End Orchestration for Cloud, WAN, NFV, and SDN Technologies from Amartus* and Intel help service providers

More information

White paper A Reference Model for High Performance Data Analytics(HPDA) using an HPC infrastructure

White paper A Reference Model for High Performance Data Analytics(HPDA) using an HPC infrastructure White paper A Reference Model for High Performance Data Analytics(HPDA) using an HPC infrastructure Discover how to reshape an existing HPC infrastructure to run High Performance Data Analytics (HPDA)

More information

Oracle Utilities Mobile Workforce Management Benchmark

Oracle Utilities Mobile Workforce Management Benchmark Oracle Utilities Mobile Workforce Management Benchmark Demonstrates Superior Scalability for Large Field Service Organizations O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 Introduction Large

More information

IBM Spectrum Scale. Transparent Cloud Tiering Deep Dive

IBM Spectrum Scale. Transparent Cloud Tiering Deep Dive IBM Spectrum Scale Transparent Cloud Deep Dive 2 Disclaimer IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Information

More information

BUILDING A PRIVATE CLOUD

BUILDING A PRIVATE CLOUD INNOVATION CORNER BUILDING A PRIVATE CLOUD How Platform Computing s Platform ISF* Can Help MARK BLACK, CLOUD ARCHITECT, PLATFORM COMPUTING JAY MUELHOEFER, VP OF CLOUD MARKETING, PLATFORM COMPUTING PARVIZ

More information

Axibase Warehouse Designer. Overview

Axibase Warehouse Designer. Overview Axibase Warehouse Designer Overview Reporting Overview Types of reports (by usage) capacity planning and performance analysis Capacity planning identifies trends Performance analysis identifies outliers

More information

Leveraging Oracle Big Data Discovery to Master CERN s Data. Manuel Martín Márquez Oracle Business Analytics Innovation 12 October- Stockholm, Sweden

Leveraging Oracle Big Data Discovery to Master CERN s Data. Manuel Martín Márquez Oracle Business Analytics Innovation 12 October- Stockholm, Sweden Leveraging Oracle Big Data Discovery to Master CERN s Data Manuel Martín Márquez Oracle Business Analytics Innovation 12 October- Stockholm, Sweden Manuel Martin Marquez Intel IoT Ignition Lab Cloud and

More information

Oracle Business Intelligence Suite Enterprise Edition 4,000 User Benchmark on an IBM System x3755 Server running Red Hat Enterprise Linux

Oracle Business Intelligence Suite Enterprise Edition 4,000 User Benchmark on an IBM System x3755 Server running Red Hat Enterprise Linux Oracle Business Intelligence Suite Enterprise Edition 4,000 User Benchmark on an IBM System x3755 Server running Red Hat Enterprise Linux An Oracle White Paper April 2008 Oracle Business Intelligence Suite

More information

Oracle's Cloud Strategie für den Geschäftserfolg Alles Neue von der OOW

Oracle's Cloud Strategie für den Geschäftserfolg Alles Neue von der OOW Oracle's Cloud Strategie für den Geschäftserfolg Alles Neue von der OOW Matthias Weiss Direktor Mittelstand Technologie Oracle Deutschland B.V. & Co. KG Agenda 1 2 3 4 5 6 Digital Transformation and CEO

More information

Agile PLM on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017

Agile PLM on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 Agile PLM on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 Oracle Ravello Cloud Service Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications,

More information

Oracle Exalytics X6-4

Oracle Exalytics X6-4 ORACLE DATA SHEET Oracle Exalytics X6-4 Oracle Exalytics In-Memory Machine X6-4 is the industry s first engineered system for in-memory analytics that delivers extreme performance for Business Intelligence

More information

Skills Management Requirements & Dependency Matrix

Skills Management Requirements & Dependency Matrix Skills Management 9.0.0 Requirements & Dependency Matrix Information contained herein is proprietary and confidential and cannot be disclosed or duplicated without the prior written consent of Genesys

More information

Oracle Autonomous Data Warehouse Cloud

Oracle Autonomous Data Warehouse Cloud Oracle Autonomous Data Warehouse Cloud 1 Lower Cost, Increase Reliability and Performance to Extract More Value from Your Data With Oracle Autonomous Database Cloud Service for Data Warehouse Today s leading-edge

More information

Advanced Support for Server Infrastructure Refresh

Advanced Support for Server Infrastructure Refresh Advanced Support for Server Infrastructure Refresh Transitioning to new server technology can deliver massive performance and availability improvements. However concerns about the migration process and

More information

Compiere ERP Starter Kit. Prepared by Tenth Planet

Compiere ERP Starter Kit. Prepared by Tenth Planet Compiere ERP Starter Kit Prepared by Tenth Planet info@tenthplanet.in www.tenthplanet.in 1. Compiere ERP - an Overview...3 1. Core ERP Modules... 4 2. Available on Amazon Cloud... 4 3. Multi-server Support...

More information

Planning the Capacity of a Web Server: An Experience Report D. Menascé. All Rights Reserved.

Planning the Capacity of a Web Server: An Experience Report D. Menascé. All Rights Reserved. Planning the Capacity of a Web Server: An Experience Report Daniel A. Menascé George Mason University menasce@cs.gmu.edu Nikki Dinh SRA International, Inc. nikki_dinh@sra.com Robert Peraino George Mason

More information

IBM Cognos ReportNet Content Store Sizing Guidelines

IBM Cognos ReportNet Content Store Sizing Guidelines IBM Cognos ReportNet Content Store Sizing Guidelines Product(s): IBM Cognos ReportNet Area of Interest: Performance IBM Cognos ReportNet Content Store Sizing Guidelines 2 Copyright Copyright 2008 Cognos

More information

Management Pack Plus for Identity Management

Management Pack Plus for Identity Management O R A C L E D A T A S H E ET Management Pack Plus for Identity Management Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and provides the industry s first complete

More information

Oracle Big Data Cloud Service

Oracle Big Data Cloud Service Oracle Big Data Cloud Service Delivering Hadoop, Spark and Data Science with Oracle Security and Cloud Simplicity Oracle Big Data Cloud Service is an automated service that provides a highpowered environment

More information

CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS

CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS CREATE INSTANT VISIBILITY INTO KEY MANUFACTURING METRICS The QualityWorX Dashboard provides the most comprehensive, easy-to-use reporting platform for production and quality management in the industry.

More information

The IBM and Oracle alliance. Power architecture

The IBM and Oracle alliance. Power architecture IBM Power Systems, IBM PowerVM and Oracle offerings: a winning combination The smart virtualization platform for IBM AIX, Linux and IBM i clients using Oracle solutions Fostering smart innovation through

More information

HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing

HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing Jik-Soo Kim, Ph.D National Institute of Supercomputing and Networking(NISN) at KISTI Table of Contents

More information

Oracle Autonomous Data Warehouse Cloud

Oracle Autonomous Data Warehouse Cloud Oracle Autonomous Data Warehouse Cloud 1 Lower Cost, Increase Reliability and Performance to Extract More Value from Your Data With Oracle Autonomous Data Warehouse Cloud Today s leading-edge organizations

More information

IBM PowerHA SystemMirror for AIX Enhancements IBM Redbooks Solution Guide

IBM PowerHA SystemMirror for AIX Enhancements IBM Redbooks Solution Guide IBM PowerHA SystemMirror for AIX 7.1.3 Enhancements IBM Redbooks Solution Guide IBM PowerHA SystemMirror for AIX 7 represents a new generation of clustering solutions for high availability and disaster

More information

Intel Factories IOT JOURNEY BRINGING OT and IT Together to Succeed

Intel Factories IOT JOURNEY BRINGING OT and IT Together to Succeed Intel Factories IOT JOURNEY BRINGING OT and IT Together to Succeed Shai Monzon, Manufacturing Domain Lead IT@Intel Steve Meyer, Sr. Principal Eng Manufacturing IT Andrew Brown, Sr. Software Developer Manufacturing

More information

Infor Ming.le - LN UI Plugin Sizing Guide

Infor Ming.le - LN UI Plugin Sizing Guide Infor Ming.le - LN UI Plugin 11.1 Sizing Guide Copyright 2013 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

IEE and Microsoft SQL

IEE and Microsoft SQL IEE and Microsoft SQL Amit Grover, IT Business Solution Manager Daniel Lizano, IT Business Solution Group Manager Ray King, Microsoft Industry Solutions Organization Business Value for Power & Utility

More information

Achieving Agility and Flexibility in Big Data Analytics with the Urika -GX Agile Analytics Platform

Achieving Agility and Flexibility in Big Data Analytics with the Urika -GX Agile Analytics Platform Achieving Agility and Flexibility in Big Data Analytics with the Urika -GX Agile Analytics Platform Analytics R&D and Product Management Document Version 1 WP-Urika-GX-Big-Data-Analytics-0217 www.cray.com

More information

SAP Public Budget Formulation 8.1

SAP Public Budget Formulation 8.1 Sizing Guide Document Version: 1.0 2013-09-30 CUSTOMER Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the screen.

More information

Aldelo Media Display User Manual. PUBLISHED BY Aldelo, LP 6800 Koll Center Parkway, Suite 310 Pleasanton, CA Copyright by Aldelo, LP

Aldelo Media Display User Manual. PUBLISHED BY Aldelo, LP 6800 Koll Center Parkway, Suite 310 Pleasanton, CA Copyright by Aldelo, LP Aldelo Media Display User Manual PUBLISHED BY Aldelo, LP 6800 Koll Center Parkway, Suite 310 Pleasanton, CA 94566 Copyright 1997-2014 by Aldelo, LP All rights reserved. No part of the contents of this

More information

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability December 2002 IBM Tivoli Monitoring solutions for performance and availability 2 Contents 2 Performance and availability monitoring 3 Tivoli Monitoring software 4 Resource models 6 Built-in intelligence

More information

PPLY AND IMPLEMENT THE ERP SOLUTION FOR PRIVATE SECURITY INDUSTRY REGULATORY AUTHORITY

PPLY AND IMPLEMENT THE ERP SOLUTION FOR PRIVATE SECURITY INDUSTRY REGULATORY AUTHORITY Tittle Goes here PPLY AND IMPLEMENT THE ERP SOLUTION FOR PRIVATE SECURITY INDUSTRY REGULATORY AUTHORITY Purpose The Private Security Industry Regulatory Authority has a current ERP system that is outdated

More information

January Oracle Real Time Decisions Statement of Direction

January Oracle Real Time Decisions Statement of Direction January 2016 Oracle Real Time Decisions Statement of Direction Oracle Statement of Direction Oracle Business Intelligence Discoverer Disclaimer This document in any form, software or printed matter, contains

More information

IBM Cognos BI Server Distribution Options - How to Manage Distributed Servers Session Number Dean Browne, IBM Corp.

IBM Cognos BI Server Distribution Options - How to Manage Distributed Servers Session Number Dean Browne, IBM Corp. IBM Cognos BI Server Distribution Options - How to Manage Distributed Servers Session Number 1290 Dean Browne, IBM Corp. 0 Disclaimer Information regarding potential future products is intended to outline

More information

Oracle Utilities Customer Care and Billing 2.5 Benchmark Report

Oracle Utilities Customer Care and Billing 2.5 Benchmark Report Oracle Utilities Customer Care and Billing 2.5 Benchmark Report Demonstrates Superior Performance and Scalability O R A C L E W H I T E P A P E R A P R I L 2016 Introduction Oracle Utilities Customer Care

More information

Apache Kafka. A distributed publish-subscribe messaging system. Neha Narkhede, 11/11/11

Apache Kafka. A distributed publish-subscribe messaging system. Neha Narkhede, 11/11/11 Apache Kafka A distributed publish-subscribe messaging system Neha Narkhede, LinkedIn @nehanarkhede, 11/11/11 Outline Introduction to pub-sub Kafka at LinkedIn Hadoop and Kafka Design Performance What

More information

Preparing to Run Oracle E-Business Suite on System z and Oracle 11gR2 New Features

Preparing to Run Oracle E-Business Suite on System z and Oracle 11gR2 New Features Preparing to Run Oracle E-Business Suite on System z and Oracle 11gR2 New Features Speakers: David Simpson and Sam Amsavelu Speaker s Company: IBM Corporation Date of Presentation: Thursday, March 3, 2011:

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Platform Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become

More information

CONSOLIDATION BEST PRACTICES FOR YOUR ORACLE ENVIRONMENT KEVIN CLOSSON, CHIEF PERFORMANCE ARCHITECT, XTREMIO

CONSOLIDATION BEST PRACTICES FOR YOUR ORACLE ENVIRONMENT KEVIN CLOSSON, CHIEF PERFORMANCE ARCHITECT, XTREMIO CONSOLIDATION BEST PRACTICES FOR YOUR ORACLE ENVIRONMENT KEVIN CLOSSON, CHIEF PERFORMANCE ARCHITECT, XTREMIO 1 AGENDA Database & Application Challenges The XtremIO Solution Integrated Copy Data Management

More information

Lessons learned using the TPCx-BB Express Benchmark* for end-to-end

Lessons learned using the TPCx-BB Express Benchmark* for end-to-end White paper Lessons learned using the TPCx-BB Express Benchmark* for end-to-end big data clusters ABSTRACT TPCx-BB is a framework that measures the variety, velocity, and volume aspects of end-to-end big

More information

Designing a Microsoft SharePoint 2010 Infrastructure

Designing a Microsoft SharePoint 2010 Infrastructure Course 10231B: Designing a Microsoft SharePoint 2010 Infrastructure Course Details Course Outline Module 1: Designing a Logical Architecture This module describes the function, components, and creation

More information

Implementing Mobile BI Dashboards. with Datazen

Implementing Mobile BI Dashboards. with Datazen Implementing Mobile BI Dashboards with Datazen Mobility Is the New Normal 52% of information workers across 17 countries report using three or more devices for work. (FORRESTER RESEARCH, BT FUTURES REPORT)

More information

Datasheet FUJITSU Integrated System PRIMEFLEX for Hadoop

Datasheet FUJITSU Integrated System PRIMEFLEX for Hadoop Datasheet FUJITSU Integrated System PRIMEFLEX for Hadoop FUJITSU Integrated System PRIMEFLEX for Hadoop is a powerful and scalable platform analyzing big data volumes at high velocity FUJITSU Integrated

More information

An Oracle White Paper April Oracle E Business Suite Procurement for Engineered Systems

An Oracle White Paper April Oracle E Business Suite Procurement for Engineered Systems An Oracle White Paper April 2013 Oracle E Business Suite Procurement for Engineered Systems Executive Overview... 3 Overview of Engineered Systems... 4 Oracle Exalogic... 4 Oracle Exadata Database Machine...

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS Borland CaliberRM FREQUENTLY ASKED QUESTIONS GENERAL QUESTIONS What is Borland Caliber? Borland Caliber is a family of tools that supports the Borland Requirements Definition and Management Solution (RDM).

More information

Beyond Ceilometer Metering and Billing

Beyond Ceilometer Metering and Billing www.persistent.com Beyond Ceilometer Metering and Billing Cloud Analytics opportunity Usage Polling Are you running Ceilometer? Are you using only for metering? How are you archiving your Ceilometer Data?

More information

Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 9.0

Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 9.0 Data Sheet Cisco Unified Workforce Optimization for Cisco Unified Contact Center Express 9.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile

More information

Accelerating Motif Finding in DNA Sequences with Multicore CPUs

Accelerating Motif Finding in DNA Sequences with Multicore CPUs Accelerating Motif Finding in DNA Sequences with Multicore CPUs Pramitha Perera and Roshan Ragel, Member, IEEE Abstract Motif discovery in DNA sequences is a challenging task in molecular biology. In computational

More information

Data Analytics and CERN IT Hadoop Service. CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB

Data Analytics and CERN IT Hadoop Service. CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB Data Analytics and CERN IT Hadoop Service CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB 1 Data Analytics at Scale The Challenge When you cannot fit your workload in a desktop Data

More information

Workforce Management Administrator's Guide. Using ETL Database Schema

Workforce Management Administrator's Guide. Using ETL Database Schema Workforce Management Administrator's Guide Using ETL Database Schema 11/30/2017 Contents 1 Using ETL Database Schema 1.1 ETL Database Schema and Script 1.2 WFM Server's Role in the ETL Process 1.3 Enabling

More information