Windows Server Capacity Management 101

Size: px
Start display at page:

Download "Windows Server Capacity Management 101"

Transcription

1 Windows Server Capacity Management 101

2 What is Capacity Management? ITIL definition of Capacity Management is: Capacity Management is responsible for ensuring that adequate capacity is available at all times to meet the agreed needs of the business in a cost-effective manner.. (ITIL Capacity Management, 2016) The important words in this quote are adequate, at all times, needs and cost effective. Capacity Management is simply making sure you have the capacity for the business at all times, without it costing a fortune. Carrying out Capacity Management in a cost-effective manner is very important as it s very easy to do Capacity Management with an unlimited budget. For those that don t, budget planning, monitoring and reporting needs to be done to ensure that the processes are as efficient and cost effective as possible. So now we all have a good idea of what Capacity Management is, let s look at our next question. Why are so little of the resources used in Windows environments? Historically Windows systems weren t as reliable as they are today, for instance Windows 2003, which had a reliability rating of Now that might sound like a lot but it means that over the course of a year the server was down for 12.8 hours and that is not acceptable when dealing with critical systems. This has led to: Windows systems on average ~5% CPU busy. Over-specification of hardware to avoid performance problems. As time has gone on Windows have improved their reliability but the people managing those systems are still reluctant to really push the servers because of previous bad experiences. MINE! Reluctance to share resources. Each Windows machine running only one function e.g. firewall, file server, database. 2 Transaction-Based Capacity Planning

3 Has the move to virtualization technology corrected this issue? Virtualization allows multiple Windows systems to run on one physical machine as guests under a hypervisor and this in theory should make the physical system utilize more resources but the problem lies in the mentality of the people running the system not the technology. Packing guests together means physical machine utilization should be higher, but a number of problems still persist: MINE! still prevalent - Being used to having a one server per service environment staff create the same situation with Virtual machines, but now it has been made even easier to have multiple machines and often they re not even very busy! Easy to suffer virtualization sprawl this is where the number of virtual machines (VMs) on a network reaches a point where the administrator can no longer manage them effectively. Virtualization sprawl is often for good reasons such as building redundancy into the system, this means if one VM is taken down another one can be put up with virtually no downtime. Some organizations rely on high-availability / dynamic resource sharing Careful Planning is needed to make sure that components of a service do not end up together on the same physical machine as if it fails it takes down a whole service. Transaction-Based Capacity Planning 3

4 Capture/monitor appropriate metrics The first step to properly capacity managing a Windows environment is to properly implement Capacity Management and it s important to plan out how you are going to do it. The first step is to start collecting Performance data on the Windows environment you want to manage and if need be the host machine if they are running under a hypervisor like VMware or Hyper-V, then using this data to create charts and trends. It s important to: Capture the right metrics. Pick the right capture interval. Select when to capture data. Remember that some metrics don t give the complete picture. To be able to properly capacity manage, you need data but it is important to capture the right data. This means planning what metrics to capture and at what interval. 15 mins intervals of data is a good starting point, but the correct interval length is highly dependent on the type of workload and how you are reporting. It is also important to consider when you want to capture data, capturing data 24 hours a day will make day averages much lower than if you only report on your peak hours. This is the same for days, if you do most of your work Monday to Friday then Saturday and Sunday will make the averages lower. These are considerations you need to take in to account when you are collecting data. It s also important to understand that the more frequently you collect data the more data that is going to produce, this may sound obvious but capturing data at 2mins 24/7 will produce a large amount of data very quickly. Once you are collecting data at the right time and interval, you want to start reporting and trending that data. Not all metrics give a true picture of hardware, an example of this is CPU reported busy. Windows will report higher utilization than is true because it s not aware that VMware will swap in and out the logical CPU, it will just report it was busy the whole time. 4 Transaction-Based Capacity Planning

5 Trending The purpose of trending is predicting what will happen by what has happened, the accuracy of trends rely on the fact that what is happening will carry on happening into the future. Importance of trends - A trend gives you warning if your demand is going to outstrip your supply and gives you chance to act. How long to trend forward - As with most things there is no one size fits all. When deciding on the length of trends it is important to take a few things into consideration such as how long it takes you to buy and install new hardware. There is no point in trending forward on disk space for a week if it takes you 2 months to get additional space. So a good length of a trend is how long it takes you to procure, physically install and configure new hardware, if this take 3 months then that is how long your trends should be. Trending is good at predicting when something will hit a threshold but not telling you what will happen when it does, this is where modeling comes in. Importance of modeling - it allows you to see how a system will react under different workloads. If the business has an event coming up that means its servers are going to be under higher than normal load you want to be able to reassure people that the system can handle it. What modeling shows - Modeling will show you how your components will perform under different workloads, and what component will fail and when. Modeling is used frequently for what if scenarios such as What if my workload increases 30% will my system handle the extra load or will it fail? If it does where will it fail? Knowing this lets you be proactive instead of reactive. Transaction-Based Capacity Planning 5

6 Balance service against cost The better the service the more the cost - When it comes to balancing the cost of a service it is important to know what the impact of spending too little or too much will be. Align your IT spend to your business needs It s not about spending more and more, it s about spending smarter. Understanding what the business needs are and understanding how to meet them in a cost effective way. It s important to know the wider business, if you are expanding by 50% you need to know what is needed to meet the new demand. Without forward-looking activities, you could be in for any number of unpleasant surprises, such as: Performance crises. Unnecessary hardware expenditure. User dissatisfaction. Understanding how to meet demand - Capacity Management is responsible for ensuring adequate capacity is available at all times to meet the requirements of the business. It is directly related to the business requirements and is not simply about the performance of the system s components, individually or collectively. 6 Transaction-Based Capacity Planning

