Windows Admins... & Long-term capacity planning... do the two go together?

Size: px
Start display at page:

Download "Windows Admins... & Long-term capacity planning... do the two go together?"

Transcription

1 Windows Admins... & Long-term capacity planning... do the two go together? Carl Stanfield EMC Australia Capacity management requires a few minutes of your day to crunch some numbers. The results are priceless as you will be able to seen how your servers are consuming available resources. For the purposes of this paper we will be looking specifically at the capacity management of exchange servers. You will be able to make purchasing decisions in an intelligent and timely manner and be able to predict the need for additional or replacement hardware before experiencing performance degradation on your existing IT infrastructure. 1. INTRODUCTION Mainframers and WinDozers... I come before you to stand behind you, to tell you something, us Windows guys know nothing about. Next Thursday, which is Good Friday, we will be collecting performance stats, for capacity planning. Implement all counters, performance is a penalty, so limit which ones you do. Deploy all your agents, we will use performance monitor instead. It makes no difference what you collect, we need to trend Exchange I/O... If you do a search on Microsoft.com for the words Capacity Planning the first response is Microsoft Office Assistance: Capacity Planning for Microsoft Office... For over 10 years long term capacity planning has been a forgotten phrase in a Windows World. It has been often traded for point solutions and stop gap measures... until now with Systems Centre well at least that s what I thought... This paper seeks to explore the science and art of estimating the space, computer hardware, software and connection infrastructure resources that will be needed over some future period of time. 2. tools. not just one!!! 2.1 Performance Monitor - isn t that a trouble shooting tool? The primary tool used in capacity planning has been Performance Monitor. Performance Monitor is typically known for its use as a troubleshooting tool, but it can also be used as a long-term trend-analysis tool. When you run Performance Monitor against an Exchange server, you affect that server's performance to some degree. If you are using the Performance Monitor as a troubleshooting tool, this typically isn't a huge problem because of the short duration of the monitoring session. But if you are going to be using Performance Monitor as a long-term capacity-planning tool, you need to seriously consider the impact it will have on your hardware. You don't want your servers to start suffering from performance problems while you're testing to see if your hardware is adequate. To prevent Performance Monitor from becoming too disruptive, you should refrain from running it directly on the hardware you're monitoring. Running Performance Monitor remotely reduces resource consumption on the servers being monitored, for everything except network bandwidth. Just like any other application, Performance Monitor requires the use of memory and CPU time. If you run it from another machine most of those resources will be taken from the machine it's running on, rather than the server you're monitoring. To limit any negative performance effects of the monitoring process, you should also limit the sampling rate. Copyright for this paper remains solely with the author. The author grants specific permission to CMG Australia to publish this paper as part of the CMGA Conference Proceedings/Journal, and electronically via the US CMG Proceedings CD ROM and CMG Australia s World Wide Web Site. Page 1 of 5

2 For a long-term collection aimed at trend analysis, I recommend using a sampling rate of once every 900 seconds (15 minutes). If the server being monitored exists across a slow WAN link, or is suffering other performance problems, you may want to cut the sampling rate to once every 1,800 seconds (30 minutes). If you plan on monitoring each server separately, you should give the log file a name that reflects the name of the server that the log applies to. On the other hand, if you plan to use the same log for all your hardware, you can give the log file a more generic name. There are convincing debates on both sides as to which method you should use. I tend to prefer to use a single log file to collect data from all the hardware, unless you need to set up different collection frequencies for some servers. For example, if sampling data every 900 seconds is acceptable for all of your servers, you can usually use a single log file. However, if you're going to sample data every 900 seconds on some servers, and every 1800 seconds on other servers, you should use multiple log files. 2.2 Microsoft Operations Manager Exchange management pack Over 30 ready-made Exchange reports ship with the Exchange management pack. When you download and expand the Exchange management pack file, you will find that the reports are contained in a separate XML file. It s then simply a case of importing the reports into MOM via the import/export feature found in the MOM Administrator Console. The Exchange reports are broken down into five categories; those categories and typical reports found within them are as follows: Health monitoring and operations. This category contains reports on availability, database sizes, disk usage, and so on. Protocol usage. Here we see reports detailing the usage of services such as the Information Store, MTA, POP3, IMAP4, and so on. Traffic analysis. These are typical top 100 style reports by size, domain and message count. Capacity planning. This category contains reports such as client logons per day, messages sent per day, and so on. Mailbox and folder sizes. Here we see useful reports such as the top 100 mailboxes and highest growth mailboxes. One useful piece of information on Exchange reports is based around the understanding of how data becomes available for reports. Basically, MOM has two databases: the main MOM database and a separate reporting database. Data is moved from the main MOM database to the separate reporting database via a SQL Data Transformation Services (DTS) job, which is performed via a scheduled task that runs once every 24 hours at 01:00. Reports are then produced against data held in the reporting database and not the main MOM database, which is deliberately kept smaller for operational efficiency reasons. A lot of the scripts to collect Exchange data do not run until after the SQL DTS job has started. This means that if you run a report first thing in the morning, it could well be missing some Exchange data that you require due to the timing of the SQL DTS job. Consequently, you can consider changing the SQL DTS job to run at 05:00 instead of 01:00 to ensure that you get all Exchange data 24 hours sooner ExBPA Management Pack The Microsoft Exchange Server Best Practices Analyzer Tool automatically examines an Exchange Server deployment and determines whether the configuration is set according to Microsoft best practices. With the proper network access, the tool can examine your Active Directory service and Exchange servers to do the following: Generate a list of issues, such as suboptimal configuration settings or unsupported or not recommended options. Judge the general health of a system. Help troubleshoot specific problems. You can run the tool against an entire deployment, against a specific server, or against a set of servers. Exchange Server Best Practices Analyzer examines servers that run Exchange 2000 Server and Exchange Server 2003, as well as servers that run Exchange Server 5.5 when they are part of a mixed-mode topology. 2.2 System Center Capacity Manager 2006 Microsoft System Center Capacity Manager 2006 guides an architect to a deployment in the most efficient Page 2 of 5

