Lies, Damn Lies and Performance Metrics. PRESENTATION TITLE GOES HERE Barry Cooks Virtual Instruments

Size: px
Start display at page:

Download "Lies, Damn Lies and Performance Metrics. PRESENTATION TITLE GOES HERE Barry Cooks Virtual Instruments"

Transcription

1 Lies, Damn Lies and Performance Metrics PRESENTATION TITLE GOES HERE Barry Cooks Virtual Instruments

2 Goal for This Talk Take away a sense of how to make the move from: Improving your mean time to innocence to Improving your infrastructure performance 2

3 What We ll Cover A case of performance metrics gone bad Some history What performance monitoring needs The lies The damn lies The performance metrics How can you use them 3

4 Application is down again. 4

5 Data Center Management - Actual You see this??? 5

6 Array tools say it s okay 6

7 Data Center Management - Actual How can I help? 7

8 Have you tried updating your drivers and firmware? Data Center Management - Actual Meanwhile, at the storage vendor 8

9 Can you clear the counters and run another log collection? And the switch vendor 9

10 Some history 10

11 IBM A Point of Reference Mainframes collected and correlated lots of data about the workload and infrastructure 11

12 Closed vs. Open Systems The move to open systems was introduced Numerous competing vendors Interconnected specialized devices Inconsistency in monitoring methods and metrics Correlating data from multiple vendors is a serious challenge Vendors focus has been on core innovation Monitoring became a secondary priority 12

13 What does performance monitoring need? 13

14 What s Required for Success Understanding what data is relevant A method to gather that data, ideally, without impacting systems under monitoring End-to-end view of data Historical data retention Comparable data across vendor ecosystem Actionable insights from that data 14

15 The lies 15

16 Performance Monitoring Today Performance metrics are often Not really performance metrics Utilization Error counters Samples taken on a polling interval Every minute, hour, 6 hours? Rollup averages over a window of time At 16G a single 2KB frame takes 1.25μs to transmit. That s 48 million 2K reads per minute. Fifteen- minute average? That s the population of Europe. 16

17 The Outlier $1,000,000 Traditional Performance Management $700,000 $350,000 $295K average $67K average 0 17

18 The Hidden Issue 5,000ms Response Time 1ms 0 20sec 25sec 60sec 10,000 I/Os 1ms x 20s 5,000ms 1ms x 35 Total Commands: 550,032 Total I/O Time: 1ms * 10,000 I/Os * 55s + 32 I/Os *5s = 710,000 Average Response Time = 1.29ms I/Os per second 0 20sec 25sec 60sec 18

19 A Question of Balance Is the traffic between these ports on the same server balanced? Port A mean traffic: 4.41Mb/s Port B mean traffic: 4.40Mb/s 19

20 Workload Profiling 20

