Lesson 1: Using Task Manager

Size: px
Start display at page:

Download "Lesson 1: Using Task Manager"

Transcription

1 19-2 Chapter 19 Monitoring and Optimizing System Performance Lesson 1: Using Task Manager Task Manager provides information about the programs and processes running on your computer and the performance of your computer. You can use Task Manager to start programs, to stop programs and processes, and to see a current view of your computer s performance. After this lesson, you will be able to Monitor programs by using Task Manager Monitor processes by using Task Manager Monitor system performance by using Task Manager Monitor networking by using Task Manager Estimated lesson time: 25 minutes How to Monitor Programs Task Manager allows you to monitor applications and processes that are currently running on your computer. It also provides information about the processes, including the memory usage of each one. It provides statistics about the memory and processor performance and network usage. You start Task Manager in any of the following ways: Press CTRL+SHIFT+ESC Right-click the Windows taskbar, and then click Task Manager Press CTRL+ALT+DELETE Note Provided your computer running Windows XP Professional is in a domain environment, you can start Task Manager by pressing CTRL+ALT+DELETE. However, if your computer is in a workgroup environment, you might need to start Task Manager by selecting it, depending on how the logon and logoff options are configured. The Task Manager dialog box shown in Figure 19-1 has four tabs: Applications, Processes, Performance, and Networking.

2 Lesson 1 Using Task Manager 19-3 F19us01 Figure 19-1 The Applications tab shows running applications and lets you terminate them. You can use the buttons on the Applications tab of the Task Manager dialog box to stop a program from running (End Task), to switch to a program and bring the program into the foreground (Switch To), and to start a program (New Task). At the bottom of the display, Task Manager shows you the number of processes that are currently running, the CPU usage, and the memory usage. How to Monitor Processes The Processes tab in the Task Manager dialog box (see Figure 19-2) lists each process that is currently running on your computer that runs in its own address space, including all applications and system services. Task Manager also allows you to end processes. F19us02 Figure 19-2 You can select the columns that appear on the Processes tab.

3 19-4 Chapter 19 Monitoring and Optimizing System Performance By default, the Processes tab shows you the processes, the users running each process, and the CPU and memory usage for each process that is running. You can add additional performance measures to those that are shown by default on the Processes tab. To add performance measures, on the View menu, click Select Columns (refer to Figure 19-2). Table 19-1 describes the columns that are displayed in Task Manager by default and some of the columns that can be added to the Processes tab. Table 19-1 Column Processes Tab Columns Description Image Name PID (Process Identifier) User Name CPU Usage CPU Time Memory Usage Base Priority Non-paged Pool Paged Pool The name of the process, displayed by default. The numeric identifier assigned to the process while it is running. The name of the user that the process is running under, displayed by default. The percentage of time the threads of the process used the processor since the last update, displayed by default. If a process is consuming a large amount of processor time over a long period (other than when an application is first starting or is performing a particularly intensive task), the process might be having trouble. Try closing the application (by using the Applications tab). The total processor time (in seconds) used by the process since it was started. The amount of memory (in kilobytes) used by the process, displayed by default. This column is particularly useful for determining which applications are using memory because it displays the total amount of physical and virtual memory used by an application. If an application seems to be using too much memory, there might be a problem with the application. Try closing the application and restarting it (or restarting your computer and then restarting the application). The order in which threads are scheduled for the processor. The base priority is not set by the operating system; it is set by the code. You can use Task Manager to change the base priority of processes. To change the base priority of a process, right-click the process and click Set Priority. The amount of memory (in kilobytes) that is used by a process; operating system memory that is never paged (moved from memory) to disk. The amount of system-allocated virtual memory (in kilobytes) used by a process; virtual memory that can be paged to disk. Paging is the moving of infrequently used data from RAM to the paging file on the hard disk.

4 Lesson 1 Using Task Manager 19-5 Table 19-1 Column Processes Tab Columns Description Page Faults Peak Memory Usage Thread Count The number of times that data had to be retrieved from the page file on the hard disk for this process because it had been paged out of physical memory. Windows XP Professional uses a page file stored on the hard disk to augment physical memory. When the physical memory is full, Windows swaps older information in physical memory to the swap file to make room for newer information. Too many page faults often indicate that you need more physical memory. The maximum amount of physical memory resident in a process since it started. The number of threads running in the process. This column can be useful for troubleshooting multithreaded applications.! Exam Tip For the exam, remember that Task Manager can show real-time information about the CPU, RAM, and virtual memory, but the measurements are fairly limited. To collect more detailed information, use the Performance console. The Performance console also allows you to collect performance data over a longer period. How to Change the Base Priority of a Running Process Changing the base priority of a process determines how much processor time Windows XP Professional devotes to the process compared with other processes. By default, most processes run at a base priority of Normal. However, you can change the base priority for a process by using the following steps: 1. In Task Manager, on the Processes tab, click the View menu and then click Select Columns. 2. In the Select Columns dialog box, select Base Priority and then click OK. The Base Priority column now appears in the Task Manager window. 3. Right-click the process for which you would like to change the base priority. 4. On the shortcut menu that appears, point to Set Priority, and then select one of the following commands: Realtime High AboveNormal Normal BelowNormal Low