3 manner, while also allowing for what-if analyses for future planning. This has always been done via the i ve done this before and... or the Excel method (large spreadsheet with long and complicated formulas). Systems Center will allow; Collection of organisation-specific data about the end-user workload and network environment. Recommend a topology a particular configuration of servers, software, and network using pre-defined knowledge and dynamic performance modelling. Simulate the load against the proposed architecture to measure its impact on the environment. Finally Microsoft have delivered a tool that can help the rest of us define the exact impact on a proposed implementation and stop over designing systems. 3. Counters... what ones to use? Performance counter logging naturally has a big role within the world of Exchange performance and as you d expect MOM captures many other performance counters to aid understanding of your Exchange environment. Opinions vary widely regarding which counters should be monitored. Below is a list of counters I recommend using, but feel free to modify the list as you see fit. Just try to avoid using an excessive number of counters or performance may become an issue. You will also notice that some of these counters are specific to an Exchange Server. If you are running Performance Monitor from a non-exchange computer, these counters will not be available -- although, it is possible to make them accessible by installing Exchange System Manager on the computer you're using. The counters I recommend using are: Memory \ Pages / sec Memory \ Available Bytes Memory \ Committed Bytes Processor \ % Processor Time MSExchangeIS \ RPC Requests MSExchangeIS \ RPC Operations / sec PhysicalDisk \ Disk Transfers / sec PhysicalDisk \ Avg. Disk Queue Length Physical Disk \ % Disk Time SMTP Server \ Local Queue Length SMTP Server \ Messages Delivered / sec MSExchangeIS Mailbox \ Local Delivery Rate MSExchangeIS Mailbox \ Folder Opens / sec MSExchangeIS Mailbox \ Message Opens / sec Hence why MOM has specific advantages over plain old Performance Counter Logging. There are multiple counters and many different categories of performance counters that are collected by MOM that unless you are a performance monitor guru you could spend hours analysing. 4. What about a baseline??? Initial data collection should be used as a baseline for your Exchange servers (assuming that you weren't having any serious problems when the readings were taken). Your baseline values will tell you what is normal for your Exchange servers and give you something to which you can compare future measurements. Baseline values are not valid forever though. Any time a major action is performed such as installing a service pack or adding new hardware -- the next reading should be compared to the original baseline value to determine the impact of the change. After making comparison, the most recent reading should then become the new baseline value. Even if no major changes are made then every four to six months you should make your most recent reading s the new baseline, so there is always a semi-current (and realistic) baseline. Page 3 of 5

4 Spikes in activity are normal, even for a healthy server. If data sampling is every 15 minutes, it's distinctly possible that some samples will occur during big spikes of activity, and will make the server look busier than it really is. If you look at the collected data for a week and the averages seem high, the data has most likely been collected during some periods of high activity. My advice is not to worry about it. The purpose of this data collection is to look for long-term trends, to forecast future hardware needs. If your company isn't a 24-hour operation, a lack of activity at night could also skew your average values, so you might want to limit monitoring to business hours. You won't collect as much data that way, but the data you do collect will be more accurate. If you are concerned about some of the recorded values, collect data again -- but this time, sample the counters every 10 seconds. Lower sampling frequencies will do a better job of showing you spikes and lulls in activity. By exporting the Performance Monitor log data to Microsoft Excel, you can compare collected data on a week by week basis to look for long-term trends. You can even use Excel's graphing feature to display graphs of the values of individual counters. It would be unusual for a graph with a collection of weekly averages to have the sudden and long-lasting drop -- unless something major had happened with the system and additional RAM was later added to the server. A graph of weekly averages would more often look like the data that's shown after the change. It would vary from week to week, but would show a definite trend over time. It's this trend that is important to understand. If, for example, you noticed that the average Memory \ Available bytes was gradually dropping over time (even if some weeks showed an increase in average available memory), you could use that information to predict when your server's current memory might become inadequate, and use that prediction to justify additional Exchange Server hardware acquisitions. 5. Conclusion Capacity planning can help design an infrastructure with an eye on the future, by: Delivering executive-level reports on current and future performance. Assessing architectural choices for future deployments. Providing server consolidation and virtualisation migration scenarios Assessing current architectures to improve performance and availability However none of these will work unless capacity planning is implemented as an iterative process, to ensure that the appropriate resources are available when needed. With the rapid change common in many business environments, capacity management needs to put proper tools in place to remain proactive. This includes using predictive modelling and what-if scenarios to estimate appropriate levels of resources and anticipating the level of performance needed to satisfy business Page 4 of 5