7 Some best practice recommendations So now we have gone over what we need to properly manage a Windows environment, here are some best practise recommendations. There are 3 main components to monitor in your Windows systems: CPU physical utilization. Memory - usage. Disk occupancy and performance. These are all components that if they fill up or are over utilized will severely affect performance. CPU What to monitor The first component to look at is CPU. When monitoring CPU you need to understand the difference between Logical CPU and Physical CPU, if your system is virtualized then it will be logical CPU as the Windows environment does not know about the physical CPU it is being hosted on. If physical, CPU Total utilization of the machine - a physical system is much simpler as you are directly monitoring the physical components. If virtualized, CPU usage by the guest system - you will need to know the Physical CPU usage which is under the hypervisor. If you only look at CPU busy and it says 80%, it could be 80% busy of the 5% that has been allocated to it by VMware. You need to look at process level CPU busy. Process-level CPU busy; if virtualized gives a view of relative usage of the physical CPU busy from the host. It shows you how much CPU time each process is using, this is useful to see where all your CPU time is being used. How busy can I run it? How hard you can work a CPU is highly dependent on the type of CPU and the type of work it is doing, there is no one size fits all number for how hard to work them. Newer = more capable - Newer CPUs have larger on-chip cache memory, allowing more instructions to be kept nearer the cores. Cache memory is quicker to access than main memory but there is much less of it Megabytes of very fast cache, Gigabytes of fast ram and Terabytes of slow disk. Transaction-Based Capacity Planning 7

8 It s also not just about the speed of the clock a 3.4 GHz Pentium IV is nowhere near as capable (as in can get through work ) as a brand new 2 GHz Xeon processor. Because the newer CPU can do more in one clock cycle then an older CPU can do in many. More cores = can be pushed harder - It s all about THROUGHPUT, not just speed. The more cores a CPU has the harder you can run it without performance problems. Dependent on the type of work; hyper-threading or not 1 core At 50% busy will take twice as long as if it were 0% busy. At 80% busy it will take 5 times as long. At 90% it will take 10 times as long. You can see with one core it does not take much work to make throughput slowdown. 2 cores At 50% it will take 1.3 times as long. At 80% it will take 2.7 times as long. At 90% it will take 5.2 times as long. 16 Cores 50% - 1x, 80% x, 90% x For a 16 core CPU it does not make much of a difference running it at 80% compared to 50%. But you have to keep in mind that all configurations max out at 100% just the number of cores flattens out the curve. You can see with more cores it takes longer to hit the knee of the curve. Benefits of Multiple Cores This chart illustrates that as you add more and more cores the response time curve is more and more flat. 8 Transaction-Based Capacity Planning

9 How to monitor and manage CPU Hyper-threading is splitting a single CPU core into two logical processors, each of these processors can execute a separate piece of work. You will see one thread being the dominate thread and one processing when the other is stalled. There is some trade off with hyperthreading as it takes time for the CPU to switch between threads, Some work will fit well with this such as multiple threads of light-weight work, and more heavy work that needs the whole power of a core to get through could work slower with hyper-threading. Depending on the type of work hyper-threading is not always beneficial, sometimes it is better to have cores not have hyper-threading into multiple threads as the jumping between threads can lower the throughput. How to monitor Thresholds When dealing with thresholds there is no one size fits all but a good rule of thumb is 70% for a warning and 85% for an alarm, these can and should be tweaked when you have a better idea of performance thresholds for your CPU. Additionally it is good to have a threshold in place for when a CPU is being under-utilized, maybe threshold for 20% and 10% this lets you know which machine could be pushed harder. Trends When setting up a trend, you have to remember the longer the trend the less reliable it is. A good rule of thumb for a trend is 3 months, as this gives a reasonably reliable trend and also lets you know in good time to make a hardware change. Reports CPU Total Utilization Estd% - Report Example Transaction-Based Capacity Planning 9

10 Above is an example of an Estimated CPU core busy over a month for my computer with a trend going forward 1 month, you can see quickly that the trend line is going down. This kind of chart is very simple to create with a Capacity Management tool like athene. Memory What to monitor Memory utilization of whole system - if need be look at process working set sizes to see who s the culprit, this will show you which process is using the most memory and is a good way to detect memory leaks. A good rule of thumb for memory utilization is to have at least 10% left, this is to prevent excess paging which massively hurts performance. Page file usage% - if this is high it means that you are regularly running out of memory and Windows is having to use the page files. Memory leaks - when an application dynamically allocates memory, and does not free that memory when it is finished using it, that program has a memory leak. The memory is not being used by the application anymore, but it cannot be used by the system or any other program either. Memory leaks add up over time, and if they are not cleaned up, the system eventually runs out of memory. How to monitor Thresholds - when setting a threshold a good place to start is 80% warning and 90% alarm, remember if you are seeing performance issues before hitting the threshold then the threshold should be adjusted. If constantly breached, reset the value or look for memory leaks. Below is a good example of a memory leak, you can see that memory utilization is slowly creeping up, then I restart the machine and it drops down and then starts to creep up again. 10 Transaction-Based Capacity Planning

