Destiny performance monitoring white paper

Size: px
Start display at page:

Download "Destiny performance monitoring white paper"

Transcription

1 Destiny performance monitoring white paper Monitoring server indicators Overview This paper provides an introduction to monitoring server indicators relevant to Destiny. It serves as a starting point for performance monitoring rather than delving deeply into troubleshooting. If you suspect performance issues, contact Follett Software Technical Support before making any changes to your Destiny or SQL Server configuration. See the Destiny Technical Support section later in this document. This document is organized into monitoring the Destiny application server and monitoring the database server. Comments are equally applicable whether your application and database are on the same physical server or two separate servers. Copyright Follett Software Company Page 1

2 Monitoring Tools Monitoring tools are available to view, record, and script local and remote server administration. While this document is focused on system counters to monitor, these main tools are mentioned here for further follow up if you desire. WMI: Windows Management Instrumentation Windows Management Instrumentation (WMI) is a method of remotely administering Microsoft software. It is Microsoft s implementation of the WBEM and CIM object model standards for representing server components. WMI classes (objects) provide the information that allows a Windows server to be remotely administered. For example, WMI can be used to run defragmentation reports and to defragment hard disks remotely and via scripts. For more information in WMI, see Windows PowerShell Windows PowerShell is an interactive shell and scripting language for administering Windows servers. PowerShell can be used to script the monitoring of WMI classes on remote Windows servers. The Get- WMIObject cmdlet provides access to the WMI classes. For more information on PowerShell, see SNMP Simple Network Management Protocol (SNMP) is a set of standards for monitoring devices in a network. SNMP software can be used to monitor a heterogeneous network environment, including Windows-based servers. SNMP services on Windows servers can be enabled to provide accessibility to SNMP clients (monitoring applications). In addition, WMI can be configured as an SNMP client to access SNMPcompliant devices and make them available via WMI. For more information on SNMP and WMI, see PerfMon Windows Performance Monitor (PerfMon) is an application for viewing and recording performance indicators in a Windows system. PerfMon can monitor various OS and SQL Server counters. Relevant PerfMon counters will be discussed in detail later in this document. The Destiny Application There are several areas that can be checked when monitoring the Destiny application, including verifying certain aspects of the Destiny configuration. About Destiny / Show Details When logged into Destiny as the Destiny administrator, the "About Destiny" window offers a "Show Details" option. You can reach the "About Destiny" window after logging in by clicking the Follett Software Company link at the bottom of any page. Clicking Show Details provides a snapshot of Destiny content statistics and component version information. About Destiny / Server Connectivity Test In addition, found in the "About Destiny" window is a Server Connectivity Test that can be used to test network connection and download speeds from any client computer to the Destiny application server. This feature is available to anyone that is currently logged in to Destiny, although only certain privileged users have the option to run the test continuously. Note: To run these tests, JavaScript must be enabled on the client computer. The browser and JavaScript requirements for this test are the same as for Destiny Quest. Copyright Follett Software Company Page 2

3 From the Server Connectivity Test page, click Start Test to perform a quick sweep across three different file size levels to get a quick snapshot of how the network timings look from that client machine. The tabulated results show the following pieces of information: File size - The size of the file that was downloaded for this test Sever time - The current date and time on the server the test took place. Connect time - The amount of time it took to submit the file download request to the server Download time - The amount of time it took for the client to download the file from the server Total time - Complete round-trip time (connect time + download time) The tabulated results are also color-coded to highlight acceptable download times. Green rows indicate that the network connection is satisfactory; yellow or red rows could indicate a network problem between the client and server that may need further investigation. Note: Because of browser differences and limitations, there may be inaccuracies or overhead associated with these timings, so they are best used to compare two similarly set up client machines using the same web browser. The server connectivity test can also be used similar to the Alarm utility to continuously test network connection over a period of time if the logged-in user has certain rights (that is, normal student patrons should not have access to this feature). At the server connectivity test page, select the "Enable interval testing" check box. Optionally, specify the interval in minutes and the size of the file to download, or use the defaults of one minute and 50KB file size. Upon clicking Start Test, the test will run at the interval specified until the browser is closed or the Stop Test button is clicked. The last 10 tests will be shown in the tabulated results along with the minimum, maximum, and average total times accumulated over the entire test run. Server connectivity test results are also logged to the Destiny application server logs, so that Technical Support can retrieve the data automatically from the logs so the end user does not need to manually collect and send this information. Destiny Server Health Reports Destiny v8.5 and higher includes server health reports to help you monitor your Destiny server s performance. These reports are the quickest and simplest way to get a picture of overall Destiny transaction performance. They present information graphically and numerically, including transaction volume and response times, bandwidth, server uptime, and the types of browsers used to access Destiny. To view System Health Reports, log in to the district's Welcome page as the Destiny Administrator, click the Setup link in the upper corner of the window, and open the Reports tab. If you're part of a Destiny consortium, log in to the consortium's Welcome page as the Super Administrator, click the Setup link in the upper corner of the window, and open the Reports tab. Four types of reports are available: The Browser Report displays information about the browsers through which the users access Destiny. The Bandwidth Report displays the amount of data the server is sending and receiving. The Request/Response Report displays the number of requests your server receives and how quickly it responds. The Server Uptime Report displays the amount of your server's uptime and downtime. To quickly see server performance View the Request/Response Report to see how quickly the Destiny application is processing transactions. This can be compared on the same report to the number of incoming requests at any point of time to see how the server handles different load levels. Note that these response times record the time to process and send transactions on the Destiny server, and depending on your network topology, do not reflect round-trip network latency between the end user and the Destiny server. Copyright Follett Software Company Page 3