5 requirements. Specific review milestones are defined and refined with the effective coordination of the service level, financial, workforce, service continuity, availability, and capacity management processes. According to the META Group, The days of capacity/performance management (C/PM) being driven by vague corporate directions and wishful line-of-business thinking are slowly coming to an end, as besieged CIOs learn to think' platform utilization and eye consolidation benefits. It is time for C/PM to seize the day and use strong processes and technical skills that can translate operational efficiencies and effectiveness into improved bottom-line performance. Leveraging the knowledge and guidance that Capacity Manager offers will provide value by driving initiatives to improve the IT infrastructure and reduce TCO. It also provides concrete data to decision-makers to drive strategic decisions. Page 5 of 5

Monitoring Microsoft Exchange to Improve Performance and Availability

Monitoring Microsoft Exchange to Improve Performance and Availability Focus on Value Monitoring Microsoft Exchange to Improve Performance and Availability With increasing growth in email traffic, the number and size of attachments, spam, and other factors, organizations

More information

MONITORING MICROSOFT WINDOWS SERVER 2003

MONITORING MICROSOFT WINDOWS SERVER 2003 1 Chapter 3 MONITORING MICROSOFT WINDOWS SERVER 2003 Chapter 3: MONITORING MICROSOFT WINDOWS SERVER 2003 2 CHAPTER OVERVIEW Use Event Viewer to monitor system logs. Configure Task Manager to display performance

More information

Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days

Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days Monitoring and Troubleshooting Microsoft Exchange Server 2007 (5051A) Course length: 2 days Who Should Attend: This workshop is intended for experienced enterprise-level messaging professionals who have

More information

MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007

MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007 MCSE 5053/5054 - Designing a Messaging Infrastructure and High Availability Messaging Solution Using Microsoft Exchange Server 2007 Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course

More information

Migrate, Manage, Monitor SQL Server 2005: How Idera s Tools for SQL Server Can Help

Migrate, Manage, Monitor SQL Server 2005: How Idera s Tools for SQL Server Can Help Migrate, Manage, Monitor SQL Server 2005: How Idera s Tools for SQL Server Can Help White Paper January 2007 Abstract If you haven't already made the move to SQL Server 2005, most likely it is on your

More information

Application Performance Testing Basics

Application Performance Testing Basics Application Performance Testing Basics ABSTRACT Todays the web is playing a critical role in all the business domains such as entertainment, finance, healthcare etc. It is much important to ensure hassle-free

More information

Best Practices with Argent

Best Practices with Argent Best Practices with Argent... Contents System Requirements 3 Remote Monitoring Engines (Formerly Regional Agents) 4 Daughter Engines 4 Non-Stop Monitoring 5 What to Monitor On All Your Servers 5 What to

More information

Audience. At Course Completion. Prerequisites. Course Outline. Take This Training

Audience. At Course Completion. Prerequisites. Course Outline. Take This Training Designing a High Availability Messaging Solution using Microsoft Exchange Server 2007 Course 5054A: Two days; Instructor-Led Preliminary Course Syllabus Note: You are viewing a Preliminary Course Syllabus.

More information

Capacity planning with Microsoft System Center

Capacity planning with Microsoft System Center Capacity planning with Microsoft System Center Mike Resseler Veeam Product Strategy Specialist, MVP, Microsoft Certified IT Professional, MCSA, MCTS, MCP Modern Data Protection Built for Virtualization

More information

How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server)

How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server) Scalability Results Select the right hardware configuration for your organization to optimize performance Table of Contents Introduction... 1 Scalability... 2 Definition... 2 CPU and Memory Usage... 2

More information

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 Course Number: 5053A Course Length: 3 Days Course Overview This three-day instructor-led course provides students with the

More information

Network Management and Monitoring Software

Network Management and Monitoring Software Page 1 of 7 Network Management and Monitoring Software Many products on the market today provide analytical information to those who are responsible for the management of networked systems or what the

More information

Using WebLOAD to Monitor Your Production Environment

Using WebLOAD to Monitor Your Production Environment Using WebLOAD to Monitor Your Production Environment Your pre launch performance test scripts can be reused for post launch monitoring to verify application performance. This reuse can save time, money

More information

Deployment Planning Guide

Deployment Planning Guide Deployment Planning Guide August 2011 Copyright: 2011, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form or by any means,

More information

Capacity Planning. Capacity Planning Process

Capacity Planning. Capacity Planning Process Process, page 1 Getting Started, page 2 Collected Data Categorization, page 3 Capacity Utilization, page 6 Process Figure 1: Process You should make changes to an existing Unified ICM/Unified CCE deployment

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