11 Memory Utilization - report example Some best practice recommendations for monitoring and managing memory How full can I run memory? - a good rule of thumb is 90%. What happens when I start to run out of memory? Page faults increase. Soft faults occur first (move things around in memory). Then hard faults (write pages to disk). Increases reads from and writes to page file (hard faults). Reads from image files can increase. Eventually the system will stop responding or just stop. Some best practice recommendations on how to monitor and manage disk What to monitor There are two main points to disk, which are occupancy and performance. Occupancy - use Free Space Ratio%, this shows you how much space you have left on the disk. Performance - to measure Performance we use average Response time of reads and average response time of writes. Transaction-Based Capacity Planning 11

12 How to monitor Thresholds - setting a threshold for disk occupancy is dependent on how quickly you can get additional disk space and how quickly disk space is filling up, but a good rule of thumb is 70% warning and 80% Alarm. Trends - very important when it comes to disk occupancy as it can show very far in advance when you are going to run out of disk space. Reports automate reports Reports Free Space Ratio% - Example Chart This is a good example of a disk slowly filling up, I could trend on this and easily get the date when I am going to run out of disk space. Having this information is very important in ensuring that there is no down time for any of my important applications. 12 Transaction-Based Capacity Planning

13 Summary Capacity Management is about ensuring that there is enough IT resource at all times. Windows systems are under-utilized because of mistrust in their reliability. Virtualization has helped make Windows systems more utilized but not completely solved the problem. It s important to balance the cost of the service to the benefit. When managing Windows system, look at CPU, Memory and Disk. Transaction-Based Capacity Planning 13

14 Metron Metron, Metron-Athene and the Metron logo as well as athene and other names of products referred to herein are trade marks or registered trade marks of Metron Technology Limited. Other products and company names mentioned herein may be trade marks of the respective owners. Any rights not expressly granted herein are reserved.

Capacity Management - Telling the story

Capacity Management - Telling the story Capacity Management - Telling the story What is a Story? It is either: a. an account of incidents or events b. a statement regarding the facts pertinent to a situation in question Data is nothing more

More information

Five trends in Capacity Management

Five trends in Capacity Management Five trends in Capacity Management Planning ahead to meet business requirements and SLAs while managing: When we look at capacity management today there are a lot of challenges out there. We typically

More information

Using Systems Capacity Data for Business Intelligence

Using Systems Capacity Data for Business Intelligence Using Systems Capacity Data for Business Intelligence Informed decisions are critical for success Forrester definition of Business Intelligence: Business Intelligence is a set of methodologies, processes,

More information

See Capacity and Performance across your IT enterprise

See Capacity and Performance across your IT enterprise athene 10.30 athene The world s leading companies rely on athene Capacity Management software and our consulting and training services as key elements of their IT Service Management and Service Delivery.

More information

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure Parallels Remote Application Server and Microsoft Azure and Cost of Using RAS with Azure Contents Introduction to Parallels RAS and Microsoft Azure... 3... 4 Costs... 18 Conclusion... 21 2 C HAPTER 1 Introduction

More information

Capacity Management from the ground up

Capacity Management from the ground up Capacity Management from the ground up Starting as a team of one Starting a capacity management function has a beginning, and that can be starting from scratch with one person. Determining where to start

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

Cloud Capacity Management

Cloud Capacity Management Cloud Capacity Management Defining Cloud Computing Cloud computing is a type of Internet based computing that provides shared computer processing resources and data to computers and other devices on demand.

More information

Capacity Management Maturity Assessing and Improving the Effectiveness

Capacity Management Maturity Assessing and Improving the Effectiveness Capacity Management Maturity Assessing and Improving the Effectiveness Many organizations have a Capacity Management process or function in place, but no practical way to assess the effectiveness or even

More information

A FRAMEWORK FOR CAPACITY ANALYSIS D E B B I E S H E E T Z P R I N C I P A L C O N S U L T A N T M B I S O L U T I O N S

A FRAMEWORK FOR CAPACITY ANALYSIS D E B B I E S H E E T Z P R I N C I P A L C O N S U L T A N T M B I S O L U T I O N S A FRAMEWORK FOR CAPACITY ANALYSIS D E B B I E S H E E T Z P R I N C I P A L C O N S U L T A N T M B I S O L U T I O N S Presented at St. Louis CMG Regional Conference, 4 October 2016 (c) MBI Solutions

More information

A Single Solution to a Shared Problem: Using Automated Analytics

A Single Solution to a Shared Problem: Using Automated Analytics CLIENT INFO AT A GLANCE A Single Solution to a Shared Problem: Using Automated Analytics Case Study TeamQuest specializes in IT Service Optimization Client Info at a Glance Company: Large Supermarket Chain

More information

Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way

Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way Material by Ashish C. Morzaria, SAP. @AshishMorzaria Presented by Matthew Shaw, SAP. @MattShaw_on_BI LEARNING POINTS Understanding

More information

ORACLE DATABASE PERFORMANCE: VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018

ORACLE DATABASE PERFORMANCE: VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018 ORACLE DATABASE PERFORMANCE: VMWARE CLOUD ON AWS PERFORMANCE STUDY JULY 2018 Table of Contents Executive Summary...3 Introduction...3 Test Environment... 4 Test Workload... 6 Virtual Machine Configuration...