4 Destiny server logs The Destiny application writes to a text log that rolls over to a new file each day. A record of each transaction is written as well as various internal system data including a running count of free memory inside Destiny s Java Virtual Machine (JVM). In addition, any exceptions that occur are written to the log. You can view the server logs by navigating to \FSC-Destiny\jboss\server\destiny\log. The current log is always named serverlog.txt. It can be viewed with Notepad. Exception messages In the log file, some exceptions are normal and can safely be ignored. Note any excessive exceptions that could affect performance or indicate performance issues, such as persistent transaction timeouts. Startup time One indicator to note in serverlog.txt is the Destiny service startup time. This is only recorded in the serverlog.txt file on the day(s) the service is started. Search for the text "started in" to find the line that looks like the following: INFO Server () JBoss (MX MicroKernel) <..> Started in 0m:59s:394ms A startup time that significantly exceeds one minute could indicate server-to-server connectivity issues between Destiny and SQL Server, or an overloaded server if both are on one physical server. Backups It is very important to monitor that backups occur on schedule and complete successfully. Backups should be verified for the following: The FSC-Destiny folder The destiny and master SQL databases The destiny SQL log file, if using Full recovery model Verify successful backups through your backup management tool and ensure that failure notification is in place. Additionally, verify backups periodically through Destiny. Log in as the Destiny administrator and go to "Setup". You will see the notification "Your last SQL backup was " at top of screen. If you observe that backup times are becoming excessively long, make sure you are using an appropriate backup strategy, including the recovery model (simple or full) and full versus differential backups. If you are using the Full recovery model, verify that transaction log backups run at least hourly. Also, verify the performance of the communications path between your backup agent and SQL Server, and of the backup hardware (i.e., tape drive or remote server). JVM configuration Destiny configuration settings for the JVM have a vital effect on maximizing performance. These settings are contained in \FSC-Destiny\fsc\bin\config.properties. These settings determine internal memory allocation, cache sizes, and the dual-vm option for servers with more than 4GB RAM. Normally these configuration settings are set once when Destiny is installed. They may benefit from updating if your server hardware has changed (e.g. amount of memory). If you suspect a configuration problem affecting performance, Follett Technical Support can help you verify appropriate settings. Note: Dual-VM setup does not apply to Destiny running on a 64-bit OS. Virus scanning We recommend excluding the \FSC-Destiny folder and below from virus scanning. This is especially important if "live" or "real-time" scanning is enabled, which scans files when they are read from disk into memory. This can significantly affect Destiny performance when it needs to load its software components. Copyright Follett Software Company Page 4

5 The Server and Windows There are several areas to assess when monitoring the server and Windows itself. Windows Event Logs Windows event logs should be examined periodically. These logs will show the following: Application log: Info, Warn, and Error conditions including Destiny and SQL Server start/stop, etc. System log: System startup/shutdown, hardware and controller failures, and other system events. Security log: Windows session logon/logoff events and any server security alerts. The event log viewer can be accessed in Windows Control Panel / Administrative Tools. Task Manager Windows Task Manager is the simplest way to get a quick view of current server resource usage. Task Manager shows processor usage by CPU, in total, and by process. The general industry guideline for Total CPU usage is that continuous usage over 80% may indicate a CPU bottleneck. The Processes tab displays CPU % by process. The Destiny process appears as "java.exe". You may need to click "Show processes from all users" to see it. Task Manager also shows total physical memory and the amount currently in use. Task Manager shows percent usage for each network connection. If you have a two-server Destiny configuration, note the usage between the app and database servers during load. Memory On servers with a 32-bit version of Windows, certain boot parameters must be explicitly enabled if you wish to use more than 4GB of physical memory. If you have more than 4GB physical memory and suspect this is not currently enabled, contact Follett Technical Support for configuration details. Network If your end users are experiencing longer round-trip transaction times than the Destiny server health reports or serverlog.txt have recorded, they may be experiencing network latency. These types of delays can be introduced by network bandwidth saturation or various network hardware failures or configurations such as firewalls and proxy servers. Diagnosing network latency is beyond the scope of this document. A good starting point is to measure round trip end user response time and compare it to internal Destiny transaction process time as recorded in serverlog.txt. Physical disk drives Disk drives need to be monitored regularly for available space, fragmentation, and file system errors. Available drive space can be checked manually by opening Properties for the drive. Available space can also be checked via any of the monitoring and scripting tools such as WMI and PerfMon referred to in this document. Physical disk drives defragmenting Physical hard drives should be defragmented daily, or minimally weekly. Fragmentation occurs over time as files become written to clusters spread over a wide area of a disk drive. High fragmentation levels can have a significant effect on file read/write performance. Fragmentation can be checked and corrected via Windows Defragment utility or various third-party tools. Defragmentation can also be scheduled or scripted by using Task Scheduler, WMI, or the Defragment utility, depending on your Windows system. From the Tools tab of drive Properties, select "Defragment Now " The Check Disk tool can be used to report and fix file system errors. To view the Check Disk UI, navigate to the Tools tab of the drive s Properties dialog and click the Check Now button. File system errors can also be checked and fixed from a command prompt using the "chkdsk" command. Copyright Follett Software Company Page 5