21 Vendor Response Time Metrics Utilization = 100% * busy time in period / (idle + busy) time in period Throughput = total number of visitors in periods / period in length in seconds Average Busy Queue Length = sum of queue upon arrival of visitor x / total number of visitors Queue length = ABQL * utilization/100% Response time = queue length / throughput (Little s Law) Response Time = (Sum of Queue Upon Arrival of Visitor / Total Number of Visitors) * (100% * Busy Time in Period / (Idle + Busy) time in period) / 100%) / (# of Visitors in Period / Length of Period) 21

22 Vendor Response Time Metrics The Fine Text (Necessary Caveats): For low LUN throughput (<32 IOPS), response time might be inaccurate. Lazy writes skew the LUN busy counter. Dual SP ownership of a disk can also impact response time. Each SP only knows about its own ABQL, throughput and utilization for the disk. At poll time, they exchange views. The utilization is max(spa,spb). ABQL is computed from the sum of the sum. And SP throughput is the sum of SPA and SPB throughput. Be wary of confusing SP response time in Analyzer with the average response time of all LUNs on that SP. A LUN is busy (not resting) as long as something is queued to it. An SP is busy (not resting) as long as it is not in the OS idle loop. While a disk is busy getting a LUN request, the LUN is still busy. While a disk is busy getting a LUN request, the SP might be idle. The SP response time is generally smaller than the average response time of all the LUNs on that SP. Host response time is approximated by LUN response time. 22

23 Data Time Skew R 2 at one minute delay is 0.91, while at zero delay it is

24 Gathering the Data A challenge for external software-based monitoring perturbing the system under investigation Adding load Changing behavior 24

25 Data Collection 25

26 Data Collection AIX VMware Cisco Cisco EMC HPux HDS Solaris Brocade Brocade IBM HyperV 26

27 Data Collection AIX VMware Cisco Cisco EMC HPux HDS Solaris Brocade Brocade IBM HyperV 27

28 The damn lies 28

29 Decisions Based on Thresholds Go buy a lottery ticket, immediately. Yes. Refer to Documentation All clear? Not yet I guess so. INPUT A VALUE I guess so. Just the right number of alarms? ASK SOMEBODY Not yet All clear? On the first try? Yeah, right. Pick a lower threshold No. Done! Finally. Create an filter Yeah. Have something better to do? Uhhh. Done, yet? 29

30 Where should alarm thresholds be placed? 30

31 Data Granularity Challenge Traditional Performance Management Threshold One-minute 31

32 Data Granularity Challenge Traditional Performance Management Threshold One-second 32

33 Data Granularity Challenge Traditional Performance Management Threshold One-millisecond 33

34 Performance metrics 34

35 The Outlier - Revisited $1,000,000 Traditional Performance Management $700,000 $350,000 $295K average $67K average 0 35

36 What Does Average Response Time Mean? Q: When you hear your average response time is 20 ms, what is the first thing that pops into your mind? A. My response distribution must look like this: B. My response distribution must look like this: C. My response distribution must look like this: D. My response distribution must look like this: E. I don t know what my response distribution looks like because taking an average of all the response times is not a helpful thing to do. F. When s lunch? 36

37 What Are Histograms? A histogram is a graphical representation of the distribution of data. Scalar quantization, typically denoted as y=q(x), is the process of using a quantization function Q() to map a scalar (one-dimensional) input value x to a scalar output value y. 37

38 Histogram Bins Timing Bins: Reads Writes > 0 <= 0.05ms > 0 <= 0.05ms > 0.05 <= 0.2ms > 0.05 <= 0.1ms > 0.2 <= 0.5ms > 0.1 <= 0.2ms > 0.5 <= 1ms > 0.2 <= 0.3ms > 1 <= 2ms > 0.3 <= 0.5ms > 2 <= 4ms > 0.5 <= 0.7ms > 4 <= 6ms > 0.7 <= 1ms > 6 <= 8ms > 1 <= 1.5ms > 8 <= 10ms > 1.5 <= 2ms > 10 <= 15ms > 2 <= 3ms > 15 <= 20ms > 3 <= 4ms > 20 <= 30ms > 4 <= 6ms > 30 <= 50ms > 6 <= 10ms > 50 <= 75ms > 10 <= 20ms > 75 <= 100ms > 20 <= 30ms > 100 <= 150ms > 30 <= 50ms > 150 <= 250ms > 50 <= 75ms > 250 <= 500ms > 75 <= 100ms > 500 <= 1000ms > 100 <= 150ms > 1000 <= 4500ms > 150 <= 250ms > 4500ms > 250 <= 1000ms Size Bins: Read & Write > 0 <= 0.5 KiB > 0.5 <= 1 KiB > 1 <= 2 KiB > 2 <= 3 KiB > 3 <= 4 KiB > 4 <= 8 KiB > 8 <= 12 KiB > 12 <= 16 KiB > 16 <= 24 KiB > 24 <= 32 KiB > 32 <= 48 KiB > 48 <= 60 KiB > 60 <= 64 KiB > 64 <= 96 KiB > 96 <= 128 KiB > 128 <= 192 KiB > 192 <= 256 KiB > 256 <= 512 KiB > 512 <= 1024 KiB > 1024 KiB > 1000 <= 4500ms 2015 Data Storage Innovation Conference. > 4500ms Virtual Instruments. All Rights Reserved. The bins were selected on three criteria: 1. Sampling from live datacenter systems 2. Common SLA Language a. Common service level agreement language is for 10, 15, 20, 30, 50ms boundaries 3. Expected disk seek/access latencies a. Cache hit range 0 0.5ms b. EFD / SSD range 0.5 2ms c. 15k FC/SAS range 2 6ms d. 10k FC/SAS range 6 10ms e. SATA/NL-SAS range 10 15ms 38

39 Write Cache Misses Cache Hits Cache Misses 39

40 Impacts of Auto-Tiering Cache Hits SSD FC SATA Auto-tiering left unattended 40

41 IO Size Skew Average I/O size = 80KiB Does not do a very good job of describing the distribution. 41

42 Histogram Capabilities 42

43 Answers, not data 43

44 How to Analyze HBA Queue Depth High Quality Raw Data Approach #1 Threshold Trigger $ if (queue_size > 128) throw_red_flag Approach #2 Average Metric Average Queue Depth = 15 44

45 Response Time (ms) Response Time (ms) How to Analyze HBA Queue Depth Approach #3 Combining Multiple Metrics With Machine Learning Analytics Execution throttle set properly. Execution throttle set too high! 95%th 75%th 50%th Queue Size Queue Size Both these scenarios would trigger red flags in Approach #2 45

46 Repositioning VMs in a Cluster High Quality Raw Data VM#1 CPU Usage VM#1 MEM Usage VM#1 Disk Usage VM#1 NET Usage Approach #1 Average Metrics Approach #2 Threshold Trigger $ if (vm_cpu_usage > 85%) move_vm_process 46

47 Server CPU Utilization % Server CPU Utilization % Repositioning VMs in a Cluster Approach #3 Predict Future Usage and Reorganize to Fix Bottlenecks BEFORE they Happen Reorganize VMs such that the busy times of one VM correspond with the free times of the rest of the server One Server Bottleneck Today predicted future steady usage VM#46 VM#35 VM#12 Time (include both Dynamic CPU & Memory Utilization) VM#25 VM#17 VM#16 47

48 Where We Landed Using high-quality, low-impact data, we can drive better decision-making across the infrastructure Analytics will enable a change in the way answers are derived from the data 48

49 PRESENTATION TITLE GOES HERE

Port Tapping Session 3 How to Survive the SAN Infrastructure Storm

Port Tapping Session 3 How to Survive the SAN Infrastructure Storm Port Tapping Session 3 How to Survive the SAN Infrastructure Storm Tap Module Same profile as Pretium EDGE Module Red adapter indicates TAP port 2 Corning Fibre Channel and Ethernet Tap s 72 Ports per

More information

Managing Performance Variance of Applications Using Storage I/O Control

Managing Performance Variance of Applications Using Storage I/O Control Performance Study Managing Performance Variance of Applications Using Storage I/O Control VMware vsphere 4.1 Application performance can be impacted when servers contend for I/O resources in a shared storage

More information

Key metrics for effective storage performance and capacity reporting

Key metrics for effective storage performance and capacity reporting Key metrics for effective storage performance and capacity reporting Key Metrics for Effective Storage Performance and Capacity Reporting Objectives This white paper will cover the key metrics in storage

More information

PRESENTATION TITLE GOES HERE

PRESENTATION TITLE GOES HERE Performance Basics PRESENTATION TITLE GOES HERE Leah Schoeb, Member of SNIA Technical Council SNIA EmeraldTM Training SNIA Emerald Power Efficiency Measurement Specification, for use in EPA ENERGY STAR

More information

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage Performance Study of Microsoft SQL Server 2016 Dell Engineering February 2017 Table of contents

More information

La rivoluzione di NetApp

La rivoluzione di NetApp La rivoluzione di NetApp Clustered Data ONTAP, storage unificato e scalabile per garantire efficienza e operazioni senza interruzioni Roberto Patano Technical Manager, NetApp Italia IT Infrastructure Inhibitor

More information

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Generational Comparison Study of Microsoft SQL Server Dell Engineering February 2017 Revisions Date Description February 2017 Version 1.0

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

Cisco SAN Analytics and SAN Telemetry Streaming

Cisco SAN Analytics and SAN Telemetry Streaming Cisco SAN Analytics and SAN Telemetry Streaming A deeper look at enterprise storage infrastructure The enterprise storage industry is going through a historic transformation. On one end, deep adoption

More information

The Impact of SSD Selection on SQL Server Performance. Solution Brief. Understanding the differences in NVMe and SATA SSD throughput

The Impact of SSD Selection on SQL Server Performance. Solution Brief. Understanding the differences in NVMe and SATA SSD throughput Solution Brief The Impact of SSD Selection on SQL Server Performance Understanding the differences in NVMe and SATA SSD throughput 2018, Cloud Evolutions Data gathered by Cloud Evolutions. All product

More information

NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp

NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp Agenda The Landscape has Changed New Customer Requirements The Market has Begun to Move Comparing Performance Results Storage

More information

Enterprise2014. GPFS with Flash840 on PureFlex and Power8 (AIX & Linux)

Enterprise2014. GPFS with Flash840 on PureFlex and Power8 (AIX & Linux) Chris Churchey Principal ATS Group, LLC churchey@theatsgroup.com (610-574-0207) October 2014 GPFS with Flash840 on PureFlex and Power8 (AIX & Linux) Why Monitor? (Clusters, Servers, Storage, Net, etc.)

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. NetApp Storage. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. NetApp Storage. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 Understanding NetApp Integration... 3 2.2 How the Management

More information

CS 326: Operating Systems. CPU Scheduling. Lecture 6

CS 326: Operating Systems. CPU Scheduling. Lecture 6 CS 326: Operating Systems CPU Scheduling Lecture 6 Today s Schedule Agenda? Context Switches and Interrupts Basic Scheduling Algorithms Scheduling with I/O Symmetric multiprocessing 2/7/18 CS 326: Operating

More information

Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation

Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation Demartek Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

Removing the I/O Bottleneck in Enterprise Storage

Removing the I/O Bottleneck in Enterprise Storage Removing the I/O Bottleneck in Enterprise Storage WALTER AMSLER, SENIOR DIRECTOR HITACHI DATA SYSTEMS AUGUST 2013 Enterprise Storage Requirements and Characteristics Reengineering for Flash removing I/O

More information

Practical Strategies For High Performance SQL Server High Availability

Practical Strategies For High Performance SQL Server High Availability Practical Strategies For High Performance SQL Server High Availability Jason Aw, Strategic Business Development SIOS Technology Join 3 question poll for lucky draw https://www.surveymonkey.com/r/8hmmg3n

More information

VDBENCH Overview. Steven Johnson. SNIA Emerald TM Training. SNIA Emerald Power Efficiency Measurement Specification, for use in EPA ENERGY STAR

VDBENCH Overview. Steven Johnson. SNIA Emerald TM Training. SNIA Emerald Power Efficiency Measurement Specification, for use in EPA ENERGY STAR VDBENCH Overview PRESENTATION TITLE GOES HERE Steven Johnson SNIA Emerald TM Training SNIA Emerald Power Efficiency Measurement Specification, for use in EPA ENERGY STAR June 24-27, 2013 Agenda Introduction

More information

Real-time Monitoring, Inventory and Change Tracking for. Track. Report. RESOLVE!

Real-time Monitoring, Inventory and Change Tracking for. Track. Report. RESOLVE! Real-time Monitoring, Inventory and Change Tracking for Track. Report. RESOLVE! Powerful Monitoring Tool for Full Visibility over Your Hyper-V Environment VirtualMetric provides the most comprehensive

More information

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation report prepared under contract with HP Executive Summary The computing industry is experiencing an increasing demand for storage

More information

Performance Sentry VM Provider Objects April 11, 2012

Performance Sentry VM Provider Objects April 11, 2012 Introduction This document describes the Performance Sentry VM (Sentry VM) Provider performance data objects defined using the VMware performance groups and counters. This version of Performance Sentry

More information

EMC Unity Family. Monitoring System Performance. Version 4.2 H14978 REV 03

EMC Unity Family. Monitoring System Performance. Version 4.2 H14978 REV 03 EMC Unity Family Version 4.2 Monitoring System Performance H14978 REV 03 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published July 2017 Dell believes the information in this

More information

Efficient QoS for Multi-Tiered Storage Systems

Efficient QoS for Multi-Tiered Storage Systems Efficient QoS for Multi-Tiered Storage Systems Ahmed Elnably Hui Wang Peter Varman Rice University Ajay Gulati VMware Inc Tiered Storage Architecture Client Multi-Tiered Array Client 2 Scheduler SSDs...

More information

Creating the Fastest Possible Backups Using VMware Consolidated Backup. A Design Blueprint

Creating the Fastest Possible Backups Using VMware Consolidated Backup. A Design Blueprint Creating the Fastest Possible Backups Using VMware Consolidated Backup A Design Blueprint George Winter Technical Product Manager NetBackup Symantec Corporation Agenda Overview NetBackup for VMware and

More information

Assessing performance in HP LeftHand SANs

Assessing performance in HP LeftHand SANs Assessing performance in HP LeftHand SANs HP LeftHand Starter, Virtualization, and Multi-Site SANs deliver reliable, scalable, and predictable performance White paper Introduction... 2 The advantages of

More information

Tales of the Tail Hardware, OS, and Application-level Sources of Tail Latency

Tales of the Tail Hardware, OS, and Application-level Sources of Tail Latency Tales of the Tail Hardware, OS, and Application-level Sources of Tail Latency Jialin Li, Naveen Kr. Sharma, Dan R. K. Ports and Steven D. Gribble February 2, 2015 1 Introduction What is Tail Latency? What

More information

Port Tapping Session 2 Race tune your infrastructure

Port Tapping Session 2 Race tune your infrastructure Port Tapping Session 2 Race tune your infrastructure Born on Oct 30 th 2012. 2 3 Tap Module Red adapter indicates TAP port 4 Corning Fibre Channel and Ethernet Tap s 72 Ports per 1U 288 Ports per 4U 5

More information

Public Cloud Leverage For IT/Business Alignment Business Goals Agility to speed time to market, adapt to market demands Elasticity to meet demand whil

Public Cloud Leverage For IT/Business Alignment Business Goals Agility to speed time to market, adapt to market demands Elasticity to meet demand whil LHC2386BU True Costs Savings Modeling and Costing A Migration to VMware Cloud on AWS Chris Grossmeier chrisg@cloudphysics.com John Blumenthal john@cloudphysics.com #VMworld Public Cloud Leverage For IT/Business

More information

Veritas Dynamic Multi-Pathing for VMware 6.0 Chad Bersche, Principal Technical Product Manager Storage and Availability Management Group

Veritas Dynamic Multi-Pathing for VMware 6.0 Chad Bersche, Principal Technical Product Manager Storage and Availability Management Group Veritas Dynamic Multi-Pathing for VMware 6.0 Chad Bersche, Principal Technical Product Manager Storage and Availability Management Group Dynamic Multi-Pathing for VMware 1 Agenda 1 Heterogenous multi-pathing

More information

Best Practices for SSD Performance Measurement

Best Practices for SSD Performance Measurement Best Practices for SSD Performance Measurement Overview Fast Facts - SSDs require unique performance measurement techniques - SSD performance can change as the drive is written - Accurate, consistent and

More information

Low Latency Evaluation of Fibre Channel, iscsi and SAS Host Interfaces

Low Latency Evaluation of Fibre Channel, iscsi and SAS Host Interfaces Low Latency Evaluation of Fibre Channel, iscsi and SAS Host Interfaces Evaluation report prepared under contract with LSI Corporation Introduction IT professionals see Solid State Disk (SSD) products as

More information

BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines. AtHoc SMS Codes

BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines. AtHoc SMS Codes BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines AtHoc SMS Codes Version Version 7.5, May 1.0, November 2018 2016 1 Copyright 2010 2018 BlackBerry Limited. All Rights Reserved.

More information

EMC Disk Tiering Technology Review

EMC Disk Tiering Technology Review EMC Disk Tiering Technology Review Tony Negro EMC Corporation Wednesday, February 06, 2013 12:15 PM Session Number 13154 Agenda Basis for FAST Implementation Characteristics Operational Considerations

More information

1Z0-433

1Z0-433 1Z0-433 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 What is the function of the samfsdump utility? A. It provides a metadata backup of the file names, directory structure, inode information,

More information

Demartek September Intel 10GbE Adapter Performance Evaluation for FCoE and iscsi. Introduction. Evaluation Environment. Evaluation Summary

Demartek September Intel 10GbE Adapter Performance Evaluation for FCoE and iscsi. Introduction. Evaluation Environment. Evaluation Summary Intel 10GbE Adapter Performance Evaluation for FCoE and iscsi Evaluation report prepared under contract with Intel Corporation Introduction As the interest in converged networks grows, and as the vendors

More information

Ref: Chap 12. Secondary Storage and I/O Systems. Applied Operating System Concepts 12.1

Ref: Chap 12. Secondary Storage and I/O Systems. Applied Operating System Concepts 12.1 Ref: Chap 12 Secondary Storage and I/O Systems Applied Operating System Concepts 12.1 Part 1 - Secondary Storage Secondary storage typically: is anything that is outside of primary memory does not permit

More information

Virtual SQL Servers. Actual Performance. 2016

Virtual SQL Servers. Actual Performance. 2016 @kleegeek davidklee.net heraflux.com linkedin.com/in/davidaklee Specialties / Focus Areas / Passions: Performance Tuning & Troubleshooting Virtualization Cloud Enablement Infrastructure Architecture Health

More information

Avoiding Storage Service Disruptions with Availability Intelligence

Avoiding Storage Service Disruptions with Availability Intelligence Avoiding Storage Service Disruptions with Availability Intelligence Brent Phillips, Managing Director, Americas Brett Allison, Director of Technical Services www.intellimagic.com 1 Today s Agenda 1. Availability

More information

Roadmap for Enterprise System SSD Adoption

Roadmap for Enterprise System SSD Adoption Roadmap for Enterprise System SSD Adoption IBM Larry Chiu STSM, Storage Research Manager Santa Clara, CA USA August 2009 1 Smart Data Placement IBM is focusing on placing the right data on SSDs to maximize

More information

Cloud Monitoring as a Service. Built On Machine Learning

Cloud Monitoring as a Service. Built On Machine Learning Cloud Monitoring as a Service Built On Machine Learning Table of Contents 1 2 3 4 5 6 7 8 9 10 Why Machine Learning Who Cares Four Dimensions to Cloud Monitoring Data Aggregation Anomaly Detection Algorithms

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Performance Benchmarking Guide

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Performance Benchmarking Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Performance Benchmarking Guide Published: 2009-08-31 SWD-760382-0831035819-001 Contents 1 BlackBerry Enterprise Server for Microsoft Exchange...

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1206BU Interpreting performance metrics in your vsan environment Pete Koehler (@vmpete) Bradley Mott #VMworld #STO1206BU Disclaimer This presentation may contain product features that are currently

More information

Management Abstraction With Hitachi Storage Advisor

Management Abstraction With Hitachi Storage Advisor Management Abstraction With Hitachi Storage Advisor What You Don t See Is as Important as What You Do See (WYDS) By Hitachi Vantara May 2018 Contents Executive Summary... 3 Introduction... 4 Auto Everything...

More information

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Applied Technology Abstract This white paper describes tests in which Navisphere QoS Manager and VMware s Distributed

More information

Historical Collection Best Practices. Version 2.0

Historical Collection Best Practices. Version 2.0 Historical Collection Best Practices Version 2.0 Ben Stern, Best Practices and Client Success Architect for Virtualization and Cloud bstern@us.ibm.com Copyright International Business Machines Corporation

More information

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 A performance study of 14 th generation Dell EMC PowerEdge servers for Microsoft SQL Server Dell EMC Engineering September

More information

Select Use Cases for VirtualWisdom Applied Analytics

Select Use Cases for VirtualWisdom Applied Analytics WHITEPAPER Select Use Cases for VirtualWisdom Applied Analytics April 7, 2017 CONTRIBUTORS Andrew Sebastian Roberta Sorbello Mark Samuelson Ricardo Negrete Ryan Perkowski Jim Bahn Introduction... 2 #1:

More information

VM Migration Acceleration over 40GigE Meet SLA & Maximize ROI

VM Migration Acceleration over 40GigE Meet SLA & Maximize ROI VM Migration Acceleration over 40GigE Meet SLA & Maximize ROI Mellanox Technologies Inc. Motti Beck, Director Marketing Motti@mellanox.com Topics Introduction to Mellanox Technologies Inc. Why Cloud SLA

More information

STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT

STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT WHITEPAPER STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT This document is designed to aid in the configuration and deployment of Nexsan storage solutions

More information

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo Vendor: EMC Exam Code: E20-002 Exam Name: Cloud Infrastructure and Services Exam Version: Demo QUESTION NO: 1 In which Cloud deployment model would an organization see operational expenditures grow in

More information

SAS Technical Update Connectivity Roadmap and MultiLink SAS Initiative Jay Neer Molex Corporation Marty Czekalski Seagate Technology LLC

SAS Technical Update Connectivity Roadmap and MultiLink SAS Initiative Jay Neer Molex Corporation Marty Czekalski Seagate Technology LLC SAS Technical Update Connectivity Roadmap and MultiLink SAS Initiative Jay Neer Molex Corporation Marty Czekalski Seagate Technology LLC SAS Connectivity Roadmap Background Connectivity Objectives Converged

More information

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Applied Technology Abstract This white paper describes tests in which Navisphere QoS Manager and

More information

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile Tegile Systems 1 Introducing Tegile Company Overview Product Overview Solutions & Use Cases Partnering with Tegile 2 Company Overview Company Overview Te gile - [tey-jile] Tegile = technology + agile Founded

More information

Increasing Performance of Existing Oracle RAC up to 10X

Increasing Performance of Existing Oracle RAC up to 10X Increasing Performance of Existing Oracle RAC up to 10X Prasad Pammidimukkala www.gridironsystems.com 1 The Problem Data can be both Big and Fast Processing large datasets creates high bandwidth demand

More information

davidklee.net gplus.to/kleegeek linked.com/a/davidaklee

davidklee.net gplus.to/kleegeek linked.com/a/davidaklee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas / Passions: Performance Tuning & Troubleshooting Virtualization Cloud Enablement Infrastructure Architecture

More information

PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS

PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS Testing shows that a Pure Storage FlashArray//m storage array used for Microsoft SQL Server 2016 helps eliminate latency and preserve productivity.

More information

Performance Benefits of NVMe over Fibre Channel A New, Parallel, Efficient Protocol

Performance Benefits of NVMe over Fibre Channel A New, Parallel, Efficient Protocol May 2018 Performance Benefits of NVMe over Fibre Channel A New, Parallel, Efficient NVMe over Fibre Channel delivered 58% higher IOPS and 34% lower latency than SCSI FCP. (What s not to like?) Executive

More information

SC Series: Affordable Data Mobility & Business Continuity With Multi-Array Federation

SC Series: Affordable Data Mobility & Business Continuity With Multi-Array Federation SC Series: Affordable Data Mobility & Business Continuity With Multi-Array Federation Jason Boche Storage Applications Engineering Midrange & Entry Level Solutions What s New with the SC Series New Dell

More information

Interface Trends for the Enterprise I/O Highway

Interface Trends for the Enterprise I/O Highway Interface Trends for the Enterprise I/O Highway Mitchell Abbey Product Line Manager Enterprise SSD August 2012 1 Enterprise SSD Market Update One Size Does Not Fit All : Storage solutions will be tiered

More information

Evaluation Report: Supporting Multiple Workloads with the Lenovo S3200 Storage Array

Evaluation Report: Supporting Multiple Workloads with the Lenovo S3200 Storage Array Evaluation Report: Supporting Multiple Workloads with the Lenovo S3200 Storage Array Evaluation report prepared under contract with Lenovo Executive Summary Virtualization is a key strategy to reduce the

More information

How Flash-Based Storage Performs on Real Applications Session 102-C

How Flash-Based Storage Performs on Real Applications Session 102-C How Flash-Based Storage Performs on Real Applications Session 102-C Dennis Martin, President August 2016 1 Agenda About Demartek Enterprise Datacenter Environments Storage Performance Metrics Synthetic

More information

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage TechTarget Dennis Martin 1 Agenda About Demartek Enterprise Data Center Environments Storage Performance Metrics

More information

Your Speakers. Iwan e1 Rahabok Linkedin.com/in/e1ang

Your Speakers. Iwan e1 Rahabok Linkedin.com/in/e1ang Your Speakers Iwan e1 Rahabok virtual-red-dot.info e1@vmware.com @e1_ang Linkedin.com/in/e1ang 9119 9226 Sunny Dua vxpresss.blogspot.com duas@vmware.com @sunny_dua Linkedin.com/in/duasunny 2 Need more

More information

CS533 Modeling and Performance Evaluation of Network and Computer Systems

CS533 Modeling and Performance Evaluation of Network and Computer Systems CS533 Modeling and Performance Evaluation of Network and Computer Systems Selection of Techniques and Metrics (Chapter 3) 1 Overview One or more systems, real or hypothetical You want to evaluate their

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Storage Innovation at the Core of the Enterprise Robert Klusman Sr. Director Storage North America 2 The following is intended to outline our general product direction. It is intended for information

More information

PARDA: Proportional Allocation of Resources for Distributed Storage Access

PARDA: Proportional Allocation of Resources for Distributed Storage Access PARDA: Proportional Allocation of Resources for Distributed Storage Access Ajay Gulati, Irfan Ahmad, Carl Waldspurger Resource Management Team VMware Inc. USENIX FAST 09 Conference February 26, 2009 The

More information

CS533 Modeling and Performance Evaluation of Network and Computer Systems

CS533 Modeling and Performance Evaluation of Network and Computer Systems CS533 Modeling and Performance Evaluation of Network and Computer s Selection of Techniques and Metrics Overview One or more systems, real or hypothetical You want to evaluate their performance What technique

More information

ECE Enterprise Storage Architecture. Fall ~* CLOUD *~. Tyler Bletsch Duke University

ECE Enterprise Storage Architecture. Fall ~* CLOUD *~. Tyler Bletsch Duke University ECE590-03 Enterprise Storage Architecture Fall 2017.~* CLOUD *~. Tyler Bletsch Duke University Includes material adapted from the course Information Storage and Management v2 (module 13), published by

More information

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1

What s New in VMware vsphere 4.1 Performance. VMware vsphere 4.1 What s New in VMware vsphere 4.1 Performance VMware vsphere 4.1 T E C H N I C A L W H I T E P A P E R Table of Contents Scalability enhancements....................................................................

More information

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware 2010 VMware Inc. All rights reserved About the Speaker Hemant Gaidhani Senior Technical

More information

VirtualWisdom â ProbeNAS Brief

VirtualWisdom â ProbeNAS Brief TECH BRIEF VirtualWisdom â ProbeNAS Brief Business Drivers and Business Value for VirtualWisdom Infrastructure is expensive, costly to maintain, and often difficult to scale. While transitioning to virtualized

More information

VirtualWisdom Performance Probes are VirtualWisdom Fibre Channel SAN Performance Probe

VirtualWisdom Performance Probes are VirtualWisdom Fibre Channel SAN Performance Probe Data Sheet VirtualWisdom Performance Probes for line-rate wire data monitoring VirtualWisdom Fibre Channel SAN Performance Probe VirtualWisdom Performance Probes are VirtualWisdom Fibre Channel SAN Performance

More information

Preface. Fig. 1 Solid-State-Drive block diagram

Preface. Fig. 1 Solid-State-Drive block diagram Preface Solid-State-Drives (SSDs) gained a lot of popularity in the recent few years; compared to traditional HDDs, SSDs exhibit higher speed and reduced power, thus satisfying the tough needs of mobile

More information

A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510

A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510 A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510 Incentives for migrating to Exchange 2010 on Dell PowerEdge R720xd Global Solutions Engineering

More information

vrealize Operations Management Pack for Storage Devices Guide

vrealize Operations Management Pack for Storage Devices Guide vrealize Operations Management Pack for Storage Devices 6.0.3 Guide This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMAX: PERFORMANCE MADE SIMPLE

VMAX: PERFORMANCE MADE SIMPLE 1 VMAX: PERFORMANCE MADE SIMPLE RON ARNAN AND NIR SELA 2 AGENDA Unisphere Performance Analyzer (PA) Introduction Monitor and RCA use cases Plan View Unisphere Database Analyzer 3 PA- INTRODUCTION ENVIRONMENT

More information

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant Exadata X3 in action: Measuring Smart Scan efficiency with AWR Franck Pachot Senior Consultant 16 March 2013 1 Exadata X3 in action: Measuring Smart Scan efficiency with AWR Exadata comes with new statistics

More information

Next-Generation Cloud Platform

Next-Generation Cloud Platform Next-Generation Cloud Platform Jangwoo Kim Jun 24, 2013 E-mail: jangwoo@postech.ac.kr High Performance Computing Lab Department of Computer Science & Engineering Pohang University of Science and Technology

More information

ProphetStor DiskProphet Ensures SLA for VMware vsan

ProphetStor DiskProphet Ensures SLA for VMware vsan ProphetStor DiskProphet Ensures SLA for VMware vsan 2017 ProphetStor Data Services, Inc. 0 ProphetStor DiskProphet Ensures SLA for VMware vsan Table of Contents Summary... 2 The Challenges... 2 SLA Compliance...

More information

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4

W H I T E P A P E R. Comparison of Storage Protocol Performance in VMware vsphere 4 W H I T E P A P E R Comparison of Storage Protocol Performance in VMware vsphere 4 Table of Contents Introduction................................................................... 3 Executive Summary............................................................

More information

DB2 is a complex system, with a major impact upon your processing environment. There are substantial performance and instrumentation changes in

DB2 is a complex system, with a major impact upon your processing environment. There are substantial performance and instrumentation changes in DB2 is a complex system, with a major impact upon your processing environment. There are substantial performance and instrumentation changes in versions 8 and 9. that must be used to measure, evaluate,

More information

VMWARE EBOOK. Easily Deployed Software-Defined Storage: A Customer Love Story

VMWARE EBOOK. Easily Deployed Software-Defined Storage: A Customer Love Story VMWARE EBOOK Easily Deployed Software-Defined Storage: A Customer Love Story TABLE OF CONTENTS The Software-Defined Data Center... 1 VMware Virtual SAN... 3 A Proven Enterprise Platform... 4 Proven Results:

More information

Dell EMC Unity: Performance Analysis Deep Dive. Keith Snell Performance Engineering Midrange & Entry Solutions Group

Dell EMC Unity: Performance Analysis Deep Dive. Keith Snell Performance Engineering Midrange & Entry Solutions Group Dell EMC Unity: Performance Analysis Deep Dive Keith Snell Performance Engineering Midrange & Entry Solutions Group Agenda Introduction Sample Period Unisphere Performance Dashboard Unisphere uemcli command

More information

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation report prepared under contract with Dot Hill August 2015 Executive Summary Solid state

More information

89 Fifth Avenue, 7th Floor. New York, NY White Paper. HP 3PAR Priority Optimization: A Competitive Comparison

89 Fifth Avenue, 7th Floor. New York, NY White Paper. HP 3PAR Priority Optimization: A Competitive Comparison 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com White Paper HP 3PAR Priority Optimization: A Competitive Comparison Printed in the United States of America Copyright 2014 Edison Group,

More information

Level 3 SM Enhanced Management - FAQs. Frequently Asked Questions for Level 3 Enhanced Management

Level 3 SM Enhanced Management - FAQs. Frequently Asked Questions for Level 3 Enhanced Management Level 3 SM Enhanced Management - FAQs Frequently Asked Questions for Level 3 Enhanced Management 2015 Level 3 Communications, LLC. All rights reserved. 1 LAYER 3: CONVERGED SERVICES 5 Where can I find

More information

Determining the Number of CPUs for Query Processing

Determining the Number of CPUs for Query Processing Determining the Number of CPUs for Query Processing Fatemah Panahi Elizabeth Soechting CS747 Advanced Computer Systems Analysis Techniques The University of Wisconsin-Madison fatemeh@cs.wisc.edu, eas@cs.wisc.edu

More information

Solid State Storage is Everywhere Where Does it Work Best?

Solid State Storage is Everywhere Where Does it Work Best? Solid State Storage is Everywhere Where Does it Work Best? Dennis Martin, President, Demartek www.storagedecisions.com Agenda Demartek About Us Solid-state storage overview Different places to deploy SSD

More information

In examining performance Interested in several things Exact times if computable Bounded times if exact not computable Can be measured

In examining performance Interested in several things Exact times if computable Bounded times if exact not computable Can be measured System Performance Analysis Introduction Performance Means many things to many people Important in any design Critical in real time systems 1 ns can mean the difference between system Doing job expected

More information

Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical

Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical Sheldon D Paiva, Nimble Storage Nick Furnell, Transform Medical Headquarters in San Jose, CA Global operations and support Over 700 employees NYSE: NMBL Rapidly growing installed base of over 3,750 customers

More information

Vblock Architecture. Andrew Smallridge DC Technology Solutions Architect

Vblock Architecture. Andrew Smallridge DC Technology Solutions Architect Vblock Architecture Andrew Smallridge DC Technology Solutions Architect asmallri@cisco.com Vblock Design Governance It s an architecture! Requirements: Pretested Fully Integrated Ready to Go Ready to Grow

More information

Performance Implications of Storage I/O Control Enabled NFS Datastores in VMware vsphere 5.0

Performance Implications of Storage I/O Control Enabled NFS Datastores in VMware vsphere 5.0 Performance Implications of Storage I/O Control Enabled NFS Datastores in VMware vsphere 5.0 Performance Study TECHNICAL WHITE PAPER Table of Contents Introduction... 3 Executive Summary... 3 Terminology...

More information

How To Manage Disk Effectively with MPG's Performance Navigator

How To Manage Disk Effectively with MPG's Performance Navigator How To Manage Disk Effectively with MPG's Performance Navigator Today s Agenda: How To Really Understand Your Disk Environment a) Managing Disk is Hard It Doesn t Have To Be b) Measure Individual ASPs