More information

Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud

Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud Paper 2057-2018 Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud Nikola Marković, Boemska UK ABSTRACT As the capabilities of SAS Viya and SAS 9 are brought

More information

FOUR PRINCIPLES OF DEVOPS FOR CONTINUOUS CLOUD COST CONTROL

FOUR PRINCIPLES OF DEVOPS FOR CONTINUOUS CLOUD COST CONTROL FOUR PRINCIPLES OF DEVOPS FOR CONTINUOUS CLOUD COST CONTROL Understanding the link between DevOps processes and cloud waste is key to optimizing cloud resources and cost management. 1 EXECUTIVE SUMMARY

More information

ROI Strategies for IT Executives. Syncsort ROI Strategies for IT Executives

ROI Strategies for IT Executives. Syncsort ROI Strategies for IT Executives ROI Strategies for IT Executives Syncsort ROI Strategies for IT Executives Introduction In the 1996 movie Jerry Maguire, the character Rod Tidwell played by Cuba Gooding Jr. was always challenging Jerry

More information

Virtualizing Enterprise SAP Software Deployments

Virtualizing Enterprise SAP Software Deployments Virtualizing SAP Software Deployments A Proof of Concept by HP, Intel, SAP, SUSE, and VMware Solution provided by: The Foundation of V Virtualizing SAP Software Deployments A Proof of Concept by HP, Intel,

More information

Capacity Planning in Virtual Environments. Eric Siebert Author and vexpert. whitepaper

Capacity Planning in Virtual Environments. Eric Siebert Author and vexpert. whitepaper Capacity Planning in Virtual Environments Eric Siebert Author and vexpert Capacity Planning in Virtual Environments Synopsis Virtualization changes the way just about everything is done in the data center,

More information

Factors of Cloud Success

Factors of Cloud Success Factors of Cloud Success Many people are asking, Should I move to the cloud? Right now, someone in your company is thinking about moving your operations into the cloud. If your company is like 95% of companies

More information

White Paper. SAS IT Intelligence. Balancing enterprise strategy, business objectives, IT enablement and costs

White Paper. SAS IT Intelligence. Balancing enterprise strategy, business objectives, IT enablement and costs White Paper SAS IT Intelligence Balancing enterprise strategy, business objectives, IT enablement and costs Contents Executive Summary... 1 How to Create and Exploit IT Intelligence... 1 SAS IT Intelligence:

More information

CAPACITY MANAGEMENT GUIDELINES FOR VBLOCK INFRASTRUCTURE PLATFORMS

CAPACITY MANAGEMENT GUIDELINES FOR VBLOCK INFRASTRUCTURE PLATFORMS CAPACITY MANAGEMENT GUIDELINES FOR VBLOCK INFRASTRUCTURE PLATFORMS August 2011 WHITE PAPER 2011 VCE Company, LLC. All rights reserved. 1 Table of Contents Executive Summary... 3 Why is Capacity Management

More information

Virtualization Manager 7.1 Comprehensive virtualization management for VMware vsphere and Microsoft Hyper-V

Virtualization Manager 7.1 Comprehensive virtualization management for VMware vsphere and Microsoft Hyper-V DATASHEET Virtualization Manager 7.1 Comprehensive virtualization management for VMware vsphere and Microsoft Hyper-V Download a free product trial and start monitoring your network typically in about

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

Managing Applications with Oracle Enterprise Manager 10g. An Oracle White Paper November 2007

Managing Applications with Oracle Enterprise Manager 10g. An Oracle White Paper November 2007 Managing Applications with Oracle Enterprise Manager 10g An Oracle White Paper November 2007 NOTE The following is intended to outline our general product direction. It is intended for information purposes

More information

NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE. Ver 1.0

NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE. Ver 1.0 NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE Ver 1.0 EXECUTIVE SUMMARY This document provides insights into how to deploy NVIDIA Quadro Virtual

More information

Finance Giant Cuts Costs & Finds Simplicity in Data

Finance Giant Cuts Costs & Finds Simplicity in Data CLIENT INFO AT A GLANCE Case Study TeamQuest specializes in IT Service Optimization Client Info at a Glance Company: Fortune 100 Financial Services Company Overview: Financial services company that provides

More information

NaviCloud Sphere. NaviCloud Pricing and Billing: By Resource Utilization, at the 95th Percentile. A Time Warner Cable Company.

NaviCloud Sphere. NaviCloud Pricing and Billing: By Resource Utilization, at the 95th Percentile. A Time Warner Cable Company. NaviCloud Sphere NaviCloud Pricing and Billing: By Resource Utilization, at the 95th Percentile June 29, 2011 A Time Warner Cable Company NaviCloud Sphere Pricing, Billing: By Resource Utilization, at

More information

Optimizing resource efficiency in Microsoft Azure

Optimizing resource efficiency in Microsoft Azure Microsoft IT Showcase Optimizing resource efficiency in Microsoft Azure By July 2017, Core Services Engineering (CSE, formerly Microsoft IT) plans to have 90 percent of our computing resources hosted in

More information

CA Virtual Performance Management

CA Virtual Performance Management PRODUCT SHEET: CA VIRTUAL PERFORMANCE MANAGEMENT CA Virtual Performance Management CA Virtual Performance Management (CA VPM) maximizes the business value of IT services by providing a unique, integrated

More information

Top six performance challenges in managing microservices in a hybrid cloud