6 App server performance monitoring with PerfMon Windows Performance Monitor (PerfMon) is an application for monitoring performance-related key indicators in your Windows system. This document will highlight some of the most important counters relative to Destiny application and database servers. PerfMon can be used to observe values in real-time or to sample and record values over a period of time to review later. PerfMon can also be used to locally or remotely monitor an instance of SQL Server. Thresholds are given below for most counters, as general guidelines. Compare your particular installation to the guidelines if you are experiencing performance issues. Observe the values over time and identify any negative trends. Investigate any that are consistently out of range. A good starting point for understanding counter detail is SQL Server Books Online. Further information can be found in the "Additional Resources" section later in this document. To start PerfMon, type perfmon at the commandline. For information on how to use PerfMon, including how to set up specific counters, see PerfMon s Help menu. Counter definitions below are quoted from PerfMon and/or SQL Server 2005 Books Online. Threshold guidelines have been obtained from the resources listed in "For more info" section. The three most important performance areas to monitor on the Destiny app server are processor, memory, and disk. SQL Server-specific counters are detailed later in "Database server performance monitoring with PerfMon". Processor and system counters Issues in these counters could indicate a CPU bottleneck. Processor and system counters Processor: % Processor Time "The amount of time the CPU spends executing a thread that is not idle." Continuous usage over 80% may indicate a CPU bottleneck. Processor: % Privileged Time "The percentage of time the processor spends on execution of Microsoft Windows kernel commands, such as processing of SQL Server I/O requests." Should be <30% of % Processor Time. Consistently high values when Physical Disk counters are high could indicate a physical disk bottleneck. Processor: % User Time "The percentage of time that the processor spends on executing user processes such as SQL Server." System:Context Switches/sec "The combined rate at which all processors on the computer are switched from one thread to another." Should be <5000 * # processors If >5000, could be due to other applications on the server or hyper-threading. Copyright Follett Software Company Page 6

7 Memory counters Issues in these counters could indicate memory pressure. Memory counters Memory: Available Mbytes "The amount of physical memory, in Megabytes, immediately available for allocation to a process or for system use." Should be > 100MB. Memory: Pages Input/sec "The rate at which pages are read from disk to resolve hard page faults." Should be < 10/sec. Memory: Pages/sec "The rate at which pages are read from or written to disk to resolve hard page faults." Ideally <100 on a slow disk subsystem or <600 on a fast disk subsystem. Paging File: %Usage "The percentage of the paging file that was in use." Average value should be well under 70%. A high value indicates that excessive disk swapping is occurring Ensure adequate RAM is available Generally best to allow Windows to adjust the page file size The page file can also be moved to an unused volume for better performance Paging File: %Usage Peak "The greatest percentage of the paging file that was in use during the sample interval." Should be < 70%. Copyright Follett Software Company Page 7

8 Physical disk and network counters Issues in these counters could indicate I/O-related bottlenecks. Physical disk and network counters PhysicalDisk: Avg. Disk sec/read "The average time, in seconds, of a read of data from the disk." Note: 1 Msec = seconds. Optimal: <8 Msec. Poor: >20 Msec. PhysicalDisk: % Disk Time "The percentage of elapsed time that the selected disk drive was busy servicing read or write requests." If this counter is high (>90%), see Current Disk Queue Length. PhysicalDisk: Avg. Disk sec/write "The average time, in seconds, of a write of data to the disk." Non-write-cached drives: Optimal: <8 Msec. Poor: >20 Msec. Write-cached drives: Optimal: <1 Msec. Poor: >4 Msec. Continuous high values indicates a disk bottleneck. PhysicalDisk:Avg. Disk Queue Length and Current Disk Queue Length "The average [or current] number of both read and write requests that were queued for the selected disk during the sample interval." Read-aheads can cause this value to be fairly high without adversely affecting performance are not unusual. Per SQL Server 2005 Books Online, the number of waiting I/O requests should be sustained at no more than 1.5 to 2 times the number of spindles that make up the physical disk. Network Interface: Bytes Total/ sec "The rate at which bytes are sent and received over each network adapter, including framing characters." Use this counter to monitor data sent through this NIC. Alternatively, Bytes Received/sec and Bytes Sent/sec will give further detail. Network Interface: Packets/sec "The rate at which packets are sent and received on the network interface." "For TCP/IP frames actual bandwidth is computed as packets/sec * 1500 * 8 / Mbps." Network Interface: Current bandwidth "An estimate of the current bandwidth of the network interface in bits per second (BPS)." Copyright Follett Software Company Page 8

9 Monitoring the database server This section highlights the main areas to monitor relative to Destiny s database. For further information, see the resources listed in the "Additional Resources" section. Enterprise Manager / Management Studio Depending on your edition of SQL Server, you can use the Enterprise Manager, Management Studio, or Management Studio Express software to view and manage aspects of your SQL database. Management Studio Express is available from as a separate download. SQL Server logs SQL Server writes important messages to the SQL Server logs. These can be found in Management Studio Management SQL Server Logs, and should be checked periodically. Server properties Management Studio displays information about the configuration of the overall SQL Server software. Right-click the server icon and select Properties to access this data. Here you will see these types of information relevant to SQL Server performance monitoring (among others): General server information Operating system, processors, physical memory, etc. Memory Configured and Running values for allocated memory Processors Processor affinity and SQL Server priority SQL Server minimum and maximum memory Minimum and Maximum server memory allocated to SQL Server can be viewed and set in Management Studio as mentioned above. Once set, these values normally do not need to be changed. Note: These values can be set by Destiny during startup if configured in the Destiny config.properties file. If you have questions about your SQL Server memory allocation, please contact Follett Software Technical Support. See the Destiny Technical Support section later in this document. Database properties Management Studio also gives a snapshot of current database information. Right-click the destiny database and select Properties to quickly see last database and log file backup, current database size and space available. The Database Properties dialog also shows the location of the data and log files and their autogrowth settings. SQL Server capacity A vital area to monitor is the size of your database, log files, and available space. These can be seen in Management Studio as mentioned above. The database file(s), which have file extensions of.mdf and.ndf, have an allocated external file size. This file size can be configured to grow automatically as needed. It is vital to ensure you always have adequate drive space for these files to grow. The "Space Available" value in the database properties dialog shows how much of the space inside the allocated file size is available to store additional data before the file must grow. If you are using the Full recovery model, then the contents of your SQL log file (extension.ldf) will grow between backups. It is vital to monitor the size of the log file and available drive space to ensure the log file can grow as needed. Frequent backups of the transaction log are absolutely essential to ensure that the transaction log does not continue to grow endlessly. If the transaction log grows so large that it fills available disk space, you will not be able to perform transactions on your Destiny database. Additionally, SQL Server may mark the database as suspect. If you encounter this situation, see the following Microsoft Knowledgebase article, "A transaction log grows unexpectedly or becomes full on a computer that is running SQL Server" at Copyright Follett Software Company Page 9