Resonate Central Dispatch

Resonate Central Dispatch Resonate Central Dispatch Microsoft Exchange 2010 Resonate, Inc. Tel. + 1.408.545.5535 Fax + 1.408.545.5502 www.resonate.com Copyright 2013 Resonate, Inc. All rights reserved. Resonate Incorporated and

More information

HOW TO EVALUATE AND SELECT TOOL A HIGH-END LOAD TESTING. Marquis Harding Reality Test P R E S E N T A T I O N. Presentation. Bio

HOW TO EVALUATE AND SELECT TOOL A HIGH-END LOAD TESTING. Marquis Harding Reality Test P R E S E N T A T I O N. Presentation. Bio Presentation P R E S E N T A T I O N Bio E6 Thursday, March 8, 2001 11:30 AM HOW TO EVALUATE AND SELECT A HIGH-END LOAD TESTING TOOL Marquis Harding Reality Test International Conference On Software Test

More information

Course Syllabus. 5053A: Designing a Messaging Infrastructure using Microsoft Exchange Server 2007. Key Data. Audience. At Course Completion

Course Syllabus. 5053A: Designing a Messaging Infrastructure using Microsoft Exchange Server 2007. Key Data. Audience. At Course Completion Key Data Product ID#: 2676 Course #: 5053A Number of Days: 3 Format: Instructor-Led Certification Exams: This course helps you prepare for the following Microsoft Certified Professional exam: 70-237: Pro:

More information

Monitoring Health and Performance

Monitoring Health and Performance 11 Monitoring Health and Performance In this chapter, you will learn to: Keep Exchange Healthy (Pages 442 465) 33n Ensure That Mail Flows Freely (Page 443) n Verify Exchange Server Health (Page 455) n

More information

5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007

5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007 5054A: Designing a High Availability Messaging Solution Using Microsoft Exchange Server 2007 Course Number: 5054A Course Length: 2 Days Course Overview This 2-day course teaches messaging engineers to

More information

Server & Application Monitor

Server & Application Monitor Server & Application Monitor agentless application & server monitoring SolarWinds Server & Application Monitor provides predictive insight to pinpoint app performance issues. This product contains a rich

More information

MICROSOFT EXCHANGE 2010 4 MAIN CHALLENGES IT MANAGER HAVE TO FACE GSX SOLUTIONS