Top six performance challenges in managing microservices in a hybrid cloud Top six performance challenges in managing microservices in a hybrid cloud Table of Contents Top six performance challenges in managing microservices in a hybrid cloud Introduction... 3 Chapter 1: Managing

More information

Hybrid Cloud. Private and public clouds under a single service

Hybrid Cloud. Private and public clouds under a single service Hybrid Cloud Private and public clouds under a single service Combine the bespoke, costeffective nature of our private cloud with the latest technology and scalability of the public Azure platform and

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

Features and Capabilities. Assess.

Features and Capabilities. Assess. Features and Capabilities Cloudamize is a cloud computing analytics platform that provides high precision analytics and powerful automation to improve the ease, speed, and accuracy of moving to the cloud.

More information

Business white paper

Business white paper Business white paper Can Machine Learning Prevent Application Downtime? Nimble Storage uncovers the true cause of application disruptions and slowdowns through installed-based learning Business white paper

More information

Rise Above IT Chaos: Navigate IT Complexity and Deliver Business Value

Rise Above IT Chaos: Navigate IT Complexity and Deliver Business Value Rise Above IT Chaos: Navigate IT Complexity and Deliver Business Value IT in a State of Chaos With the continued digitalization of business, IT is not only vital, it drives the business. A growing number

More information

Management Products: The OTHER side of Veeam. Arron Stebbing Channel Enablement Specialist -

Management Products: The OTHER side of Veeam. Arron Stebbing Channel Enablement Specialist - Management Products: The OTHER side of Veeam Arron Stebbing Channel Enablement Specialist - APJ @ArronStebbing 5 Stages of Intelligent Data Management STAGE 5 STAGE 4 Automation STAGE 3 Orchestration STAGE

More information

Unlimited License Agreements - an overview of the major risks you should be aware of

Unlimited License Agreements - an overview of the major risks you should be aware of Unlimited License Agreements - an overview of the major risks you should be aware of Author: Richard Spithoven This whitepaper provides an overview of the most common issues seen at the enterprises that

More information

Can Machine Learning Prevent Application Downtime?

Can Machine Learning Prevent Application Downtime? NIMBLE LABS RESEARCH REPORT Can Machine Learning Prevent Application Downtime? Business users expect immediate access to data, all the time and without interruption. But reality does not always meet expectations.

More information

Cornerstone Solutions, Inc.

Cornerstone Solutions, Inc. Blueprint for Success Cornerstone Solutions, Inc. An implementation guide based on 50+ WMS Implementation Projects White Paper Introduction You know that implementing a WMS can increase your operation

More information

to make DevOps a success

to make DevOps a success TIPS FOR OPS 5 ways to use performance monitoring DevOps to make DevOps a success A case study: How Prep Sportswear moved from monolith to microservices Table of contents Introduction 4 Section 1: The

More information

Cisco Workload Optimization Manager: Setup and Use Cases

Cisco Workload Optimization Manager: Setup and Use Cases Cisco Workload Optimization Manager: Setup and Use Cases 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 49 Contents Introduction Minimum requirements

More information

Unlimited License Agreements

Unlimited License Agreements Unlimited License Agreements An overview of the major risks you should be aware of. An Insight Whitepaper Unlimited License Agreements An overview of the major risks you should be aware of. Introduction

More information

Whitepaper. Benefits of Desktop Virtualization

Whitepaper. Benefits of Desktop Virtualization Whitepaper Benefits of Desktop Virtualization 2 Benefits of Virtualization What is Desktop Virtualization? It is obvious that we are in the center of a universal technology shift. With that being said,

More information

VMware vcenter Operations Standard

VMware vcenter Operations Standard VMware vcenter Operations Standard Real-time Performance Management for VMware Administrators Even Solberg 2010 VMware Inc. All rights reserved Why vcenter Operations Standard? 80% of VMware admin time

More information

Paying Lip Service to Business Continuity. Paul Koufalis, White Star Software

Paying Lip Service to Business Continuity. Paul Koufalis, White Star Software Paying Lip Service to Business Continuity Paul Koufalis, White Star Software pk@wss.com More than Disaster Planning 1000 little things can go wrong So many moving parts: hardware, software, VMWare, network,

More information

Ensure Your Servers Can Support All the Benefits of Virtualization and Private Cloud The State of Server Virtualization... 8

Ensure Your Servers Can Support All the Benefits of Virtualization and Private Cloud The State of Server Virtualization... 8 ... 4 The State of Server Virtualization... 8 Virtualization Comfort Level SQL Server... 12 Case in Point SAP... 14 Virtualization The Server Platform Really Matters... 18 The New Family of Intel-based

More information

Server Configuration Monitor

Server Configuration Monitor EVALUATOR S GUIDE Server Configuration Monitor How SCM can help improve your efficiency and increase the performance and security of your servers. WHAT IS SOLARWINDS SERVER CONFIGURATION MONITOR SolarWinds

More information

SE350: Operating Systems. Lecture 6: Scheduling

SE350: Operating Systems. Lecture 6: Scheduling SE350: Operating Systems Lecture 6: Scheduling Main Points Definitions Response time, throughput, scheduling policy, Uniprocessor policies FIFO, SJF, Round Robin, Multiprocessor policies Scheduling sequential

More information

MOF Service Management Function Job Scheduling