5 19-6 Chapter 19 Monitoring and Optimizing System Performance Caution You should change the priority of processes only when there is a process that needs priority over (or is less important than) other running processes; even then, you should try to use only the AboveNormal, Normal, and BelowNormal levels. Setting a process at too high a base priority (such as RealTime) can consume enough system resources that other vital processes cannot function properly. How to Set Processor Affinity Windows XP Professional can support two processors running on the same computer. When two processors are installed, Windows XP Professional does a good job of assigning processes to processors based on need. However, you can assign a particular process to a specific processor. (This is referred to as assigning processor affinity to a process; of course, it is available only on computers with two processors or on computers with a hyperthreaded processor in which multiple processes can run simultaneously on one processor.) To assign a process to a processor, use the following steps: 1. In Task Manager, on the Processes tab, right-click a process and then click Set Affinity. 2. In the Processor Affinity dialog box, select the processors on which the process should be allowed to run. By default, both processors (CPU 0 and CPU 1) are selected for a processor. Caution Controlling processor affinity can improve performance by reducing the number of processor cache flushes that occur as threads move from one processor to another. This might be a good option for dedicated file servers. However, be aware that dedicating a program to a particular processor might not allow other program threads to migrate to the leastbusy processor. How to Monitor System Performance You can use the Performance tab in the Task Manager dialog box (see Figure 19-3) to see a current overview of system performance that includes information about the CPU (or CPUs on a computer with two processors), physical memory, and virtual memory.

6 Lesson 1 Using Task Manager 19-7 F19us03 Figure 19-3 The Performance tab provides real-time performance data about the CPU, RAM, and virtual memory. Table 19-2 describes the fields that are displayed by default on the Performance tab in Task Manager. Table 19-2 Field Performance Tab Fields Description CPU Usage CPU Usage History PF Usage Page File Usage History The percentage of time that the processor is busy. If this graph displays a high percentage continuously (and not when there is an obvious reason, such as a big application), your processor might be overloaded. If your computer has two processors, two graphs are shown. If this value runs continuously over 80 percent, you probably see a noticeable improvement in performance if you upgrade your processor. The percentage of time that the processor is running a thread other than the idle thread shown over time. You can use the Update Speed command on the View menu to specify how often the values are refreshed. The High value updates about twice per second; Normal value updates once every two seconds; Low value updates once every four seconds. You can also pause the updates and update the view manually by pressing F5. This is a useful method if you want to monitor some specific activity. Note that Task Manager itself uses processor time. The more frequently you update the display, the more processor time it uses, which throws off the accuracy of whatever you are analyzing. The amount of virtual memory used (in MB). The amount of virtual memory used, shown over time. Values set using the Update Speed command affect this history as well.

7 19-8 Chapter 19 Monitoring and Optimizing System Performance Table 19-2 Field Performance Tab Fields Description Total: Handles The number of object handles in the tables of all processes. A handle represents a specific input/output (I/O) instance of a thread. Threads The number of running threads, including one idle thread per processor. A thread is an object within a process that runs program instructions. Processes The number of active processes, including the idle process. A process can have multiple threads, each of which in turn can have multiple handles. Physical Memory (K): The amount of physical RAM installed in the computer. Total Available The amount of physical memory available to processes. System Cache The amount of physical memory released to the file cache on demand. Commit Charge: The size of virtual memory in use by all processes. Total Limit The amount of virtual memory that can be committed to all processes without enlarging the paging file. Peak The maximum amount of virtual memory used in the session. Paged The size of the paged pool allocated to the operating system. The paged pool is data in physical memory that can be written to the page file if Windows needs to make space in physical memory for other data. Nonpaged The size of the nonpaged pool allocated to the operating system. Windows cannot page all memory to a page file. In particular, many threads created by the Windows kernel cannot be paged. Kernel Memory (K): The sum of the paged and nonpaged memory. Total Note When Task Manager is running, Windows XP Professional displays an accurate miniature CPU usage icon on the taskbar. If you point to the icon, Task Manager displays the percentage of processor usage in text format. How to Monitor Networking The Networking tab in Task Manager, shown in Figure 19-4, displays a visual interpretation of the current network traffic on various network connections on the computer. Although it is possible to get an idea about network performance from this tab, it is actually more useful for giving you a quick snapshot of network availability on each connection configured on your computer.

8 Lesson 1 Using Task Manager 19-9 F19us04 Figure 19-4 The Networking tab of Task Manager shows current network activity. By default, the graph of network activity for each connection scales dynamically to show how much network utilization there is when compared with the theoretical maximum for the connection. For example, on a 100 Mbps connection, when there is no network activity on a connection, the vertical scale on the graph shows the values 0 percent,.5 percent, and 1 percent of the theoretical maximum. As network activity increases, the graph scales to show a greater percentage up to 100 percent, indicating the full 100 Mbps potential. Because most people use this tab not to measure the exact network throughput, but rather to see whether there is network throughput (and sometimes what the maximum value is), this scale can be rather confusing. Fortunately, you have two options for controlling the way Task Manager displays the graph: On the Options menu, click Show Scale to turn the vertical display of the scale on and off. On the Options menu, click Auto Scale to turn the automatic scaling on and off. When the Auto Scale option is turned off, the graph always shows a range of 0 to 100 percent. This is usually a more useful view, unless you are trying to see very small amounts of network utilization. The detailed information at the bottom of the tab displays current percent of network utilization and the theoretical link speed for each enabled adapter. When viewing the current percent of network utilization, you should keep the following in mind: On wired Ethernet connections, you can usually expect to see a peak utilization value of 60 to 80 percent. On wireless connections, you can expect to see peak utilizations of 30 to 50 percent, depending mostly on position of the wireless access point and structural interference (such as walls, heating ducts, or other devices).