10 SQL Server Profiler Another tool that can be useful for monitoring SQL Server is the Profiler tool. This tool allows you to record a trace of SQL Server activity. Many types of internal activity can be selectively traced. This powerful tool is used when troubleshooting suspected issues. Like PerfMon, Profiler offers a current live view and a trace/review option. SQL Server 2005 creates a trace that runs by default without incurring significant overhead. This can be reviewed periodically in Profiler. See SQL Server 2005 Books Online at This document will focus on the PerfMon tool, which may be more appropriate for basic performance monitoring. For more information about the Profiler tool, see SQL Server 2005 Books Online and the "Additional Resources" section of this document. SQL Server 2005 Dynamic Management Views (DMV) SQL Server offers Dynamic Management Views (DMV), which effectively expose internal SQL Server performance-related statistics as relational tables so they can be used in SQL queries. Consequently SQL-based reports can be defined that incorporate these internal values. Much of the data available through DMV is also available through PerfMon (see below). For more information about DMV, see the "Additional Resources" section later in this document. Database server performance monitoring with PerfMon PerfMon is an excellent tool for basic performance monitoring of SQL Server. There are many SQLspecific objects (counters) available in PerfMon. This section highlights basic PerfMon SQL counters including those most relevant to Destiny performance. Counter definitions below are quoted from PerfMon and/or SQL Server 2005 Books Online. Threshold guidelines have been obtained from the resources listed in "For more info" section. If your database is running on a separate server from the Destiny application, monitor the same server counters as listed for the Destiny App server plus the following SQL Server-specific counters. SQL Server PerfMon counters Process: % Processor Time (sqlservr) "% Processor Time is the percentage of elapsed time that all of process threads used the processor to execution instructions." Continuous usage over 80% may indicate a CPU bottleneck. System: Processor Queue Length "The number of threads in the processor queue." Should be < 5* #CPU. Exceeding this may be due to other applications on the server. SQLServer:Memory Manager: Memory Grants Pending "Total number of processes waiting for a workspace memory grant." Should be < 1. Higher or rising could be due to insufficient memory. SQLServer:Buffer Manager: Page Life Expectancy "Number of seconds a page will stay in the buffer pool without references." In other words, how long a page stays in memory before it is flushed. Should be >= 300 (5 minutes). Consistently low could indicate memory pressure. A sudden drop could indicate a memory bottleneck. SQLServer: AccessMethods: Forwarded Records/sec "Number of records per second fetched through forwarded record pointers." Should be: <10 percent of SQL Statistics: Batch Requests/sec. Copyright Follett Software Company Page 10

11 SQLServer: AccessMethods: Page Splits/sec "Number of page splits per second that occur as the result of overflowing index pages." Should be: <20 percent of SQL Statistics: Batch Requests/sec. SQLServer:BufferManager: Buffer Cache Hit Ratio "Percentage of pages found in the buffer cache without having to read from disk." Ideally should be >95%. A sudden drop or consistently low (<90%) could indicate memory pressure. SQLServer:BufferManager: Free List Stalls/sec "Number of requests per second that had to wait for a free page." Should be <2. "Total number of pages on all free lists." Should be >640 SQLServer:BufferManager: Free Pages SQLServer:BufferManager: Lazy Writes/sec "Number of buffers written per second by the buffer manager's lazy writer." Should be <20. Monitor the trend. Could indicate memory pressure. SQLServer:BufferManager: Page Lookups/sec "Number of requests per second to find a page in the buffer pool." Should be: Page Lookups/sec / SQL Statistics: Batch Requests/sec <100 SQLServer:BufferManager: Page Reads/sec, Page Writes/sec Number of physical database page reads, writes issued per second. Should be <90. SQLServer:SQL Statistics: Batch Requests/sec and SQLServer Statistics:SQL Compilations/sec (to calculate plan re-use) Calculate plan re-use as (BatchRequests/sec SQL Compilations/sec) / BatchRequests/sec Ideally, plan re-use should be >90%. Could cause CPU bottleneck. Additional resources WMI Accessing SNMP devices with WMI PowerShell scripting tool Microsoft TechNet / SQL Server TechCenter Microsoft SQL Server Solution Center SQL Server Books Online "Monitoring Resource Usage (System Monitor)" SQL Server Database Engine Administering the Database Engine Monitoring and Tuning for Performance Monitoring Resource Usage (System Monitor) SQL Server Books Online "Using SQL Server Objects" Copyright Follett Software Company Page 11