More information

Capacity Estimation for Linux Workloads. David Boyes Sine Nomine Associates

Capacity Estimation for Linux Workloads. David Boyes Sine Nomine Associates Capacity Estimation for Linux Workloads David Boyes Sine Nomine Associates 1 Agenda General Capacity Planning Issues Virtual Machine History and Value Unique Capacity Issues in Virtual Machines Empirical

More information

Auto Management for Apache Kafka and Distributed Stateful System in General

Auto Management for Apache Kafka and Distributed Stateful System in General Auto Management for Apache Kafka and Distributed Stateful System in General Jiangjie (Becket) Qin Data Infrastructure @LinkedIn GIAC 2017, 12/23/17@Shanghai Agenda Kafka introduction and terminologies

More information

Demystifying Storage Area Networks. Michael Wells Microsoft Application Solutions Specialist EMC Corporation

Demystifying Storage Area Networks. Michael Wells Microsoft Application Solutions Specialist EMC Corporation Demystifying Storage Area Networks Michael Wells Microsoft Application Solutions Specialist EMC Corporation About Me DBA for 7+ years Developer for 10+ years MCSE: Data Platform MCSE: SQL Server 2012 MCITP:

More information

Measuring VMware Environments

Measuring VMware Environments Measuring VMware Environments Massimo Orlando EPV Technologies In the last years many companies adopted VMware as a way to consolidate more Windows images on a single server. As in any other environment,

More information

Recovering Disk Storage Metrics from low level Trace events

Recovering Disk Storage Metrics from low level Trace events Recovering Disk Storage Metrics from low level Trace events Progress Report Meeting May 05, 2016 Houssem Daoud Michel Dagenais École Polytechnique de Montréal Laboratoire DORSAL Agenda Introduction and

More information

STORAGE SYSTEMS. Operating Systems 2015 Spring by Euiseong Seo

STORAGE SYSTEMS. Operating Systems 2015 Spring by Euiseong Seo STORAGE SYSTEMS Operating Systems 2015 Spring by Euiseong Seo Today s Topics HDDs (Hard Disk Drives) Disk scheduling policies Linux I/O schedulers Secondary Storage Anything that is outside of primary

More information