9 19-10 Chapter 19 Monitoring and Optimizing System Performance When viewing network utilization and trying to figure out whether your connection is living up to its capacity, do not expect to see 100 percent utilization, even on the best of connections. However, if you see utilization considerably below the peak values listed previously, you should investigate the connection for potential problems. Practice: Using Task Manager In this practice, you use Task Manager to monitor programs, processes, and system performance. You use Task Manager to start a program and to stop a program. Finally, you add new columns to the Processes tab. 1. If necessary, log on with a user account that is a member of the Administrators group. 2. Press Ctrl+Shift+Esc to launch Task Manager. 3. Click the Applications tab. Which programs are currently running on your computer? 4. Click New Task. Windows XP Professional displays a Create New Task dialog box. 5. In the Open text box, type wordpad.exe and click OK. WordPad should start and be listed as a running application. 6. Click the Processes tab. 7. How many processes are running? 8. On the View menu, click Select Columns. The Select Columns dialog box appears. 9. Click Peak Memory Usage, and then click Page Faults. Click OK. Two new columns, Peak Memory Usage and Page Faults, are added to the Processes tab display. You might need to maximize Task Manager to see all columns. 10. Click the Performance tab. 11. What percentage of your CPU s capacity is being used? 12. Do you think that your CPU could be slowing down the performance on your computer? 13. Click the Applications tab.

10 Lesson 1 Using Task Manager Click WordPad, and then click End Task. WordPad closes and is removed from the list of running applications. 15. Close Task Manager. Lesson Review Use the following questions to help determine whether you have learned enough to move on to the next lesson. If you have difficulty answering these questions, review the material in this lesson before beginning the next lesson. You can find answers to these questions in the Questions and Answers section at the end of this chapter. 1. Which of the following methods can you use to start Task Manager? (Choose all that apply.) a. Press CTRL+ALT+ESC b. Right-click the Desktop, and then click Task Manager c. Press CTRL+SHIFT+ESC d. Press CTRL+ALT+DELETE, and if necessary, click Task Manager 2. Which of the following tabs can be found in Task Manager? (Choose all that apply.) a. Networking tab b. Programs tab c. Processes tab d. General tab 3. What are page faults? Do you think a larger or smaller number of page faults indicates better system performance? Why? 4. What does CPU usage represent? In general, is system performance better with a high CPU usage value or a low value?

11 19-12 Chapter 19 Monitoring and Optimizing System Performance Lesson Summary Use the Applications tab of Task Manager to stop a program, switch to a program, and start a program. Use the Processes tab of Task Manager to view running processes. You can also end processes from the Processes tab. Use the Performance tab of Task Manager to view real-time performance information about your CPU, RAM, and virtual memory. Use the Networking tab of Task Manager to view current network traffic on various network connections on the computer.

10 MONITORING AND OPTIMIZING

10 MONITORING AND OPTIMIZING MONITORING AND OPTIMIZING.1 Introduction Objectives.2 Windows XP Task Manager.2.1 Monitor Running Programs.2.2 Monitor Processes.2.3 Monitor System Performance.2.4 Monitor Networking.2.5 Monitor Users.3

More information

Lesson 2: Using the Performance Console

Lesson 2: Using the Performance Console Lesson 2 Lesson 2: Using the Performance Console Using the Performance Console 19-13 Windows XP Professional provides two tools for monitoring resource usage: the System Monitor snap-in and the Performance

More information

Remote Process Explorer

Remote Process Explorer Remote Process Explorer Getting Started LizardSystems 2 Table of Contents Introduction 5 Installing Remote Process Explorer 5 Before starting the application 5 Starting the application 6 Main window 7

More information

Lesson 3: Identifying Key Characteristics of Workgroups and Domains

Lesson 3: Identifying Key Characteristics of Workgroups and Domains 1-16 Chapter 1 Introduction to Windows XP Professional Lesson 3: Identifying Key Characteristics of Workgroups and Domains Windows XP Professional supports two types of network environments in which users

More information

SysGauge SYSTEM MONITOR. User Manual. Version 3.8. Oct Flexense Ltd.

SysGauge SYSTEM MONITOR. User Manual. Version 3.8. Oct Flexense Ltd. SysGauge SYSTEM MONITOR User Manual Version 3.8 Oct 2017 www.sysgauge.com info@flexense.com 1 1 SysGauge Product Overview SysGauge is a system and performance monitoring utility allowing one to monitor

More information

SysGauge SYSTEM MONITOR. User Manual. Version 4.7. Apr Flexense Ltd.

SysGauge SYSTEM MONITOR. User Manual. Version 4.7. Apr Flexense Ltd. SysGauge SYSTEM MONITOR User Manual Version 4.7 Apr 2018 www.sysgauge.com info@flexense.com 1 1 SysGauge Product Overview...3 2 SysGauge Product Versions...6 3 Product Installation...7 4 System Monitor

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 11 Optimizing Windows

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 11 Optimizing Windows Chapter 11 Optimizing Windows Objectives Learn about Windows utilities and tools you can use to solve problems with Windows Learn how to optimize Windows to improve performance Learn how to manually remove

More information

Elastic Compute Service. Quick Start for Windows

Elastic Compute Service. Quick Start for Windows Overview Purpose of this document This document describes how to quickly create an instance running Windows, connect to an instance remotely, and deploy the environment. It is designed to walk you through