MOF Service Management Function Job Scheduling MOF Service Management Function Job Scheduling Release Approved Review SLA Review MOF Release Readiness Review Operations Review Microsoft Solutions for Management The information contained in this document

More information

three performance rules with CA MICS Resource Management

three performance rules with CA MICS Resource Management TECHNOLOGY BRIEF December 2010 three performance rules with CA MICS Resource Management Denise P. Kalm CA Technologies, Mainframe Solution Group Table of Contents Executive summary 3 The performance rules

More information

Introducing Systemwalker Service Quality Coordinator V15.0

Introducing Systemwalker Service Quality Coordinator V15.0 Introducing Systemwalker Service Quality Coordinar V15.0 < Version 2.0 > January 2013 FUJITSU LIMITED Table of Contents Introduction V15.0 Enhanced Features Product Specification 1 Introduction Performance

More information

ENABLING COST CONTROL AND OPERATIONAL EFFICIENCY WITH EMC DATA PROTECTION ADVISOR

ENABLING COST CONTROL AND OPERATIONAL EFFICIENCY WITH EMC DATA PROTECTION ADVISOR ENABLING COST CONTROL AND OPERATIONAL EFFICIENCY WITH EMC DATA PROTECTION ADVISOR Applied Technology ABSTRACT EMC Data Protection Advisor provides a comprehensive set of features to maximize the return

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

Interactive presentation. E-commerce methodology

Interactive presentation. E-commerce methodology Interactive presentation E-commerce methodology 01/15/2015 Release with confidence Deliver a performance your customers expect and your team can be proud of. Tap into our 20+ years experience in QA and

More information

CS 471 Operating Systems. Yue Cheng. George Mason University Fall 2017

CS 471 Operating Systems. Yue Cheng. George Mason University Fall 2017 CS 471 Operating Systems Yue Cheng George Mason University Fall 2017 Page Replacement Policies 2 Review: Page-Fault Handler (OS) (cheap) (cheap) (depends) (expensive) (cheap) (cheap) (cheap) PFN = FindFreePage()

More information

Make the most of the cloud with Microsoft System Center and Azure

Make the most of the cloud with Microsoft System Center and Azure December 2015 Make the most of the cloud with Microsoft System Center and Azure Writer: Daniel Örneling Amsterdam - Dallas - Ottawa Table of Content 1.1 The Dilemma: too many customers 3 1.2 Is the cloud

More information

Accenture* Integrates a Platform Telemetry Solution for OpenStack*

Accenture* Integrates a Platform Telemetry Solution for OpenStack* white paper Communications Service Providers Service Assurance Accenture* Integrates a Platform Telemetry Solution for OpenStack* Using open source software and Intel Xeon processor-based servers, Accenture

More information

SESSION 703 Friday, November 4, 9:00 AM - 10:00 AM Track: The Generalist

SESSION 703 Friday, November 4, 9:00 AM - 10:00 AM Track: The Generalist SESSION 703 Friday, November 4, 9:00 AM - 10:00 AM Track: The Generalist Implementing Capacity Management: A Journey Into the Unknown Malcolm Gunn Capacity and Availability Lead,Soprasteria mrdg70@gmail.com

More information

Energy Advisor. Introduction. Energy Advisor. Product Data Sheet October 2014

Energy Advisor. Introduction. Energy Advisor. Product Data Sheet October 2014 Product Data Sheet Energy Advisor Reduce energy consumption and increase energy visibility with Energy Advisor Manage energy targets with up-to-the minute information across multiple Energy Account Centers

More information

IBM Tivoli OMEGAMON XE on z/vm and Linux

IBM Tivoli OMEGAMON XE on z/vm and Linux Manage and monitor z/vm and Linux performance IBM Tivoli OMEGAMON XE on z/vm and Linux Highlights Facilitate the cost-effective migration of workloads onto mainframes by monitoring z/vm and Linux performance

More information

Controlling Virtual Machine Sprawl

Controlling Virtual Machine Sprawl Controlling Virtual Machine Sprawl How to better utilize your virtual infrastructure Dell Ganesh Padmanabhan THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND

More information

Bringing development and operations together with real-time business metrics

Bringing development and operations together with real-time business metrics An AppDynamics Business White Paper Bringing development and operations together with real-time business metrics It may be that developers and operations work at the same company, but historically they

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

The 10 Big Mistakes People Make When Running Customer Surveys

The 10 Big Mistakes People Make When Running Customer Surveys The 10 Big Mistakes People Make When Running Customer Surveys If you want to understand what drives customer loyalty for your business and how to align your business to improve customer loyalty, Genroe

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

Work Smarter, Not Harder:

Work Smarter, Not Harder: eschool News WHITE PAPER Work Smarter, Not Harder: Improve IT Maturity to Do More with Less Envision Your IT Department as a Strategic Partner Five Key Indicators of IT Maturity Improved Service for Students

More information

Whitepaper Proactive and Predictive: The intelligent approach to maximising uptime

Whitepaper Proactive and Predictive: The intelligent approach to maximising uptime Whitepaper Proactive and Predictive: The intelligent approach to maximising uptime The intelligent way to engineer your always-on enterprise Contents Failure is insight 2 There s no time for downtime 2

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

3.30pm. A sneak peek at Veeam 2018 releases Veeam for VMware Cloud on AWS technical deep dive Veeam Availability Console Update pm. 2.