MICROSOFT EXCHANGE 2010 4 MAIN CHALLENGES IT MANAGER HAVE TO FACE GSX SOLUTIONS White paper September 2011 GSX SOLUTIONS MICROSOFT EXCHANGE 2010 4 MAIN CHALLENGES IT MANAGER HAVE TO FACE Project: Exchange 2010 Monitoring an reporting Targeted Product: GSX Monitor [ A d r e s s e d

More information

Load Testing Analysis Services Gerhard Brückl

Load Testing Analysis Services Gerhard Brückl Load Testing Analysis Services Gerhard Brückl About Me Gerhard Brückl Working with Microsoft BI since 2006 Mainly focused on Analytics and Reporting Analysis Services / Reporting Services Power BI / O365

More information

pc resource monitoring and performance advisor

pc resource monitoring and performance advisor pc resource monitoring and performance advisor application note www.hp.com/go/desktops Overview HP Toptools is a modular web-based device management tool that provides dynamic information about HP hardware

More information

Avanade ViewX Technology

Avanade ViewX Technology WhitePaper Avanade ViewX Technology Avanade s Unified Communication and Collaboration Managed Services technology platform is made up of two parts: ViewX for monitoring, alerting, reporting and visualization,

More information

How To Test For Performance

How To Test For Performance : Roles, Activities, and QA Inclusion Michael Lawler NueVista Group 1 Today s Agenda Outline the components of a performance test and considerations Discuss various roles, tasks, and activities Review

More information

Deploying and Optimizing SQL Server for Virtual Machines

Deploying and Optimizing SQL Server for Virtual Machines Deploying and Optimizing SQL Server for Virtual Machines Deploying and Optimizing SQL Server for Virtual Machines Much has been written over the years regarding best practices for deploying Microsoft SQL

More information

BUSINESS FOCUSED EXCHANGE REPORTING. Guide To Successful Microsoft Exchange Reporting & Analysis

BUSINESS FOCUSED EXCHANGE REPORTING. Guide To Successful Microsoft Exchange Reporting & Analysis BUSINESS FOCUSED EXCHANGE REPORTING Guide To Successful Microsoft Exchange Reporting & Analysis Understanding Business-focused Exchange Reporting Most organizations today rely heavily on email and have

More information

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. Executive Summary Load testing can be used in a range of business scenarios to deliver numerous benefits. At its core,

More information

Virtual Desktop Infrastructure Optimization with SysTrack Monitoring Tools and Login VSI Testing Tools

Virtual Desktop Infrastructure Optimization with SysTrack Monitoring Tools and Login VSI Testing Tools A Software White Paper December 2013 Virtual Desktop Infrastructure Optimization with SysTrack Monitoring Tools and Login VSI Testing Tools A Joint White Paper from Login VSI and Software 2 Virtual Desktop

More information

Using Microsoft Performance Monitor. Guide

Using Microsoft Performance Monitor. Guide Using Microsoft Performance Monitor Guide December 2005 The information contained in this document represents the current view of Compulink Management Center, Inc on the issues discussed as of the date

More information

Boost your VDI Confidence with Monitoring and Load Testing

Boost your VDI Confidence with Monitoring and Load Testing White Paper Boost your VDI Confidence with Monitoring and Load Testing How combining monitoring tools and load testing tools offers a complete solution for VDI performance assurance By Adam Carter, Product

More information

Bringing Value to the Organization with Performance Testing

Bringing Value to the Organization with Performance Testing Bringing Value to the Organization with Performance Testing Michael Lawler NueVista Group 1 Today s Agenda Explore the benefits of a properly performed performance test Understand the basic elements of

More information

How To Test A Web Server

How To Test A Web Server Performance and Load Testing Part 1 Performance & Load Testing Basics Performance & Load Testing Basics Introduction to Performance Testing Difference between Performance, Load and Stress Testing Why Performance

More information

This course is intended for IT professionals who are responsible for the Exchange Server messaging environment in an enterprise.

This course is intended for IT professionals who are responsible for the Exchange Server messaging environment in an enterprise. 10233A: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Course Number: 10233A Course Length: 5 Day Course Overview This instructor-led course provides you with the knowledge

More information

ProSystem fx Engagement. Deployment Planning Guide

ProSystem fx Engagement. Deployment Planning Guide ProSystem fx Engagement Deployment Planning Guide September 2011 Copyright: 2011, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary

White Paper. The Ten Features Your Web Application Monitoring Software Must Have. Executive Summary White Paper The Ten Features Your Web Application Monitoring Software Must Have Executive Summary It s hard to find an important business application that doesn t have a web-based version available and

More information

Whitepaper. The Top 10 Advantages of 3CX Phone System. Why your next phone system should be software based and by 3CX

Whitepaper. The Top 10 Advantages of 3CX Phone System. Why your next phone system should be software based and by 3CX Whitepaper The Top 10 Advantages of 3CX Phone System Why your next phone system should be software based and by 3CX This whitepaper outlines the top 10 advantages of choosing 3CX Phone System, a Windows

More information

Windows 2003 Performance Monitor. System Monitor. Adding a counter

Windows 2003 Performance Monitor. System Monitor. Adding a counter Windows 2003 Performance Monitor The performance monitor, or system monitor, is a utility used to track a range of processes and give a real time graphical display of the results, on a Windows 2003 system.

More information

Microsoft Training and Certification Guide. Current as of December 31, 2013

Microsoft Training and Certification Guide. Current as of December 31, 2013 Microsoft Training and Certification Guide Current as of December 31, 2013 Welcome to the Microsoft Training and Certification Guide. This device is intended to provide a quick, comprehensive view of our

More information

Resource Monitoring During Performance Testing. Experience Report by Johann du Plessis. Introduction. Planning for Monitoring

Resource Monitoring During Performance Testing. Experience Report by Johann du Plessis. Introduction. Planning for Monitoring Resource Monitoring During Performance Testing Experience Report by Johann du Plessis Introduction During a recent review of performance testing projects I completed over the past 8 years, one of the goals

More information

How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk

How To Live Migrate In Hyperv On Windows Server 22 (Windows) (Windows V) (Hyperv) (Powerpoint) (For A Hyperv Virtual Machine) (Virtual Machine) And (Hyper V) Vhd (Virtual Hard Disk Poster Companion Reference: Hyper-V Virtual Machine Mobility Live Migration Without Shared Storage Storage Migration Live Migration with SMB Shared Storage Live Migration with Failover Clusters Copyright

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

Default Thresholds. Performance Advisor. Adaikkappan Arumugam, Nagendra Krishnappa

Default Thresholds. Performance Advisor. Adaikkappan Arumugam, Nagendra Krishnappa Default Thresholds Performance Advisor Adaikkappan Arumugam, Nagendra Krishnappa Monitoring performance of storage subsystem and getting alerted at the right time before a complete performance breakdown

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233 Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233 Course Outline Module 1: Introduction to Designing a Microsoft Exchange Server 2010 Deployment This

More information

Philips IntelliSpace Critical Care and Anesthesia on VMware vsphere 5.1

Philips IntelliSpace Critical Care and Anesthesia on VMware vsphere 5.1 Philips IntelliSpace Critical Care and Anesthesia on VMware vsphere 5.1 Jul 2013 D E P L O Y M E N T A N D T E C H N I C A L C O N S I D E R A T I O N S G U I D E Table of Contents Introduction... 3 VMware

More information

Load Testing and Monitoring Web Applications in a Windows Environment

Load Testing and Monitoring Web Applications in a Windows Environment OpenDemand Systems, Inc. Load Testing and Monitoring Web Applications in a Windows Environment Introduction An often overlooked step in the development and deployment of Web applications on the Windows

More information

BUSINESS PROCESSING GIANT TURNS TO HENSON GROUP TO ENHANCE SQL DATA MANAGEMENT SOLUTION

BUSINESS PROCESSING GIANT TURNS TO HENSON GROUP TO ENHANCE SQL DATA MANAGEMENT SOLUTION BUSINESS PROCESSING GIANT TURNS TO HENSON GROUP TO ENHANCE SQL DATA MANAGEMENT SOLUTION Overview Country or Region: United States Industry: Business Processing Customer Profile Cynergy Data provides electronic

More information

Kaseya Performance And Best Practices Guide

Kaseya Performance And Best Practices Guide Kaseya Performance And Best Practices Guide Authors: Jacques Eagle Date: Thursday, April 29, 2010 1 P a g e Contents Introduction... 5 B.0 - The Basics... 6 B.1 - Hot Fixes... 6 B.2 64 bit versus 32 bit

More information

Getting Started with HC Exchange Module

Getting Started with HC Exchange Module Getting Started with HC Exchange Module HOSTING CONTROLLER WWW.HOSTINGCONROLLER.COM HOSTING CONTROLLER Contents Introduction...1 Minimum System Requirements for Exchange 2013...1 Hardware Requirements...1

More information

About This Guide... 4. Signature Manager Outlook Edition Overview... 5

About This Guide... 4. Signature Manager Outlook Edition Overview... 5 Contents About This Guide... 4 Signature Manager Outlook Edition Overview... 5 How does it work?... 5 But That's Not All...... 6 And There's More...... 6 Licensing... 7 Licensing Information... 7 System

More information

Recommendations for Performance Benchmarking

Recommendations for Performance Benchmarking Recommendations for Performance Benchmarking Shikhar Puri Abstract Performance benchmarking of applications is increasingly becoming essential before deployment. This paper covers recommendations and best

More information

Application Visibility A Recipe for Conducting Successful Virtualization Projects

Application Visibility A Recipe for Conducting Successful Virtualization Projects Application Visibility A Recipe for Conducting Successful Virtualization Projects White Paper from ManageEngine Web: email: appmanager-support@manageengine.com Table of Contents 1. Introduction 2. Benefits

More information

Deploying and Managing Microsoft Exchange Server 2013

Deploying and Managing Microsoft Exchange Server 2013 Deploying and Managing Microsoft Exchange Server 2013 Module Overview 1. Exchange Server 2013 Prerequisites and Requirements 2. Exchange Server 2013 Deployment 3. Managing Exchange Server 2013 1. Exchange

More information

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes May 07, 2002 Thank you for choosing Ensim WEBppliance 3.0 for Windows. This document includes information about the following: About Ensim

More information

WINDOWS SERVER MONITORING

WINDOWS SERVER MONITORING WINDOWS SERVER Server uptime, all of the time CNS Windows Server Monitoring provides organizations with the ability to monitor the health and availability of their Windows server infrastructure. Through

More information

Using Application Response to Monitor Microsoft Outlook

Using Application Response to Monitor Microsoft Outlook Focus on Value Using Application Response to Monitor Microsoft Outlook Microsoft Outlook is one of the primary e-mail applications used today. If your business depends on reliable and prompt e-mail service,

More information

VDI FIT and VDI UX: Composite Metrics Track Good, Fair, Poor Desktop Performance

VDI FIT and VDI UX: Composite Metrics Track Good, Fair, Poor Desktop Performance VDI FIT and VDI UX: Composite Metrics Track Good, Fair, Poor Desktop Performance Key indicators and classification capabilities in Stratusphere FIT and Stratusphere UX Whitepaper INTRODUCTION This whitepaper

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration White Paper Published: August 09 This is a preliminary document and may be changed substantially prior to final commercial release of the software described

More information

Backup / migration of a Coffalyser.Net database

Backup / migration of a Coffalyser.Net database Backup / migration of a Coffalyser.Net database There are two main procedures for backup or migration of your Coffalyser.Net database. One of these procedures makes use of the SQL management studio software

More information

MailEnable Scalability White Paper Version 1.2

MailEnable Scalability White Paper Version 1.2 MailEnable Scalability White Paper Version 1.2 Table of Contents 1 Overview...2 2 Core architecture...3 2.1 Configuration repository...3 2.2 Storage repository...3 2.3 Connectors...3 2.3.1 SMTP Connector...3

More information

GSX Monitor & Analyzer for Exchange On premise. Performance, Reporting, Management

GSX Monitor & Analyzer for Exchange On premise. Performance, Reporting, Management GSX Monitor & Analyzer for Exchange On premise Performance, Reporting, Management 1 About GSX Solutions Founded in 1996, Headquartered in Switzerland Offices in USA, UK, France, Switzerland, China 600

More information

Contents CHAPTER 1 IMail Utilities

Contents CHAPTER 1 IMail Utilities Contents CHAPTER 1 IMail Utilities CHAPTER 2 Collaboration Duplicate Entry Remover... 2 CHAPTER 3 Disk Space Usage Reporter... 3 CHAPTER 4 Forward Finder... 4 CHAPTER 5 IMAP Copy Utility... 5 About IMAP

More information

Windows Server Performance Monitoring

Windows Server Performance Monitoring Spot server problems before they are noticed The system s really slow today! How often have you heard that? Finding the solution isn t so easy. The obvious questions to ask are why is it running slowly

More information

Smart Business Architecture for Midsize Networks Network Management Deployment Guide

Smart Business Architecture for Midsize Networks Network Management Deployment Guide Smart Business Architecture for Midsize Networks Network Management Deployment Guide Introduction: Smart Business Architecture for Mid-sized Networks, Network Management Deployment Guide With the Smart

More information

Rose Business Technologies

Rose Business Technologies Virtualization and Consolidation vs. Application Performance and WAN Optimization Virtualization and infrastructure consolidation can offer significant benefits for both IT and business operations. The

More information

Getting Started Guide

Getting Started Guide Getting Started Guide www.exclaimer.com Contents About This Guide... 2 Signature Manager Overview... 3 How does it Work?... 3 But That s Not All... 4 And There s More... 4 Licensing... 5 Licensing Information...

More information

Lesson Plans Configuring Exchange Server 2007

Lesson Plans Configuring Exchange Server 2007 Lesson Plans Configuring Exchange Server 2007 (Exam 70-236) Version 2.1 Table of Contents Course Overview... 2 Section 1.1: Server-based Messaging... 4 Section 1.2: Exchange Versions... 5 Section 1.3:

More information

Module: Sharepoint Administrator

Module: Sharepoint Administrator Module: Sharepoint Administrator Mode: Classroom Duration: 40 hours This course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Course Outline: Module 1: Designing a Logical Architecture

More information

CVE-401/CVA-500 FastTrack

CVE-401/CVA-500 FastTrack CVE-401/CVA-500 FastTrack Description The CVE-400-1I Engineering a Citrix Virtualization Solution course teaches Citrix engineers how to plan for and perform the tasks necessary to successfully integrate

More information

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

Benchmarking Guide. Performance. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4 BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Performance Benchmarking Guide Published: 2015-01-13 SWD-20150113132750479 Contents 1 BlackBerry Enterprise Server for Microsoft

More information

Citrix EdgeSight Administrator s Guide. Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3

Citrix EdgeSight Administrator s Guide. Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3 Citrix EdgeSight Administrator s Guide Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for enapp 5.3 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior

More information

Developing a Load Testing Strategy

Developing a Load Testing Strategy Developing a Load Testing Strategy Michele Ruel St.George Bank CMGA 2005 Page 1 Overview... 3 What is load testing?... 4 Scalability Test... 4 Sustainability/Soak Test... 4 Comparison Test... 4 Worst Case...

More information

Mainframe to AIX: Performance Assurance Case Study. Copyright 1202Performance [Performance Engineering]

Mainframe to AIX: Performance Assurance Case Study. Copyright 1202Performance [Performance Engineering] Mainframe to AIX: Performance Assurance Case Study Agenda Why Hardware Sizing Early Performance Testing Performance Modelling Application Performance Monitoring Performance Testing Go-Live Weekend Background

More information

FIGURE 33.5. Selecting properties for the event log.

FIGURE 33.5. Selecting properties for the event log. 1358 CHAPTER 33 Logging and Debugging Customizing the Event Log The properties of an event log can be configured. In Event Viewer, the properties of a log are defined by general characteristics: log path,

More information

Windows PCs & Servers are often the life-blood of your IT investment. Monitoring them is key, especially in today s 24 hour world!

Windows PCs & Servers are often the life-blood of your IT investment. Monitoring them is key, especially in today s 24 hour world! + Welcome to The Sentry-go Monitoring System v6 Monitoring made quick & easy! Be Proactive, Not Reactive! 3Ds (UK) Limited http://www.sentry-go.com Welcome to Sentry-go Sentry-go is a quick & easy to use

More information

10233B: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010

10233B: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Course: 10233B: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Description: About this Course This five-day, instructor-led course provides you with the knowledge and skills

More information

GSX Monitor & Analyzer When end-users performance Matters! GSX Solutions 2014

GSX Monitor & Analyzer When end-users performance Matters! GSX Solutions 2014 GSX Monitor & Analyzer When end-users performance Matters! GSX Solutions 2014 1 About GSX Solutions! Founded 1996, Headquartered in Switzerland! Offices in USA, UK, France, Switzerland, China! Indirect

More information

ProSystem fx Engagement. Deployment Planning Guide

ProSystem fx Engagement. Deployment Planning Guide ProSystem fx Engagement Deployment Planning Guide October 2013 2000-2013, CCH INCORPORATED and/or its affiliates. All rights reserved. Material in this publication may not be reproduced or transmitted,

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

AppSense Environment Manager. Enterprise Design Guide

AppSense Environment Manager. Enterprise Design Guide Enterprise Design Guide Contents Introduction... 3 Document Purpose... 3 Basic Architecture... 3 Common Components and Terminology... 4 Best Practices... 5 Scalability Designs... 6 Management Server Scalability...

More information

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Table of contents INTRODUCTION...1 BMC REMEDY AR SYSTEM ARCHITECTURE...2 BMC REMEDY AR SYSTEM TIER DEFINITIONS...2 > Client Tier...

More information

Workshop 5051A: Monitoring and Troubleshooting Microsoft Exchange Server 2007

Workshop 5051A: Monitoring and Troubleshooting Microsoft Exchange Server 2007 Course Syllabus Workshop 5051A: Monitoring and Troubleshooting Microsoft Exchange Server 2007 About This Workshop Elements of this syllabus are subject to change. This two-day workshop teaches messaging

More information

Technology Partners. Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in 2009.

Technology Partners. Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in 2009. Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in 2009. We create innovative software solutions for SharePoint, Office 365, MS Windows Remote Desktop Services, and

More information

Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue

Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue Services Premier Workshop & Chalk n Talk Catalogue The Microsoft Services Premier Workshop & Chalk n Talk Catalogue 2011 is published by Microsoft Services in Ireland. Workshop Schedule Workshop Location

More information

Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2

Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2 Executive Summary Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2 October 21, 2014 What s inside Windows Server 2012 fully leverages today s computing, network, and storage

More information

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Citrix EdgeSight User s Guide Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

Very Large Enterprise Network, Deployment, 25000+ Users

Very Large Enterprise Network, Deployment, 25000+ Users Very Large Enterprise Network, Deployment, 25000+ Users Websense software can be deployed in different configurations, depending on the size and characteristics of the network, and the organization s filtering

More information

white paper Capacity and Scaling of Microsoft Terminal Server on the Unisys ES7000/600 Unisys Systems & Technology Modeling and Measurement

white paper Capacity and Scaling of Microsoft Terminal Server on the Unisys ES7000/600 Unisys Systems & Technology Modeling and Measurement white paper Capacity and Scaling of Microsoft Terminal Server on the Unisys ES7000/600 Unisys Systems & Technology Modeling and Measurement 2 This technical white paper has been written for IT professionals

More information

Data Deduplication: An Essential Component of your Data Protection Strategy

Data Deduplication: An Essential Component of your Data Protection Strategy WHITE PAPER: THE EVOLUTION OF DATA DEDUPLICATION Data Deduplication: An Essential Component of your Data Protection Strategy JULY 2010 Andy Brewerton CA TECHNOLOGIES RECOVERY MANAGEMENT AND DATA MODELLING

More information

MAPILab Reports for Hardware and Software Inventory Installation Guide. Document version 1.0

MAPILab Reports for Hardware and Software Inventory Installation Guide. Document version 1.0 MAPILab Reports for Hardware and Software Inventory Installation Guide Document version 1.0 MAPILab Ltd., January 2010 Table of Contents Introduction... 3 1. Product architecture and general explanations...

More information

Capacity Planning for Microsoft SharePoint Technologies

Capacity Planning for Microsoft SharePoint Technologies Capacity Planning for Microsoft SharePoint Technologies Capacity Planning The process of evaluating a technology against the needs of an organization, and making an educated decision about the configuration

More information

Performance And Scalability In Oracle9i And SQL Server 2000

Performance And Scalability In Oracle9i And SQL Server 2000 Performance And Scalability In Oracle9i And SQL Server 2000 Presented By : Phathisile Sibanda Supervisor : John Ebden 1 Presentation Overview Project Objectives Motivation -Why performance & Scalability

More information

GSX for Exchange. When End User performance... Matters! GSX Solutions 2015

GSX for Exchange. When End User performance... Matters! GSX Solutions 2015 GSX for Exchange When End User performance...... Matters! 1 About GSX Solutions Founded 1996, Headquartered in Switzerland Offices in USA, UK, France, Switzerland, China 6 millions mailboxes monitored

More information

Planning Domain Controller Capacity

Planning Domain Controller Capacity C H A P T E R 4 Planning Domain Controller Capacity Planning domain controller capacity helps you determine the appropriate number of domain controllers to place in each domain that is represented in a

More information

Quality is Advantage

Quality is Advantage Quality is Advantage Microsoft Exchange Server 2013 Configuring Course duration: 32 academic hours Exam Code: 70-662 This course is designed for novice IT specialists, who wish to master maintenance and

More information

Unified Monitoring Portal Online Help List Viewer

Unified Monitoring Portal Online Help List Viewer Unified Monitoring Portal Online Help List Viewer This PDF file contains content from the Unified Monitoring Portal (UMP) Online Help system. It is intended only to provide a printable version of the topics.

More information

ITPS AG. Aplication overview. DIGITAL RESEARCH & DEVELOPMENT SQL Informational Management System. SQL Informational Management System 1

ITPS AG. Aplication overview. DIGITAL RESEARCH & DEVELOPMENT SQL Informational Management System. SQL Informational Management System 1 ITPS AG DIGITAL RESEARCH & DEVELOPMENT SQL Informational Management System Aplication overview SQL Informational Management System 1 Contents 1 Introduction 3 Modules 3 Aplication Inventory 4 Backup Control

More information