More information

Three OPTIMIZING. Your System for Photoshop. Tuning for Performance

Three OPTIMIZING. Your System for Photoshop. Tuning for Performance Three OPTIMIZING Your System for Photoshop Tuning for Performance 72 Power, Speed & Automation with Adobe Photoshop This chapter goes beyond speeding up how you can work faster in Photoshop to how to make

More information

Distributed OrcaFlex. 1. Introduction. 2. What s New. Distributed OrcaFlex

Distributed OrcaFlex. 1. Introduction. 2. What s New. Distributed OrcaFlex 1. Introduction is a suite of programs that enables a collection of networked, OrcaFlex licensed, computers to run OrcaFlex jobs as background tasks using spare processor time. consists of four separate

More information

Processes. CS 475, Spring 2018 Concurrent & Distributed Systems

Processes. CS 475, Spring 2018 Concurrent & Distributed Systems Processes CS 475, Spring 2018 Concurrent & Distributed Systems Review: Abstractions 2 Review: Concurrency & Parallelism 4 different things: T1 T2 T3 T4 Concurrency: (1 processor) Time T1 T2 T3 T4 T1 T1

More information

Chapter 6: CPU Scheduling. Operating System Concepts 9 th Edition

Chapter 6: CPU Scheduling. Operating System Concepts 9 th Edition Chapter 6: CPU Scheduling Silberschatz, Galvin and Gagne 2013 Chapter 6: CPU Scheduling Basic Concepts Scheduling Criteria Scheduling Algorithms Thread Scheduling Multiple-Processor Scheduling Real-Time

More information

Lesson 1: Preparing for Installation

Lesson 1: Preparing for Installation 2-2 Chapter 2 Installing Windows XP Professional Lesson 1: Preparing for Installation When you install Windows XP Professional, the Windows XP Professional Setup program allows you to specify how to install

More information

Getting View Client File

Getting View Client File Getting View Client File 1. Launch Internet Explorer 2. At address bar enter this URL https://viewvdi.tp.edu.sg/ and press [Enter]. 3. Please click on More information and click on Go on to the webpage

More information

Introducing Windows 7 Lesson 1

Introducing Windows 7 Lesson 1 Introducing Windows 7 Lesson 1 Minimum System Requirements 1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor 1 gigabyte (GB) RAM (32-bit) or 2 GB RAM (64-bit) 16 GB available hard disk

More information

BASIC OPERATIONS. Managing System Resources

BASIC OPERATIONS. Managing System Resources 48 PART 2 BASIC OPERATIONS C H A P T E R 5 Managing System Resources CHAPTER 5 MANAGING SYSTEM RESOURCES 49 THE part of Windows Vista that you see the Vista desktop is just part of the operating system.

More information

Supporting Networked Computers

Supporting Networked Computers CHAPTER 7 Supporting Networked Computers After completing this chapter, you will be able to: Define the main concepts of networking, including the roles of TCP/IP, IP addresses, and subnet masks. Set up

More information

VIRTUAL MEMORY AND VIRTUAL OPERATING SYSTEMS

VIRTUAL MEMORY AND VIRTUAL OPERATING SYSTEMS VIRTUAL MEMORY AND VIRTUAL OPERATING SYSTEMS Course Code: Course Description: CSCI-620 OPERATING SYSTEMS SECURITY : Session: 1 Lecture Unit: CSN1 Topic: Windows virtual memory management Author: Prof.

More information

Table of Contents. Troubleshooting Guide for Home Users

Table of Contents. Troubleshooting Guide for Home Users Table of Contents Introduction... 1 Chapter 1: System Requirements... 2 Recommended and Minimum Supported Requirements... 2 Additional Information... 3 Internet Connectivity... 3 Tablet Compatibility...

More information

Recent Operating System Class notes 10 Administrative Tools (Part three) April 21, 2004

Recent Operating System Class notes 10 Administrative Tools (Part three) April 21, 2004 Recent Operating System Class notes 10 Administrative Tools (Part three) April 21, 2004 System Applet There are many ways to open the system applet. The easiest method to opening the system applet is by

More information

Administrator Guide. Windows Embedded Standard 7

Administrator Guide. Windows Embedded Standard 7 Administrator Guide Windows Embedded Standard 7 Copyright 2010, 2012 2015, 2017 HP Development Company, L.P. Citrix and XenDesktop are registered trademarks of Citrix Systems, Inc. and/or one more of its

More information

VIRTUAL APPLIANCES. Frequently Asked Questions (FAQ)

VIRTUAL APPLIANCES. Frequently Asked Questions (FAQ) VX INSTALLATION 2 1. I need to adjust the disk allocated to the Silver Peak virtual appliance from its default. How should I do it? 2. After installation, how do I know if my hard disks meet Silver Peak

More information

Chapter 2: Managing Hardware Devices

Chapter 2: Managing Hardware Devices 70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 2: Managing Hardware Devices Objectives Understand the importance of managing hardware Understand the purpose

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 1: Microsoft(MS) Windows Operating System (OS) Lecturer: Sophia Agenda for Today Microsoft Windows Operating System Windows Desktop Launching

More information

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory Q.1 Explain Memory Data Storage in storage device like CD, HDD, DVD, Pen drive etc, is called memory. The device which storage data is called storage device. E.g. hard disk, floppy etc. There are two types

More information