3.30pm. A sneak peek at Veeam 2018 releases Veeam for VMware Cloud on AWS technical deep dive Veeam Availability Console Update pm. 2. 1.30pm 2.00pm 2.30pm 3.00pm 3.30pm 4.00pm 4.30pm 5.00pm Business Breakout Veeam Backup for Microsoft Office 365 - It's Your Data! Management products: The OTHER side of Veeam Panel: Business Compliance

More information

Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance. Oracle VM Server for SPARC

Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance. Oracle VM Server for SPARC Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance Oracle VM Server for SPARC Table of Contents Introduction 1 About Oracle Communications Billing and Revenue Management

More information

Fujitsu Managed Private Cloud Service

Fujitsu Managed Private Cloud Service Fujitsu Managed Private Cloud Service A K5 Connected Service Balancing agility and control Cloud is quickly becoming the new normal. 71% of companies who took part in a recent study said they are highly

More information

A Powerful Enterprise-Wide Solution

A Powerful Enterprise-Wide Solution A Powerful Enterprise-Wide Solution Business Manager Brings Your Entire Enterprise Together Business Manager can be configured for both local and enterprise-wide data collection and consolidation. Your

More information

About Toad for Oracle 2018 Editions 2. Product release notes 4. Installation 5

About Toad for Oracle 2018 Editions 2. Product release notes 4. Installation 5 Toad for Oracle 2018 Editions Revised 4/20/2018 Contents About Toad for Oracle 2018 Editions 2 Product release notes 4 Installation 5 System requirements 6 Hardware requirements 6 Database requirements

More information

How to Establish Inventory Goals That Work. A Do-it-Yourself Guide

How to Establish Inventory Goals That Work. A Do-it-Yourself Guide How to Establish Inventory Goals That Work A Do-it-Yourself Guide My inventory is organized & counted. What now? Once you ve accurately counted and organized your inventory, it s essential to set goals

More information

The Maintenance Pro s Guide to Controller Replacement: Plan Your Strategy

The Maintenance Pro s Guide to Controller Replacement: Plan Your Strategy Digital Factory The Maintenance Pro s Guide to Controller Replacement: Plan Your Strategy usa.siemens.com/modernize The Maintenance Pro s Guide to Controller Replacement: Plan Your Strategy Digital Factory

More information

Fujitsu Managed Private Cloud Service

Fujitsu Managed Private Cloud Service Fujitsu Managed Private Cloud Service A K5 Connected Service Balancing agility and control Cloud is quickly becoming the new normal. 71% of companies who took part in a recent study said they are highly

More information

Weighing the Benefits of a Paperless Office

Weighing the Benefits of a Paperless Office Weighing the Benefits of a Paperless Office The complete decision-making guide for real-estate business owners ramu@paperlesspipeline.com www.paperlesspipeline.com page 1 of 11 Weighing the Benefits of

More information

VirtualWisdom Analytics Overview

VirtualWisdom Analytics Overview DATASHEET VirtualWisdom Analytics Overview Today s operations are faced with an increasing dynamic hybrid infrastructure of near infinite scale, new apps appear and disappear on a daily basis, making the

More information

Order Management Performance & Security Audit

Order Management Performance & Security Audit We ll streamline your systems and solutions, so you can focus on your business KEY BENEFITS Improve application reliability and speed for a superior customer experience, paying attention to the effect

More information

Understanding the Business Value of Docker Enterprise Edition

Understanding the Business Value of Docker Enterprise Edition Understanding the Business Value of Docker Enterprise Edition JUNE 2017 www.docker.com/enterprise Table of Contents The Digital Transformation... 3 What the Digital Transformation Means... 3 We Still Need

More information

The 7 Common Challenges Facing IT Departments The First Step into Offensive IT Investment. Cloud Platform Division NEC Corporation

The 7 Common Challenges Facing IT Departments The First Step into Offensive IT Investment. Cloud Platform Division NEC Corporation The 7 Common Challenges Facing IT Departments The First Step into Offensive IT Investment Cloud Platform Division NEC Corporation Factors Impeding Offensive Investment in IT The IT department s mission

More information

Tiefere Einblicke in virtuelle Umgebungen

Tiefere Einblicke in virtuelle Umgebungen Tiefere Einblicke in virtuelle Umgebungen VMware vsphere with Operations Management (vsom) Tobias Mauer ARROW ECS Deutschland 2015 VMware Inc. All rights reserved. Agenda Today s Reality Goals & Evolution

More information

Getting Started with vrealize Operations First Published On: Last Updated On:

Getting Started with vrealize Operations First Published On: Last Updated On: Getting Started with vrealize Operations First Published On: 02-22-2017 Last Updated On: 07-30-2017 1 Table Of Contents 1. Installation and Configuration 1.1.vROps - Deploy vrealize Ops Manager 1.2.vROps

More information

Learn How You Can Integrate Both Your Physical & Virtual Environments. Bill Donoghue & Leslie Menegaz

Learn How You Can Integrate Both Your Physical & Virtual Environments. Bill Donoghue & Leslie Menegaz Learn How You Can Integrate Both Your Physical & Virtual Environments Bill Donoghue & Leslie Menegaz Terms of This Presentation This presentation was based on current information and resource allocations

More information

Guest Concepts, Inc. (702)

Guest Concepts, Inc. (702) Guest Concepts, Inc. (702) 998-4800 Welcome to our tutorial on the Lease End Renewal Process The process you will see here is extremely effective and has been used successfully with thousands of renewal