12 "SQL Server Performance The Crib Sheet" by Grant Fitchey Good intro to PerfMon and Profiler. Some developer-focused info. Screencast series: "PerfMon counters for the SQL Server DBA" Introduction to SQL Server performance monitoring counters "Troubleshooting Performance Problems in SQL Server 2005", Microsoft "Top SQL Server 2005 Performance Issues for OLTP Applications" Goes into more counters including DMV to help pinpoint performance area. Published on sqlcat.com, the Microsoft Customer Advisory Team website. "SQL Server Performance Monitoring with Perfmon" by Brent Ozar SQL Server Books Online "Default trace enabled option" "Monitor system information with SQL Server 2005 s default trace" Microsoft TechNet LogParser CodePlex PAL Performance Analysis of Logs tool In addition, there are many Microsoft and third-party tools, books, training classes, and other resources for Windows and SQL Server performance management. For more information Destiny Technical Support The Destiny Support Team at Follett Software Company is ready to assist or consult with you regarding any questions or concerns. SUPPORT articles are available anytime, anywhere. TELEPHONE SUPPORT is available Monday through Friday, 7:00 AM to 6:00 PM Central time. You can speak with a Technical Support Analyst by calling (800) SUPPORT is available at techsupport@fsc.follett.com or For additional assistance, please contact your Follett Software sales executive or Follett Technical Support at (800) Copyright Follett Software Company Page 12

SOLIDWORKS Enterprise PDM - Troubleshooting Tools

SOLIDWORKS Enterprise PDM - Troubleshooting Tools SOLIDWORKS Enterprise PDM - Troubleshooting Tools This document is intended for the IT and Database Manager to help diagnose and trouble shoot problems for SOLIDWORKS Enterprise PDM. Below are suggested

More information

One of the database administrators

One of the database administrators THE ESSENTIAL GUIDE TO Database Monitoring By Michael Otey SPONSORED BY One of the database administrators (DBAs) most important jobs is to keep the database running smoothly, which includes quickly troubleshooting

More information

Perfmon counters for Enterprise MOSS

Perfmon counters for Enterprise MOSS Perfmon counters for Enterprise MOSS # Counter What does it measure or can tell us Threshold [Action taken if] Notes PROCESSOR RELATED COUNTERS 1 Processor(_Total)\% Measures average processor utilization

More information

Performance data collection and analysis process

Performance data collection and analysis process Microsoft Dynamics AX 2012 Performance data collection and analysis process White Paper This document outlines the core processes, techniques, and procedures that the Microsoft Dynamics AX product team

More information

Perfmon Collection Setup Instructions for Windows Server 2008+

Perfmon Collection Setup Instructions for Windows Server 2008+ Perfmon Collection Setup Instructions for Windows Server 2008+ Performance statistics are critically vital for the long-term health and capacity management of an enterprise environment. Unless a third-party

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

PERFORMANCE TUNING IN MICROSOFT SQL SERVER DBMS

PERFORMANCE TUNING IN MICROSOFT SQL SERVER DBMS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.381

More information

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 Performance Study VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 VMware VirtualCenter uses a database to store metadata on the state of a VMware Infrastructure environment.

More information

Web Server (Step 1) Processes request and sends query to SQL server via ADO/OLEDB. Web Server (Step 2) Creates HTML page dynamically from record set

Web Server (Step 1) Processes request and sends query to SQL server via ADO/OLEDB. Web Server (Step 2) Creates HTML page dynamically from record set Dawn CF Performance Considerations Dawn CF key processes Request (http) Web Server (Step 1) Processes request and sends query to SQL server via ADO/OLEDB. Query (SQL) SQL Server Queries Database & returns

More information

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

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

Chapter 15: AppInsight for SQL

Chapter 15: AppInsight for SQL Chapter 15: AppInsight for SQL SAM offers a detailed view of your SQL databases' performance without the use of agents or templates by using the AppInsight for SQL embedded application. AppInsight for

More information

VMware vcenter 4.0 Database Performance for Microsoft SQL Server 2008

VMware vcenter 4.0 Database Performance for Microsoft SQL Server 2008 Performance Study VMware vcenter 4.0 Database Performance for Microsoft SQL Server 2008 VMware vsphere 4.0 VMware vcenter Server uses a database to store metadata on the state of a VMware vsphere environment.

More information

Users are Complaining that the System is Slow What Should I Do Now? Part 1

Users are Complaining that the System is Slow What Should I Do Now? Part 1 Users are Complaining that the System is Slow What Should I Do Now? Part 1 Jeffry A. Schwartz July 15, 2014 SQLRx Seminar jeffrys@isi85.com Overview Most of you have had to deal with vague user complaints

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

Features Overview Guide About new features in WhatsUp Gold v12

Features Overview Guide About new features in WhatsUp Gold v12 Features Overview Guide About new features in WhatsUp Gold v12 Contents CHAPTER 1 Learning about new features in Ipswitch WhatsUp Gold v12 Welcome to WhatsUp Gold... 1 What's new in WhatsUp Gold v12...

More information

About Me: Brent Ozar. Perfmon and Profiler 101

About Me: Brent Ozar. Perfmon and Profiler 101 Perfmon and Profiler 101 2008 Quest Software, Inc. ALL RIGHTS RESERVED. About Me: Brent Ozar SQL Server Expert for Quest Software Former SQL DBA Managed >80tb SAN, VMware Dot-com-crash experience Specializes

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

WhatsUp Gold v11 Features Overview

WhatsUp Gold v11 Features Overview WhatsUp Gold v11 Features Overview This guide provides an overview of the core functionality of WhatsUp Gold v11, and introduces interesting features and processes that help users maximize productivity

More information

Destiny system backups white paper

Destiny system backups white paper Destiny system backups white paper Establishing a backup and restore plan for Destiny Overview It is important to establish a backup and restore plan for your Destiny installation. The plan must be validated

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

Microsoft SharePoint 2010 on HP ProLiant DL380p Gen8 servers

Microsoft SharePoint 2010 on HP ProLiant DL380p Gen8 servers Technical white paper Microsoft SharePoint 2010 on HP ProLiant DL380p Gen8 servers Performance report Table of contents Executive summary... 2 Introduction... 2 Test topology... 2 Test methodology... 3