Tax-Aide TrueCrypt - Version 6.2. Quick Start Guide

Tax-Aide TrueCrypt - Version 6.2. Quick Start Guide Tax-Aide TrueCrypt - Version 6.2 Quick Start Guide Welcome to the Version 6.2 Tax-Aide TrueCrypt Installer. This Quick Start Guide contains what you need to know to obtain and use the Installer when your

More information

Increasing Performance for PowerCenter Sessions that Use Partitions

Increasing Performance for PowerCenter Sessions that Use Partitions Increasing Performance for PowerCenter Sessions that Use Partitions 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

DriveWizard Plus Instruction Manual

DriveWizard Plus Instruction Manual DriveWizard Plus Instruction Manual To properly use the product, read this manual thoroughly. MANUAL NO. TOEP C730600 20C Table of Contents Safety Symbols and Markings...4 Manual Overview...5 Related Manuals...5

More information

Full file at

Full file at Chapter 2: Current Hardware and PC Operating Systems Chapter 2 Answers to Review Questions 1. An EPIC CPU design: a. evolved from the CISC processor b. was created in a joint project between Apple and

More information

Figure 1-1: Local Storage Status (cache).

Figure 1-1: Local Storage Status (cache). The cache is the local storage of the Nasuni Filer. When running the Nasuni Filer on a virtual platform, you can configure the size of the cache disk and the copy-on-write (COW) disk. On Nasuni hardware

More information

File System NTFS. Section Seven. NTFS, EFS, Partitioning, and Navigating Folders

File System NTFS. Section Seven. NTFS, EFS, Partitioning, and Navigating Folders 13 August 2002 File System Section Seven NTFS, EFS, Partitioning, and Navigating Folders NTFS DEFINITION New Technologies File System or NTFS was first applied in Windows NT 3.0 back in 1992. This technology

More information

Viewing and Configuring Performance Counters in RTMT

Viewing and Configuring Performance Counters in RTMT CHAPTER 7 Viewing and Configuring Performance Counters in RTMT May 19, 2009 Cisco Unified Presence directly updates Performance counters (called PerfMon counters). The counters contain simple, useful information,

More information

COMMON WINDOWS 10 QUESTIONS & ANSWERS

COMMON WINDOWS 10 QUESTIONS & ANSWERS COMMON WINDOWS 10 QUESTIONS & ANSWERS Windows 10 is a blend of the best features of Windows 7 and 8.1 but many people are frustrated when they can t find a feature or fix they were used to in one of the

More information

Technical Documentation Version 7.4. Performance

Technical Documentation Version 7.4. Performance Technical Documentation Version 7.4 These documents are copyrighted by the Regents of the University of Colorado. No part of this document may be reproduced, stored in a retrieval system, or transmitted

More information

Lab 6A: Customizing the Desktop

Lab 6A: Customizing the Desktop Lab 6A: Customizing the Desktop Objectives After completing this lab, you will be able to:!" Configure the Desktop!" Configure desktop properties.!" Customize Start menus.!" Modify the location of My Documents

More information

EXERCISE SYSTEM GUIDE (v. 7.13)

EXERCISE SYSTEM GUIDE (v. 7.13) EXERCISE SYSTEM GUIDE (v. 7.13) Copyright 2016 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade secrets and proprietary

More information

ZENworks 2017 Update 2 ZENworks Agent Reference. February 2018

ZENworks 2017 Update 2 ZENworks Agent Reference. February 2018 ZENworks 2017 Update 2 ZENworks Agent Reference February 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Spring 2018 L20 Virtual Memory Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 Questions from last time Page

More information

Software troubleshooting

Software troubleshooting N E W S L E T T E R IT Computer Technical Support Newsletter Software troubleshooting November 9, 2015 Vol.2, No.4 TABLE OF CONTENTS Software troubleshooting...1 Unexplained software crashes and error

More information

Introducing Windows 7 Lesson 1

Introducing Windows 7 Lesson 1 Introducing Windows 7 Lesson 1 Objectives Define Windows 7 interface refinements Describe new features of Windows 7 Describe the six editions of Windows 7 Use the Upgrade Advisor to determine hardware

More information

Table of Contents. D-Link SharePort Plus... 4 Introduction...4 System Requirements...4 Features...5. Installation... 6

Table of Contents. D-Link SharePort Plus... 4 Introduction...4 System Requirements...4 Features...5. Installation... 6 Table of Contents D-Link SharePort Plus... 4 Introduction...4 System Requirements...4 Features...5 Installation... 6 SharePort Plus Utility... 11 Utility Overview... 11 Device Server View... 12 Utility

More information

Home. User Guide. Home. Laplink Software, Inc. User Guide MN-PCMHOME-EN-08 (REV. 1/15/2014)

Home. User Guide. Home. Laplink Software, Inc. User Guide MN-PCMHOME-EN-08 (REV. 1/15/2014) 1 Home Laplink Software, Inc. Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com Laplink Software, Inc. 600 108th Ave. NE, Suite 610 Bellevue, WA

More information

Wwise Installation and Migration Guide

Wwise Installation and Migration Guide Wwise 2015.1.9 Installation and Migration Guide Wwise 2015.1.9 Wwise 2015.1.9: Installation and Migration Guide Wwise 2015.1.9 Revision 1910 Copyright 2016 Audiokinetic Inc. All rights reserved. Patents

More information

Lotus Sametime 3.x for iseries. Performance and Scaling