More information

5 BEST PRACTICES FOR ENTERPRISE MONITORING AND MANAGEMENT. How to Successfully Gain a Comprehensive Overview of IT Operations

5 BEST PRACTICES FOR ENTERPRISE MONITORING AND MANAGEMENT. How to Successfully Gain a Comprehensive Overview of IT Operations 5 BEST PRACTICES FOR ENTERPRISE MONITORING AND MANAGEMENT How to Successfully Gain a Comprehensive Overview of IT Operations TABLE OF CONTENTS INTRODUCTION Bringing Together Disparate Technology Functions

More information

CS 318 Principles of Operating Systems

CS 318 Principles of Operating Systems CS 318 Principles of Operating Systems Fall 2017 Lecture 11: Page Replacement Ryan Huang Memory Management Final lecture on memory management: Goals of memory management - To provide a convenient abstraction

More information

The Cost of IT. .

The Cost of IT.  . The Cost of IT Prepared By Astel Email Document info@astel.co.za White Paper No copies of this document or included information may be distributed to third parties without the expressed written permission

More information

Increase the Processing Power Behind Your Mission-Critical Applications with Intel Xeon Processors. ServerWatchTM Executive Brief

Increase the Processing Power Behind Your Mission-Critical Applications with Intel Xeon Processors. ServerWatchTM Executive Brief Increase the Processing Power Behind Your Mission-Critical Applications with Intel Xeon Processors ServerWatchTM Executive Brief a QuinStreet Excutive Brief. 2012 For longer than many in the industry care

More information

Managing User Service Level Expectations By Harris Kern s Enterprise Computing Institute

Managing User Service Level Expectations By Harris Kern s Enterprise Computing Institute Managing User Service Level Expectations By Harris Kern s Enterprise Computing Institute It is the objective of every IT organization to be the best service provider to their end-users. However, this is

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo White Paper Total Cost of Ownership Analysis: Parallels Virtuozzo VS Traditional Hypervisor Virtualization www.parallels.com The ROI of just the hardware and software components, without

More information

CS 111. Operating Systems Peter Reiher

CS 111. Operating Systems Peter Reiher Operating System Principles: Scheduling Operating Systems Peter Reiher Page 1 Outline What is scheduling? What are our scheduling goals? What resources should we schedule? Example scheduling algorithms

More information

A Cloud Migration Checklist

A Cloud Migration Checklist A Cloud Migration Checklist WHITE PAPER A Cloud Migration Checklist» 2 Migrating Workloads to Public Cloud According to a recent JP Morgan survey of more than 200 CIOs of large enterprises, 16.2% of workloads

More information

BI CONCEPTS IN MANAGING THE SAS ENVIRONMENT

BI CONCEPTS IN MANAGING THE SAS ENVIRONMENT Paper BI-002 Interrogate the Interrogator: Presenting SAS Usage Information Using BI Tools Emilio Power, ThotWave Technologies, Chapel Hill, NC Shawn Edney, ThotWave Technologies, Chapel Hill, NC ABSTRACT

More information

CPU Scheduling. Chapter 9

CPU Scheduling. Chapter 9 CPU Scheduling 1 Chapter 9 2 CPU Scheduling We concentrate on the problem of scheduling the usage of a single processor among all the existing processes in the system The goal is to achieve High processor

More information

COMPARE VMWARE. Business Continuity and Security. vsphere with Operations Management Enterprise Plus. vsphere Enterprise Plus Edition

COMPARE VMWARE. Business Continuity and Security. vsphere with Operations Management Enterprise Plus. vsphere Enterprise Plus Edition COMPARE VMWARE vsphere EDITIONS Business Continuity and Security vmotion Enables live migration of virtual machines with no disruption to users or loss of service, eliminating the need to schedule application

More information

IBM storage solutions: Evolving to an on demand operating environment

IBM storage solutions: Evolving to an on demand operating environment May 2003 IBM TotalStorage IBM storage solutions: Evolving to an on demand operating environment Page No.1 Contents 1 e-business on demand 1 Integrated information fuels on demand businesses 2 Integrated

More information

VDI. Citrix Cloud Services Adrian Fish

VDI. Citrix Cloud Services Adrian Fish VDI Citrix Cloud Services 1 Citrix Cloud Services & How this changes how you deliver IT 2 About Citrix Cloud Citrix Cloud is a delivery and management platform that enables faster set up and time-to-value

More information

Deploying IBM Cognos 8 BI on VMware ESX. Barnaby Cole Practice Lead, Technical Services

Deploying IBM Cognos 8 BI on VMware ESX. Barnaby Cole Practice Lead, Technical Services Deploying IBM Cognos 8 BI on VMware ESX Barnaby Cole Practice Lead, Technical Services Agenda > Overview IBM Cognos 8 BI Architecture VMware ESX > Deployment Options > Our Testing > Optimization of VMware

More information

Scheduling Algorithms. Jay Kothari CS 370: Operating Systems July 9, 2008

Scheduling Algorithms. Jay Kothari CS 370: Operating Systems July 9, 2008 Scheduling Algorithms Jay Kothari (jayk@drexel.edu) CS 370: Operating Systems July 9, 2008 CPU Scheduling CPU Scheduling Earlier, we talked about the life-cycle of a thread Active threads work their way

More information