More information

EZManage V4.0 Release Notes. Document revision 1.08 (15.12.2013)

EZManage V4.0 Release Notes. Document revision 1.08 (15.12.2013) EZManage V4.0 Release Notes Document revision 1.08 (15.12.2013) Release Features Feature #1- New UI New User Interface for every form including the ribbon controls that are similar to the Microsoft office

More information

Optimising SQL Server CPU performance

Optimising SQL Server CPU performance At a glance: Troubleshooting database performance issues Reviewing hardware causes Using PerfMon to track database bottlenecks Evaluating query performance Optimising SQL Server CPU performance Zach Nichter

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

ERserver. iseries. Work management

ERserver. iseries. Work management ERserver iseries Work management ERserver iseries Work management Copyright International Business Machines Corporation 1998, 2002. All rights reserved. US Government Users Restricted Rights Use, duplication

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

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

The 5-minute SQL Server Health Check

The 5-minute SQL Server Health Check The 5-minute SQL Server Health Check Christian Bolton Technical Director, Coeo Ltd. Kevin Kline Technical Strategy Manager, Quest Software 2009 Quest Software, Inc. ALL RIGHTS RESERVED Agenda Introducing

More information

VEEAM ONE 8 RELEASE NOTES

VEEAM ONE 8 RELEASE NOTES VEEAM ONE 8 RELEASE NOTES This Release Notes document provides last-minute information about Veeam ONE 8 Update 2, including system requirements, installation instructions as well as relevant information

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated May 2012 Copyright 2010, 2012 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC EXPERT

More information

Running a Workflow on a PowerCenter Grid

Running a Workflow on a PowerCenter Grid Running a Workflow on a PowerCenter Grid 2010-2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

MCTS Guide to Microsoft Windows 7. Chapter 10 Performance Tuning

MCTS Guide to Microsoft Windows 7. Chapter 10 Performance Tuning MCTS Guide to Microsoft Windows 7 Chapter 10 Performance Tuning Objectives Identify several key performance enhancements Describe performance tuning concepts Use Performance Monitor Use Task Manager Understand

More information

Imaging Computing Server User Guide

Imaging Computing Server User Guide Imaging Computing Server User Guide PerkinElmer, Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry, CV4 7HS T +44 (0) 24 7669 2229 F +44 (0) 24 7669 0091 E cellularimaging@perkinelmer.com

More information

WhatsUp Gold v11 Features Overview

WhatsUp Gold v11 Features Overview WhatsUp Gold v11 Features Overview This guide provides an overview of the core functionality of WhatsUp Gold v11, and introduces interesting features and processes that help users maximize productivity

More information

Tech Tip: Understanding Server Memory Counters

Tech Tip: Understanding Server Memory Counters Tech Tip: Understanding Server Memory Counters Written by Bill Bach, President of Goldstar Software Inc. This tech tip is the second in a series of tips designed to help you understand the way that your

More information

Configuring WMI Performance Monitors

Configuring WMI Performance Monitors Configuring WMI Performance Monitors With WMI, WhatsUp Gold Premium Edition monitors and sends alerts based on performance counters that are reported from Microsoft Windows devices. The data collected

More information

Docufide Client Installation Guide for Windows

Docufide Client Installation Guide for Windows Docufide Client Installation Guide for Windows This document describes the installation and operation of the Docufide Client application at the sending school installation site. The intended audience is

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall

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

DMS Performance Tuning Guide for SQL Server

DMS Performance Tuning Guide for SQL Server DMS Performance Tuning Guide for SQL Server Rev: February 13, 2014 Sitecore CMS 6.5 DMS Performance Tuning Guide for SQL Server A system administrator's guide to optimizing the performance of Sitecore

More information

Configure Unified CVP Logging and Event Notifications

Configure Unified CVP Logging and Event Notifications Configure Unified CVP Logging and Event Notifications Unified CVP provides information about component device status and interaction through Logs, which are presented in text format and can be viewed using

More information

Autodesk AutoCAD Map 3D 2009. Citrix XenApp 4.5 Performance Analysis

Autodesk AutoCAD Map 3D 2009. Citrix XenApp 4.5 Performance Analysis Autodesk AutoCAD Map 3D 2009 Citrix XenApp 4.5 Performance Analysis Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED AS IS WITHOUT WARRANTIES

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

Only for Data Group Students Do not share with outsiders and do not use for commercial purposes.

Only for Data Group Students Do not share with outsiders and do not use for commercial purposes. Written by Zakir Hossain, Manager Enterprise Architecture Configuration & Database US Dept. of Defense CEO, Data Group CS Graduate (OSU), OCP, OCA, MCDBA, MCITP-DBA, Security+, Oracle RAC-Admin, Oracle

More information

Dynamic Management Views: Available on SQL Server 2005 and above, using TSQL queries these views can provide a wide variety of information.

Dynamic Management Views: Available on SQL Server 2005 and above, using TSQL queries these views can provide a wide variety of information. SQL Server Performance Monitoring Tools: Third Party Tools: These tools (SQL Sentry, Toad, Embarcadero, SpotLight etc ) usually span all combination of environments and can produce valuable reports. Data

More information

Contents. Digital Video Surveillance Basic Troubleshooting Guide

Contents. Digital Video Surveillance Basic Troubleshooting Guide Contents VMS Troubleshooting Questions... 2 Typical DSS system view... 2 A) Basic... 2 B) System Topology Information... 3 C) Questions if intermittent camera connectivity problems exist... 3 D) Things

More information

Executive Summary. Methodology

Executive Summary. Methodology Executive Summary This document describes test procedures for Diskeeper 2011 evaluation. Specifically, the tests described in this document are intended to achieve the following objectives: 1. Evaluate