Lotus Sametime 3.x for iseries. Performance and Scaling Lotus Sametime 3.x for iseries Performance and Scaling Contents Introduction... 1 Sametime Workloads... 2 Instant messaging and awareness.. 3 emeeting (Data only)... 4 emeeting (Data plus A/V)... 8 Sametime

More information

role at the the host. The the Administrator r can perform a user with Note Directory. Caution If you do

role at the the host. The the Administrator r can perform a user with Note Directory. Caution If you do 1 One Response to Which two users are assigned the Administrator role at the ESX Server level by default? The vpxuser permission is used for vcenter Server whenn managing activities for the host. The vpxuser

More information

Scaling PortfolioCenter on a Network using 64-Bit Computing

Scaling PortfolioCenter on a Network using 64-Bit Computing Scaling PortfolioCenter on a Network using 64-Bit Computing Alternate Title: Scaling PortfolioCenter using 64-Bit Servers As your office grows, both in terms of the number of PortfolioCenter users and

More information

Part 2 (Disk Pane, Network Pane, Process Details & Troubleshooting)

Part 2 (Disk Pane, Network Pane, Process Details & Troubleshooting) Note: This discussion is based on MacOS, 10.12.5 (Sierra). Some illustrations may differ when using other versions of macos or OS X. Credits: See the list at the end of this presentation Part 2 (Disk Pane,

More information

Chapter 9: Virtual Memory

Chapter 9: Virtual Memory Chapter 9: Virtual Memory Silberschatz, Galvin and Gagne 2013 Chapter 9: Virtual Memory Background Demand Paging Copy-on-Write Page Replacement Allocation of Frames Thrashing Memory-Mapped Files Allocating

More information

RocIT Defender User s Guide ViSoS TM Virtual System on a Stick

RocIT Defender User s Guide ViSoS TM Virtual System on a Stick RocIT Defender User s Guide ViSoS TM Virtual System on a Stick Table of Contents 1. Introduction 3 1.1. Minimum System Requirements 3 1.2. Drive Specifications 4 2. Startup Procedure 4 2.1. Configure computer

More information

NEC Versa 4200 Windows 98 Upgrade Information

NEC Versa 4200 Windows 98 Upgrade Information NEC Versa 4200 Windows 98 Upgrade Information Follow the instructions provided in this document to upgrade your NEC Versa 4200 system to Microsoft Windows 98. Please read these notes in their entirety.

More information

Exam : Title. : A+ OS Technologies

Exam : Title. : A+ OS Technologies Exam : 220-302 Title : A+ OS Technologies QUESTION 1 Under Windows 2000 you consistently receive out of memory messages when running multiple applications. To avoid having to upgrade RAM immediately you?

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 HP t5740 Windows XPe Support Guide Table of contents Overview... 3 Updating the HPDM Agent... 3 Symantec Endpoint Protection (SEP) Firewall... 3 VNC Shadowing...

More information

NetEVS 2.0 Getting Started Guide

NetEVS 2.0 Getting Started Guide NetEVS 2.0 Getting Started Guide On-Net Surveillance Systems Inc. (OnSSI) One Blue Hill Plaza, 7th Floor P.O. Box 1555 Pearl River NY 10965 P: 845-732-7900 T: 845-732-7900 info@onssi.com www.onssi.com

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Imaging & Deployment User Guide Version 1.0 August 16, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

1. Adjusting Your Work Area

1. Adjusting Your Work Area 21 1. Adjusting Your Work Area You can customize the Windows Vista operating system to look and function exactly how you want. In the book Windows Vista for SENIORS you learned for example how to change

More information

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

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

More information

Verizon Family Protection Powered by McAfee. Upgrade Guide for Home Users

Verizon Family Protection Powered by McAfee. Upgrade Guide for Home Users Verizon Family Protection Powered by McAfee Upgrade Guide for Home Users ii Contents Introduction 3 System requirements 5 Upgrading Family Protection 7 Downloading your software... 7 Download your software...

More information

DISK DEFRAG Professional

DISK DEFRAG Professional auslogics DISK DEFRAG Professional Help Manual www.auslogics.com / Contents Introduction... 5 Installing the Program... 7 System Requirements... 7 Installation... 7 Registering the Program... 9 Uninstalling

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2017 Lecture 23 Virtual memory Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 FAQ Is a page replaces when

More information

PowerLink Host Data Manager User Guide

PowerLink Host Data Manager User Guide PowerLink Host Data Manager User Guide Last Updated: July 2009 Version: 2.06014 Contents Contents... 2 Introduction... 4 Quick Start... 5 Enable File Monitoring... 7 Enabling Attaché 7 File Monitoring

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2017 Lecture 10 Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 Chapter 6: CPU Scheduling Basic Concepts

More information

Fencing Time Version 4.3

Fencing Time Version 4.3 Fencing Time Version 4.3 Server System Guide October 2017 Copyright 2017 by Fencing Time, LLC. All rights reserved. Table of Contents Table of Contents Table of Contents... 2 Chapter 1: Fencing Time Server

More information

Computer & Windows Explorer

Computer & Windows Explorer Tips and tricks for maximizing Windows 7 Computer & Windows Explorer Computer and Windows Explorer are still the main file management tools, but with many new features. Libraries Libraries are a new file

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Parallels Virtuozzo Containers for Windows Capacity and Scaling www.parallels.com Version 1.0 Table of Contents Introduction... 3 Resources and bottlenecks...

More information

TravelerSafe Plus User s Manual

TravelerSafe Plus User s Manual TravelerSafe Plus User s Manual TravelerSafe Plus (TravelerSafe+) is a DataTraveler Elite tool that enables you to create and access a user defined password-protected area called a Privacy Zone, on your

More information

Chapter 8: Virtual Memory. Operating System Concepts

Chapter 8: Virtual Memory. Operating System Concepts Chapter 8: Virtual Memory Silberschatz, Galvin and Gagne 2009 Chapter 8: Virtual Memory Background Demand Paging Copy-on-Write Page Replacement Allocation of Frames Thrashing Memory-Mapped Files Allocating

More information

Getting Started. Citrix Load Manager. Version 1.0. Citrix Systems, Inc.

Getting Started. Citrix Load Manager. Version 1.0. Citrix Systems, Inc. Getting Started Citrix Load Manager Version 1.0 Citrix Systems, Inc. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious

More information

Pervasive.SQL - Configuration & Performance Settings

Pervasive.SQL - Configuration & Performance Settings Pervasive.SQL - Configuration & Performance Settings Neil Hughes Support4Omega Ltd. 19th June 2005 1 Introduction Although one of Pervasive.SQL s advantages is its ability to be installed and run straight

More information

VMware vsphere Optimize and Scale [v5.5] Custom Lab 12 Diagnosing CPU performance issues Copyright 2014 Global Knowledge Network Training Ltd.

VMware vsphere Optimize and Scale [v5.5] Custom Lab 12 Diagnosing CPU performance issues Copyright 2014 Global Knowledge Network Training Ltd. VMware vsphere Optimize and Scale [v5.5] Custom Lab 12 Diagnosing CPU performance issues Copyright 2014 Global Knowledge Network Training Ltd. Lab 12 Diagnosing CPU performance issues Objective: Use a

More information

CONNECT TROUBLESHOOTING GUIDE. dspec and Resyn. Troubleshoot connections between dspec and Resyn.

CONNECT TROUBLESHOOTING GUIDE. dspec and Resyn. Troubleshoot connections between dspec and Resyn. CONNECT TROUBLESHOOTING GUIDE dspec and Resyn Troubleshoot connections between dspec and Resyn. Page 2 Table of Contents dspec and Resyn Network Overview... 3 Direct... 3 Indirect... 3 Remote... 3 Network

More information

Print Manager Plus 2010 Workgroup Print Tracking and Control

Print Manager Plus 2010 Workgroup Print Tracking and Control INTRODUCTION: This is intended to assist in the initial installation or evaluation of Print Manager Plus 2010 Workgroup Edition. This will guide you through tracking your printing whether your workgroup

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Work Smart: Windows 7 New Features

Work Smart: Windows 7 New Features About Windows 7 New Features The Windows 7 operating system offers several new features to help you work faster and more efficiently, and enable you to access the files, folders, programs, and applications

More information

Getting Started with Vision 6. Version 6.8

Getting Started with Vision 6. Version 6.8 Getting Started with Vision 6 Version 6.8 Notice Copyright 2008, GenevaLogic, Inc. All rights reserved. Document Date: September 8, 2008 Document Version: 6.8 The content in this document represents the

More information

BEST PRACTICES FOR OPTIMIZING YOUR LINUX VPS AND CLOUD SERVER INFRASTRUCTURE

BEST PRACTICES FOR OPTIMIZING YOUR LINUX VPS AND CLOUD SERVER INFRASTRUCTURE BEST PRACTICES FOR OPTIMIZING YOUR LINUX VPS AND CLOUD SERVER INFRASTRUCTURE Maximizing Revenue per Server with Parallels Containers for Linux Q1 2012 1 Table of Contents Overview... 3 Maximizing Density

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

Chapter 9: Virtual Memory. Operating System Concepts 9 th Edition

Chapter 9: Virtual Memory. Operating System Concepts 9 th Edition Chapter 9: Virtual Memory Silberschatz, Galvin and Gagne 2013 Chapter 9: Virtual Memory Background Demand Paging Copy-on-Write Page Replacement Allocation of Frames Thrashing Memory-Mapped Files Allocating

More information

E N F U Z I O N 3 D U S E R G U I D E. Axceleon, Inc. EnFuzion3D User Guide. For Windows, OS X and Linux Users

E N F U Z I O N 3 D U S E R G U I D E. Axceleon, Inc. EnFuzion3D User Guide. For Windows, OS X and Linux Users Axceleon, Inc. EnFuzion3D 2015.1 User Guide For Windows, OS X and Linux Users Legal Notices EnFuzion3D 2015 User Guide for Windows, OS X and Linux Users Document Version: 2015.1 Publication Date: 2015.07.21

More information

User Manual. Users can use Adobe Acrobat functionality to further assist in locating a specific section of the manual.

User Manual. Users can use Adobe Acrobat functionality to further assist in locating a specific section of the manual. Technology User Manual Search the Manual Users can use Adobe Acrobat functionality to further assist in locating a specific section of the manual.. Select to Search document (this symbol can be found at

More information

Failover Clustering failover node cluster-aware virtual server one

Failover Clustering failover node cluster-aware virtual server one Failover Clustering Microsoft Cluster Service (MSCS) is available for installation on Windows 2000 Advanced Server, Windows 2000 Datacenter Server, and Windows NT Enterprise Edition with Service Pack 5

More information

Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide

Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide Part No. P0936570 04 Business Communications Manager 3.0 Attendant Console Set Up and Operation Guide 2 Copyright 2002 Nortel Networks All rights reserved. The information in this document is subject to

More information

9936A LogWare III. User s Guide. Revision

9936A LogWare III. User s Guide. Revision 9936A LogWare III User s Guide Revision 850701 Table of Contents 1 Introduction...1 1.1 Symbols Used... 1 1.2 Conventions... 1 1.3 What is LogWare?... 1 1.4 License Agreement... 2 1.5 Requirements...

More information

Recent Operating System Class notes 04 Managing Users on Windows XP March 22, 2004

Recent Operating System Class notes 04 Managing Users on Windows XP March 22, 2004 Recent Operating System Class notes 04 Managing Users on Windows XP March 22, 2004 You log into a system to notify the system who you are. When you log off, any files you have opened are cleaned up, and

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

ADOBE DRIVE 4.2 USER GUIDE

ADOBE DRIVE 4.2 USER GUIDE ADOBE DRIVE 4.2 USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive 4.2 User Guide Adobe, the Adobe logo, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop are either

More information

Data Manager Installation and Update Instructions

Data Manager Installation and Update Instructions Data Manager Installation and Update Instructions These instructions describe how to update or install Data Manager desktop software from YSI s website. Failure to follow these instructions may cause you

More information

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019

Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Installing and Configuring the Voice UPB Bridge updated 1-Jan-2019 Before starting these instructions, you should already have your Voice assistant installed and working. These instructions can be used

More information

The Start menu. Computer & Windows Explorer 1/28/2015. New streamlined design. No more My. Recently programs now sport Jump Lists

The Start menu. Computer & Windows Explorer 1/28/2015. New streamlined design. No more My. Recently programs now sport Jump Lists Tips and tricks for maximizing Windows 7 The Start menu New streamlined design No more My Recently programs now sport Jump Lists All Programs menu slides in and out of existing space Search your entire

More information

Customizing Windows XP

Customizing Windows XP Customizing Windows XP Mouse Moves Click Always lets you select something. It may be an icon, a button, or a menu command. Double Click Click the mouse (or trackpad) 2 times on an icon to open that document

More information

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : VCP510PSE Title : VMware Certified Professional 5 - Data Center Virtualization PSE Vendor

More information

PMS 138 C Moto Black spine width spine width 100% 100%

PMS 138 C Moto Black spine width spine width 100% 100% Series MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark Office. All other product or service names are the property of their respective owners. 2009 Motorola, Inc. Table of

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn how an OS interfaces

More information

Glossary Crossword Instructions: Use the terms and clues below to complete the crossword puzzle.

Glossary Crossword Instructions: Use the terms and clues below to complete the crossword puzzle. Glossary Crossword Instructions: Use the terms and clues below to complete the crossword puzzle. party memory execute decode nibble prefetch services Across 4. Computer applications or programs which run

More information

Resizing Cache and Snapshot Disks of the Nasuni Filer Nasuni Corporation Boston, MA

Resizing Cache and Snapshot Disks of the Nasuni Filer Nasuni Corporation Boston, MA Resizing Cache and Snapshot Disks of the Nasuni Filer Nasuni Corporation Boston, MA Overview This document explains how to resize the cache and snapshot (copy-on-write or COW) disks for the Nasuni Filer

More information

Main Window. June 25, 2017, Beginners SIG Activity Monitor (Part 1 of 2)

Main Window. June 25, 2017, Beginners SIG Activity Monitor (Part 1 of 2) Note: This discussion is based on MacOS, 10.12.5 (Sierra). Some illustrations may differ when using other versions of macos or OS X. Credit 1: Activity Monitor Help Credit 2: Use Activity Monitor on your

More information

Accops HyWorks v3.0. Installation Guide

Accops HyWorks v3.0. Installation Guide Accops HyWorks v3.0 Installation Guide Last Update: 4/25/2017 2017 Accops Technologies Pvt. Ltd. All rights reserved. The information contained in this document represents the current view of Propalms

More information

Network Client. Troubleshooting Guide

Network Client. Troubleshooting Guide Troubleshooting Guide Network Client Troubleshooting Guide The first section of this guide answers some frequently asked questions (FAQs) about the operation of Intellex and the Network Client software.

More information

Multimedia Systems 2011/2012

Multimedia Systems 2011/2012 Multimedia Systems 2011/2012 System Architecture Prof. Dr. Paul Müller University of Kaiserslautern Department of Computer Science Integrated Communication Systems ICSY http://www.icsy.de Sitemap 2 Hardware

More information

Powerline Network. Utility Program User Guide. for. Instant Network for Internet Access and More! 200Mbps PLC-ETHERNET BRIDGE

Powerline Network. Utility Program User Guide. for. Instant Network for Internet Access and More! 200Mbps PLC-ETHERNET BRIDGE Powerline Network Instant Network for Internet Access and More! Solution for SOHO, SMALL OFFICE AND HOME OFFICE Utility Program User Guide for 200Mbps PLC-ETHERNET BRIDGE 1 Index 1. Introduction...3 1.1.

More information

Lesson 9 Transcript: Backup and Recovery

Lesson 9 Transcript: Backup and Recovery Lesson 9 Transcript: Backup and Recovery Slide 1: Cover Welcome to lesson 9 of the DB2 on Campus Lecture Series. We are going to talk in this presentation about database logging and backup and recovery.

More information