More information

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure Question Number (ID) : 1 (wmpmsp_mngnwi-121) You are an administrator for an organization that provides Internet connectivity to users from the corporate network. Several users complain that they cannot

More information

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. Infrastructure Management Dashboards for Servers Reference

IBM Tivoli Monitoring Version 6.3 Fix Pack 2. Infrastructure Management Dashboards for Servers Reference IBM Tivoli Monitoring Version 6.3 Fix Pack 2 Infrastructure Management Dashboards for Servers Reference IBM Tivoli Monitoring Version 6.3 Fix Pack 2 Infrastructure Management Dashboards for Servers Reference

More information

Storage and SQL Server capacity planning and configuration (SharePoint...

Storage and SQL Server capacity planning and configuration (SharePoint... 1 of 22 5/1/2011 5:34 PM Storage and SQL Server capacity planning and configuration (SharePoint Server 2010) Updated: January 20, 2011 This article describes how to plan for and configure the storage and

More information

Operating Systems Lab Exercises: WINDOWS 2000/XP Task Manager

Operating Systems Lab Exercises: WINDOWS 2000/XP Task Manager A key tool that you will use to manage system processes and applications is Task Manager. You can access Task Manager using any of the following methods: Press CTRL+SHIFT+ESC Press CTRL+ALT+DEL and then

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

Performance Dashboard Guide

Performance Dashboard Guide Performance Dashboard Guide June 16, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

SOS Suite Installation Guide

SOS Suite Installation Guide SOS Suite Installation Guide rev. 8/31/2010 Contents Overview Upgrading from SOS 2009 and Older Pre-Installation Recommendations Network Installations System Requirements Preparing for Installation Installing

More information

Monitoring System Status

Monitoring System Status CHAPTER 14 This chapter describes how to monitor the health and activities of the system. It covers these topics: About Logged Information, page 14-121 Event Logging, page 14-122 Monitoring Performance,

More information

Automation Engine 14. Troubleshooting

Automation Engine 14. Troubleshooting 4 Troubleshooting 2-205 Contents. Troubleshooting the Server... 3. Checking the Databases... 3.2 Checking the Containers...4.3 Checking Disks...4.4.5.6.7 Checking the Network...5 Checking System Health...

More information

11.1. Performance Monitoring

11.1. Performance Monitoring 11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts

More information

StreamServe Persuasion SP5 Microsoft SQL Server

StreamServe Persuasion SP5 Microsoft SQL Server StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A 2001-2011 STREAMSERVE, INC. ALL RIGHTS RESERVED United

More information

Hands-On Microsoft Windows Server 2008

Hands-On Microsoft Windows Server 2008 Hands-On Microsoft Windows Server 2008 Chapter 9 Server and Network Monitoring Objectives Understand the importance of server monitoring Monitor server services and solve problems with services Use Task

More information

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1 SQL Server 2008 Designing, Optimizing, and Maintaining a Database Course The SQL Server 2008 Designing, Optimizing, and Maintaining a Database course will help you prepare for 70-450 exam from Microsoft.

More information

IsItUp Quick Start Manual

IsItUp Quick Start Manual IsItUp - When you need to know the status of your network Taro Software Inc. Website: www.tarosoft.com Telephone: 703-405-4697 Postal address: 8829 110th Lane, Seminole Fl, 33772 Electronic mail: Contact1@tarosoft.com

More information

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution

DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution DELL TM PowerEdge TM T610 500 Mailbox Resiliency Exchange 2010 Storage Solution Tested with: ESRP Storage Version 3.0 Tested Date: Content DELL TM PowerEdge TM T610... 1 500 Mailbox Resiliency

More information

Monitoring DoubleTake Availability

Monitoring DoubleTake Availability Monitoring DoubleTake Availability eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may

More information

5nine Cloud Monitor for Hyper-V

5nine Cloud Monitor for Hyper-V 5nine Cloud Monitor for Hyper-V Getting Started Guide Table of Contents System Requirements... 2 Installation... 3 Getting Started... 8 Settings... 9 Authentication... 9 5nine Cloud Monitor for Hyper-V

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

CA Nimsoft Monitor. Probe Guide for Active Directory Server. ad_server v1.4 series

CA Nimsoft Monitor. Probe Guide for Active Directory Server. ad_server v1.4 series CA Nimsoft Monitor Probe Guide for Active Directory Server ad_server v1.4 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as

More information

CA Unified Infrastructure Management

CA Unified Infrastructure Management CA Unified Infrastructure Management Probe Guide for IIS Server Monitoring iis v1.7 series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject

More information

12 NETWORK MANAGEMENT

12 NETWORK MANAGEMENT 12 NETWORK MANAGEMENT PROJECTS Project 12.1 Project 12.2 Project 12.3 Project 12.4 Understanding Key Concepts Backing Up and Restoring Data Monitoring Computer Activity Configuring SNMP Support 276 Networking

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Managing Orion Performance

Managing Orion Performance Managing Orion Performance Orion Component Overview... 1 Managing Orion Component Performance... 3 SQL Performance - Measuring and Monitoring a Production Server... 3 Determining SQL Server Performance

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Imaging License Server User Guide

Imaging License Server User Guide IMAGING LICENSE SERVER USER GUIDE Imaging License Server User Guide PerkinElmer Viscount Centre II, University of Warwick Science Park, Millburn Hill Road, Coventry, CV4 7HS T +44 (0) 24 7669 2229 F +44

More information

Windows NT. Performance Monitor. A Practical Approach. Windows NT Performance Monitor (Perfmon) may be

Windows NT. Performance Monitor. A Practical Approach. Windows NT Performance Monitor (Perfmon) may be E N T E R P R I S E M A N A G E M E N T Windows NT Performance Monitor A Practical Approach By Paul Del Vecchio The Dell Application Solution Center uses several workload and benchmarking tools to stress,

More information

Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide

Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide Live Maps for System Center Operations Manager 2007 R2 v6.2.1 Installation Guide CONTENTS Contents... 2 Introduction... 4 About This Guide... 4 Supported Products... 4 Understanding Live Maps... 4 Live

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for IIS Server Monitoring iis v1.5 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

Performance Monitoring with Dynamic Management Views

Performance Monitoring with Dynamic Management Views Performance Monitoring with Dynamic Management Views Introduction The primary responsibility of a DBA is to ensure the availability and optimal performance of database systems. Admittedly, there are ancillary

More information

Using NCache for ASP.NET Sessions in Web Farms

Using NCache for ASP.NET Sessions in Web Farms Using NCache for ASP.NET Sessions in Web Farms April 22, 2015 Contents 1 Getting Started... 1 1.1 Step 1: Install NCache... 1 1.2 Step 2: Configure for Multiple Network Cards... 1 1.3 Step 3: Configure

More information

If you re the unofficial administrator of your home or small

If you re the unofficial administrator of your home or small C H A P T E R Monitoring Your Network If you re the unofficial administrator of your home or small office network, I imagine you re already saddled with a fairly long to-do list of network chores: adding

More information

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX INSTALL AND CONFIGURATION GUIDE Atlas 5.1 for Microsoft Dynamics AX COPYRIGHT NOTICE Copyright 2012, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

Silver Peak Virtual Appliances

Silver Peak Virtual Appliances Silver Peak Virtual Appliances Frequently Asked Questions (FAQ) VX Installation This section addresses questions or problems you may encounter during Silver Peak VX installation. 1. I need to increase

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

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide Acronis Backup & Recovery 10 Advanced Server Virtual Edition Quick Start Guide Table of contents 1 Main components...3 2 License server...3 3 Supported operating systems...3 3.1 Agents... 3 3.2 License

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

ADMINISTRATOR S GUIDE

ADMINISTRATOR S GUIDE F O R W I N D O W S N T ADMINISTRATOR S GUIDE 1997 Claris Corporation. All Rights Reserved. Claris Corporation 5201 Patrick Henry Drive Santa Clara, California 95052 Claris and FileMaker are trademarks

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

Performance and Reliability Monitoring Step-by-Step Guide for

Performance and Reliability Monitoring Step-by-Step Guide for Page 1 of 17 2009 Microsoft Corporation. All rights reserved. Performance and Reliability Monitoring Step-by-Step Guide for Windows Server 2008 Updated: April 25, 2007 Windows Server 2008 includes Windows

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

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: April 2010 Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 8 2. Installing the

More information

Configuring HP SIM for optimal performance in a large environment

Configuring HP SIM for optimal performance in a large environment Configuring HP SIM for optimal performance in a large environment Introduction... 3 HP Systems Insight Manager... 3 Customizing HP SIM... 3 Microsoft SQL Server... 3 System resources... 3 Job cleanup for

More information

Analyzing IBM i Performance Metrics

Analyzing IBM i Performance Metrics WHITE PAPER Analyzing IBM i Performance Metrics The IBM i operating system is very good at supplying system administrators with built-in tools for security, database management, auditing, and journaling.

More information

WhatsUpGold. v3.0. WhatsConnected User Guide

WhatsUpGold. v3.0. WhatsConnected User Guide WhatsUpGold v3.0 WhatsConnected User Guide Contents CHAPTER 1 Welcome to WhatsConnected Finding more information and updates... 2 Sending feedback... 3 CHAPTER 2 Installing and Configuring WhatsConnected

More information

HelpSystems Web Server User Guide

HelpSystems Web Server User Guide HelpSystems Web Server User Guide Copyright Copyright HelpSystems, LLC. Robot is a division of HelpSystems. HelpSystems Web Server, OPAL, OPerator Assistance Language, Robot ALERT, Robot AUTOTUNE, Robot

More information

The Complete Performance Solution for Microsoft SQL Server

The Complete Performance Solution for Microsoft SQL Server The Complete Performance Solution for Microsoft SQL Server Powerful SSAS Performance Dashboard Innovative Workload and Bottleneck Profiling Capture of all Heavy MDX, XMLA and DMX Aggregation, Partition,

More information

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2.

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2. IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft Applications:

More information

Upgrade Guide BES12. Version 12.1

Upgrade Guide BES12. Version 12.1 Upgrade Guide BES12 Version 12.1 Published: 2015-02-25 SWD-20150413111718083 Contents Supported upgrade environments...4 Upgrading from BES12 version 12.0 to BES12 version 12.1...5 Preupgrade tasks...5

More information

Performance Dashboard Guide

Performance Dashboard Guide Performance Dashboard Guide Version 8.2 June 11, 2015 For the most recent version of this document, visit our documentation website. Table of Contents 1 Overview 5 1.1 System requirements 5 1.2 Installation

More information

Working with SQL Server Agent Jobs

Working with SQL Server Agent Jobs Chapter 14 Working with SQL Server Agent Jobs Microsoft SQL Server features a powerful and flexible job-scheduling engine called SQL Server Agent. This chapter explains how you can use SQL Server Agent

More information

RAP as a Service for. Team Foundation Server. Prerequisites

RAP as a Service for. Team Foundation Server. Prerequisites RAP as a Service for Team Foundation Server Prerequisites Download the latest prerequisites from: http://www.microsoft.com/en-us/download/details.aspx?id=34698 Last modified: Sept 23, 2015 Internet connectivity

More information