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

Size: px
Start display at page:

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

Transcription

1 Note: This discussion is based on MacOS, (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 Mac ( Credit 3: How to Use macos Activity Monitor Like a Power User ( Credit 4: Activity Monitor Demystified ( Credit 5: Using Activity Monitor ( Over the next few presentations, I m going to review several macos utility apps that you may find useful. Activity Monitor is the topic this month along with the first three of its monitoring functions: CPU, Memory, and Energy. Next month, we ll review the Disk and Network functions, some additional information, and discuss using Activity Monitor to troubleshoot performance problems. Activity Monitor is found in the Utilities folder inside the Applications folder (Finder > Applications folder > Utilities folder). Alternative: Finder > Go menu > Utilities menu item. Of course, you can also search for it with Spotlight. Activity Monitor Icon The app name, Activity Monitor, describes exactly what it does: it monitors the activity on your Mac, keeping track of the system resources that Mac apps are using. The information provided by Activity Monitor can be valuable in troubleshooting, such as finding an app that s slowing down your Mac s responsiveness. In a pinch, you can even use it to force quit an app. Main Window Activity Monitor s main window default view (illustration on the next page) provides a table of all the currently running applications and information about them such as the percentage of CPU capacity that each one is using. It also shows all the processes running on your Mac. Processes can be your user apps, system apps used by macos, and daemons. (Daemons are invisible processes or programs that run in the background to handle requests for services, such as print spooling and file transfers, and is dormant when not required.) You ll find that your Mac runs a lot of processes. I found almost 400 of them running on my imac. Computer operating systems are complex, and most of what s displayed by Activity Monitor probably won t be of much use to you (unless you re a developer, programmer or software engineer) and can be ignored. Because Activity Monitor provides a great deal of information, it s easy to become overwhelmed with all these processes and what each one does. So, don t let yourself get mired down in all the technical details. Page 1 of 12

2 Activity Monitor does have several useful items for the majority of users, and you can use the View menu to help select them. (More on this later.) Activity Monitor Window (CPU Pane) (Credit: Apple Support Use Activity Monitor on your Mac) At the bottom of the window pane for each tab (see below), is some high level summary data. This information can be useful to quickly see how much of your system is currently being used. The summary changes as you click on different tabs. Activity Monitor Window Summary Information (Credit: Apple Support Use Activity Monitor on your Mac) For example, in the pane for the CPU tab above, there s a table showing the percentage of CPU capacity (load) that system and user processes are using, along with a graph showing the same data. There s also a table of Threads and Processes. Page 2 of 12

3 Category Panes As you can see below, there are five category resource tabs at the top of the Activity Monitor window. Each one changes the window view (pane) to show a different category of resources being monitored: CPU (shown in the illustration), Memory, Energy, Disk and Network. These provide information about a particular set of resources, and how much of it an app or other process is using. Activity Monitor Window (CPU Category Pane) Summary Information (Credit: Apple Support Use Activity Monitor on your Mac) As you click on each category tab, the window s contents change to show you a different set of resources and how much of a given resource all running processes are using. The window display for each tab shows different columns of information. Each of these corresponds to a different attribute (characteristic) of the Process being examined. Note: Depending on how your Activity Monitor has been configured, the display of resources may differ from those shown in this presentation. The Process Name column (App Name in the Energy tab) is common to all the tabs. Click on a column header to change the sort order. The User column is also frequently present as well. View Menu You can add or remove columns in each of these panes by choosing Columns from the View menu the menu bar. (See the illustration on the next page.) As you can see, the View menu offers a lot of viewing configuration options to control what is displayed in each pane: Columns Dock Icon (CPU Usage, CPU History, Network Usage, Disk Activity, Application Icon) Update Frequency (Very often/1 sec, Often/2 sec, Normal/5 sec) Processes Page 3 of 12

4 Activity Monitor View Menu The View menu allows you to choose which processes are shown in each pane: All Processes All Processes Hierarchically: Processes that belong to other processes, so you can see the parent/child relationship between them. My Processes: Processes owned by your macos user account. System Processes: Processes owned by macos. Other User Processes: Processes not owned by the root user or current user. Active Processes: Running processes that aren t sleeping. Inactive Processes: Running processes that are sleeping. Windowed Processes: Processes that can create a window (usually apps). Selected Processes: Processes that you selected in the Activity Monitor window. Applications in the last 8 hours: Apps that were running processes in the last 8 hours. Page 4 of 12

5 CPU Pane The CPU pane (see below) shows the processes that are affecting CPU (processor) activity. This pane is one of the three most important ones (CPU, Memory and Energy panes being the others) and will be discussed in more detail. CPU information and the information in the Memory and Energy panes can help identify processes that are affecting the performance of your Mac, as well as battery runtime, temperature, and fan activity. CPU Pane (Credit: Apple Support Use Activity Monitor on your Mac) Display. As shown in the illustration above, the CPU pane displays seven columns: Process Name, % CPU, CPU Time, Threads, Idle Wake Ups, PID, and User. The most useful of these attributes are: % CPU, CPU Time, and User. Click a column header to sort the data (for example: the percentage of CPU capability used by each process). % CPU: How much of the Mac s CPU (Central Processing Unit) is being used by a given process. CPU Time: How long a particular process has been actively using the CPU while it's been running. User: Which Mac user has been using the process. There will always be at Page 5 of 12

6 least one user (you), and several other users, such as root, which are other processes that use resources. (User is present in most panes.) Note: Preventing Sleep: This column will likely be present for portable Macs, and it s just what it says. This process is preventing your Mac from going to sleep (yes or no). Just to be complete, the others are: Threads: A Thread is the smallest set of instructions that can be managed by a Process. Idle Wake Ups: Number of times a thread caused the system to wake up from an idle state to begin executing the thread. PID: Process Identification Number (Process ID) Summary Information. As discussed previously, there s more information available at the bottom of the CPU pane. This is the best place for an overall understanding about CPU performance. CPU Pane (Summary Information) (Credit: Apple Support Use Activity Monitor on your Mac) System: The percentage of CPU capability currently used by system processes (those that belong to macos). User: The percentage of CPU capability currently used by apps opened by you or by the processes those apps opened. Idle: The percentage of CPU capability not being used. CPU Load: The percentage of CPU capability currently used by all System and User processes.! The graph moves from right to left. It updates according to the intervals set by the Update Frequency menu item in the View menu (View > Update Frequency). This setting is the same for all Activity Monitor window panes.! The blue color shows the percentage of total CPU capability currently used by user processes.! The red color shows the percentage of total CPU capability currently used by system processes. Threads: The total number of threads used by all processes combined. Processes: The total number of processes currently running. Current CPU Usage Display. If you re particularly interested in current CPU usage, you can display it in a separate window or in the Dock: To open a window showing current CPU activity, choose CPU Usage from the Window menu (Window > CPU Usage). Keyboard Shortcut: Command-2. (See the illustration on the next page.) Page 6 of 12

7 Window Menu > CPU Usage CPU Usage Window (i7 Processor With 8 Cores) Show a graph of this information in your Dock by changing Activity Monitor s Dock icon for to one that shows CPU Usage instead. Choose Dock Icon from the View menu and then select the Show CPU Usage sub-menu (View > Dock Icon > Show CPU Usage). View Menu > Dock Icon > Show CPU Usage Dock Icon Recent CPU Usage Display. Similar to current CPU usage, you can display recent CPU usage in a separate window or in the Dock. You can also show a graph of this information in your Dock by changing the Dock icon for Activity Monitor to one that shows CPU History instead. To open a window showing recent CPU activity, choose CPU History from the Window menu (Window > CPU History). Keyboard Shortcut: Command-3. Window Menu > CPU History CPU History Window (i7 Processor With 8 Cores) Show a graph of this information in your Dock by changing the Dock icon for Activity Monitor to one that shows CPU History instead. Choose Dock Icon from the View menu and then select the Show CPU History sub-menu (View > Dock Icon > Show CPU History). View Menu > Dock Icon > Show CPU History Page 7 of 12 Dock Icon

8 Memory Pane For information about how memory (RAM) is being used, choose the Memory pane: Memory Pane (Credit: Apple Support Use Activity Monitor on your Mac) Display. As shown in the illustration above, the Memory pane displays five information columns (excluding Process Name and User): Memory, Compressed Mem, Threads, Ports, and PID. The most useful of these are Memory and Compressed Mem: Memory: Memory that s actively being used by a process, such an a app. Compressed Mem: As free memory is used up, macos starts looking for inactive memory (memory that isn't currently in active use but still holds data that will be used by an app) to compress and take up less space. Summary Information. More information is available at the bottom of the Memory pane, providing a nice overview of memory usage: Memory Pane (Summary Information) (Credit: Mac Activity Help) Page 8 of 12

9 Memory Pressure: The Memory Pressure graph helps illustrate the availability of memory resources. The graph moves from right to left and updates at the intervals set in View > Update Frequency. The current state of memory resources is indicated by the color at the right side of the graph:! Green: Memory resources are available.! Yellow: Memory resources are still available but are being tasked/stressed by memory-management processes, such as compression.! Red: Memory resources are depleted, and macos is using your startup drive (often a much slower hard disk drive) for memory by being paged out (temporarily stored) to the drive. To make more RAM available, you can quit one or more apps or install more RAM. Memory Pressure in the Red is the most important indicator that your Mac may need more RAM. Physical Memory: The amount of RAM installed in your Mac. Memory Used: The total amount of memory currently used by all apps and macos processes.! App Memory: The total amount of memory currently used by apps and their processes.! Wired Memory: Memory that can t be compressed or paged out (moved) to your startup drive, so it must stay in RAM. Wired memory used by a process can t be borrowed by other processes. The app's programmer determines how much wired memory must be used.! Compressed: The amount of memory in RAM that is compressed to make more RAM memory available to other processes. Swap Used: The space used on your startup drive by macos memory management. It's normal to see some activity here. As long as memory pressure is not in the red state, macos has memory resources available. Cached Files: Memory that was recently used by apps and is now available for use by other apps. If you've been using an app and then quit using it, the RAM that it was using then becomes available to other apps. If you open the app again before its cached-files memory is used (overwritten) by another app, it opens more quickly. Energy Pane The Energy pane shows overall energy use and the energy used by each app. (See the illustration on the next page.) The Energy pane can be especially pertinent and useful for Mac portable computers because it shows how much battery your apps are using. This can help you make sure you re getting as much life out of your Mac portable as possible. The more energy your computer uses, the lower battery life you ll get. Page 9 of 12

10 Energy Pane (Credit: Mac Activity Help) Display. As shown in the illustration above, the Energy pane displays five columns (excluding Process Name and User): Energy Impact, Avg Energy Impact, App Nap, Requires High Perf GPU (only available for portable computers), and Preventing Sleep. All of them can be particularly useful for portable computer users to help maximize battery life. Energy Impact: A relative measure of the app s current energy consumption. Lower numbers are better. A triangle to the left of an app's name means that the app consists of multiple processes. Click the triangle to see details about each process. Avg Energy Impact: The average energy impact for the past 8 hours or since the Mac started up, whichever is shorter. Average energy impact is also shown for apps that were running during that time, but have since been quit. The names of those apps are dimmed. App Nap: Apps that support App Nap consume very little energy when they are open but not being used. For example, an app might nap when it's hidden behind other windows, or when it's open in a space that you aren't currently viewing. Page 10 of 12

11 Requires High Perf GPU: If your portable computer has the high-performance GPU (graphics processing unit), such as a Radeon GPU, and the app that you re using requires it, then the indicator in this column will be yes. Such a GPU can place a high demand on your battery, reducing battery life. Preventing Sleep: As noted previously, this indicates whether the app is preventing your Mac from going to sleep. Summary Information. More information is available at the bottom of the Energy pane: Energy Pane (Summary Information) (Credit: Apple Support Use Activity Monitor on your Mac) Energy Impact: A relative measure of the total energy used by all apps. The graph moves from right to left and updates at the intervals set in View > Update Frequency. The remaining items are also displayed on Mac portable computers: Graphics Card: The type of graphics card currently used. As noted previously, high performance cards use more energy.! Macs that support a feature known as automatic graphics switching save power by using integrated graphics. They switch to a higher-performance graphics chip only when an app needs it.! Integrated means your Mac is currently using integrated graphics. High Perf. means your Mac is currently using high-performance graphics.! To identify apps that are using high-performance graphics, look for apps that show "Yes" in the Requires High Perf GPU column. Remaining Charge: The percentage of charge remaining on the battery. Time Until Full: The amount of time your Mac must be plugged into an AC power outlet to become fully charged. Time on AC: The time elapsed since your Mac was plugged into an AC power outlet. Time Remaining: The estimated amount of battery time remaining on your Mac. (Before macos Sierra, this information was available from the Battery menu bar item.) Time on Battery: The time elapsed since your Mac was unplugged from AC power. Battery (Last 12 hours): The battery charge level of your Mac over the last 12 hours. The color green shows times when the Mac was getting power from a power adapter. Page 11 of 12

12 Next Presentation Next month, we ll finish in Part 2 the review of Activity Monitor by discussing the Disk and Network functions, some additional information, and how to use this app to troubleshoot performance problems. If you have any suggestions for presentation topics, please contact me at slp4668@gmail.com. Steve Parker Page 12 of 12

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

Trash in the Dock. May 21, 2017, Beginners SIG The Dock (Part 3 of 3)

Trash in the Dock. May 21, 2017, Beginners SIG The Dock (Part 3 of 3) Note: This discussion is based on MacOS, 10.12.4 (Sierra). Some illustrations may differ when using other versions of macos or OS X. Credit: http://tidbits.com/e/17088 ( macos Hidden Treasures: Dominate

More information

Finder windows To open a new Finder window, click the Finder icon in the Dock, then select File > New Window.

Finder windows To open a new Finder window, click the Finder icon in the Dock, then select File > New Window. https://support.apple.com/en-us/ht201732 Mac Basics: The Finder organizes all of your files The Finder in OS X provides access to your files, folders, and drives, and helps you to keep them organized.

More information

Tabbing Between Fields and Control Elements

Tabbing Between Fields and Control Elements Note: This discussion is based on MacOS, 10.12.6 (Sierra). Some illustrations may differ when using other versions of macos or OS X. The capability and features of the Mac have grown considerably over

More information

Note: This discussion is based on MacOS, (High Sierra). Some illustrations may differ when using other versions of macos or OS X.

Note: This discussion is based on MacOS, (High Sierra). Some illustrations may differ when using other versions of macos or OS X. Note: This discussion is based on MacOS, 10.13.5 (High Sierra). Some illustrations may differ when using other versions of macos or OS X. Previous presentations covered Some Lesser Known Mac Features to

More information

Apple 9L OS X Support Essentials

Apple 9L OS X Support Essentials Apple OS X Support Essentials 10.9 http://killexams.com/exam-detail/ D. What does it mean when you choose the option to "ignore volume ownership" in the Finder? What are the security ramifications of ignoring

More information

Using Mavericks Mac OS X 10.9 part 2

Using Mavericks Mac OS X 10.9 part 2 Using Mavericks Mac OS X 10.9 part 2 About Jeff Bohr Started Naples Mac Help in 2004! Apple Certified Support Professional, OS X 10.8! 27 years of using only Apple Computers!! naplesmachelp.com System

More information

Folder Sync Instruction Manual

Folder Sync Instruction Manual Folder Sync Instruction Manual Document History 4 05-Nov-2011 Updated to reflect notable changes in v1.4.0 3 08-Sep-2011 Updated to reflect notable changes in v1.3.0 2 20-Jun-2011 Updated to reflect notable

More information

Where Did I Save That File?

Where Did I Save That File? Note: This discussion is based on MacOS, 10.13.6 (High Sierra). Some illustrations may differ when using other versions of macos or OS X. Illustrations are from screenshots on my imac. As I mentioned in

More information

Running Your Apple Devices Lean, Clean, and Mean. with Dave Hamilton

Running Your Apple Devices Lean, Clean, and Mean. with Dave Hamilton Running Your Apple Devices Lean, Clean, and Mean with Dave Hamilton What you ll learn How to keep your Mac and iphone running clean Preventative steps to take before problems hit What to do when things

More information

Mac OS X Part 3. The University of Utah Student Computing Labs Macintosh Support

Mac OS X Part 3. The University of Utah Student Computing Labs Macintosh Support Mac OS X Mac OS X Part 3 The University of Utah Student Computing Labs Macintosh Support mac@scl.utah.edu Basic overview of Mac OS X s interface Finding files/folders Basic overview of directory structure

More information

Mac OS X Handbook MacBook Westhampton Beach School District

Mac OS X Handbook MacBook Westhampton Beach School District Mac OS X Handbook MacBook Westhampton Beach School District www.westhamptonbeach.k12.ny.us Table of Contents Features and Design! 3 The Downloads Stack! 4 Customization! 5 Finder! 6 Cover Flow! 7 Icons!

More information

GETTING ACQUAINTED WITH YOUR IBOOK

GETTING ACQUAINTED WITH YOUR IBOOK GETTING ACQUAINTED WITH YOUR IBOOK IBOOK CARE AND FEEDING HOW DO YOU TURN IT ON AND OFF? Press the Power button on the top right of the keyboard. Press the Power button again to shutdown the computer.

More information

Organizing Screens with Mission Control

Organizing Screens with Mission Control 7 Organizing Screens with Mission Control If you re like a lot of Mac users, you like to do a lot of things at once. No matter how big your screen may be, it can still feel crowded as you open and arrange

More information

Editing 1: Mac Basics

Editing 1: Mac Basics Editing 1: Mac Basics Battle Creek Area Community Television 70 West Michigan Ave., Suite 112 Battle Creek, MI 49017 (269) 968-3633 www.accessvision.tv Hardware Overview Desktop Computer (imac) Monitor/CPU

More information

If your Mac keeps asking for the login keychain password

If your Mac keeps asking for the login keychain password If your Mac keeps asking for the login keychain password The password of your macos user account might not match the password of your login keychain. Either create a new login keychain or update it with

More information

OS 10.9 Mavericks. ApplePickers November 13, 2013

OS 10.9 Mavericks. ApplePickers November 13, 2013 OS 10.9 Mavericks ApplePickers November 13, 2013 Availability Available since Oct. 22 Should work on most Intel Mac sold since 2007 those running Snow Leopard or later FREE!! upgrade Finder Tabs Finder

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Important Things to Know... 4 Carbonite Features... 5 Setting Up and Installing... 6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription... 8 Subscription Pricing...

More information

Panda Antivirus Server for Mac User Manual

Panda Antivirus Server for Mac User Manual Panda Antivirus Server for Mac User Manual !"#$%&'()*+,$-'*(& Use of this product is subject to acceptance of the Panda Security End User License Agreement enclosed. Panda Security is registered in the

More information

New to Mac. Viewing Options in Finder:

New to Mac. Viewing Options in Finder: New to Mac Finder Preferences Finder helps you find and organize your files. To set Finder preferences, click on your desktop > Click Finder on the top left menu > Preferences. General Check External Hard

More information

KODAK EASYSHARE Software CD V1.X Troubleshooting Guide for Mac OS X

KODAK EASYSHARE Software CD V1.X Troubleshooting Guide for Mac OS X KODAK EASYSHARE Software CD V1.X Troubleshooting Guide for Mac OS X Getting Started Use this information to solve problems installing KODAK EASYSHARE Software or getting KODAK EASYSHARE Software to function

More information

MAC BASICS. 125 S. Prospect Avenue, Elmhurst, IL (630) elmhurstpubliclibrary.org. Start Using Computers, Tablets, and Internet

MAC BASICS. 125 S. Prospect Avenue, Elmhurst, IL (630) elmhurstpubliclibrary.org. Start Using Computers, Tablets, and Internet MAC BASICS WHAT IS MAC? Introduction What We ll Cover While many users are only familiar with Windows computers, working on a Mac is both extremely user friendly and offers a variety of included creative

More information

Created by Eugene Stephens 2015

Created by Eugene Stephens 2015 Mac OS X (10.9) Hardware Power cable - Magsafe adapter has 3 states: o Off Not plugged in, not charging o Amber Charging o Green Fully charged o NOTE: Because the port on the laptop is magnetized, small

More information

Top 6 Mac user mistakes

Top 6 Mac user mistakes E-book Top 6 Mac user mistakes! applecoursesonline.com Bad habits can damage your Mac, make it messy and definitely give it a shorter lifespan. Make sure you stop doing this! Print this e-book and have

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 3 What You Need 4 Installation Overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows 4 Step

More information

Dell Power Manager Version 3.0 User Guide

Dell Power Manager Version 3.0 User Guide Dell Power Manager Version 3.0 User Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Checking Resource Usage in Fedora (Linux)

Checking Resource Usage in Fedora (Linux) Lab 5C Checking Resource Usage in Fedora (Linux) Objective In this exercise, the student will learn how to check the resources on a Fedora system. This lab covers the following commands: df du top Equipment

More information

Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts.

Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts. Mac OS X keyboard shortcuts Learn about common Mac OS X keyboard shortcuts. Startup Keystroke Press X during startup Press Option-Command-Shift- Delete!during startup Press C during startup Press N during

More information

21 keyboard shortcuts Mac users need to know - Computerworld

21 keyboard shortcuts Mac users need to know - Computerworld 21 keyboard shortcuts Mac users need to know - Computerworld This collection of keyboard shortcuts for macos can users get the most from their imacs, MacBook Pro and MacBook laptops. I m sure most Mac

More information

Parallels Toolbox User's Guide

Parallels Toolbox User's Guide Parallels Toolbox User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International GmbH. All rights

More information

Installing AGO2GO on a Mac 10.9 to 10.12

Installing AGO2GO on a Mac 10.9 to 10.12 Installing AGO2GO on a Mac 10.9 to 10.12 This has been confirmed to work with Mac OS X 10.12 "Sierra" We will be installing 2 applications and adding some settings that will streamline the login process.

More information

Lights-Out Green IT for Windows Home Server Code Name Vail and Aurora

Lights-Out Green IT for Windows Home Server Code Name Vail and Aurora Lights-Out Green IT for Windows Home Server Code Name Vail and Aurora Copyright Martin Rothschink, AxoNet Software GmbH 2010 Lights-Out for Vail and Aurora Edition 1.0/Sep. 27, 10 Page 1 of 43 Lights-Out

More information

Macintosh OS X 10.4 Tips

Macintosh OS X 10.4 Tips Macintosh OS X 10.4 Tips Copyright 2005 Oliver Jovanovic Mail Tips Mail ~/Library/Mail stores most mail files and mailboxes ~/Library/Mail/LSMMap file stores junk mail training ~/Library/Mail/Mailboxes

More information

Step 10 Screen Saver

Step 10 Screen Saver Step 10 Screen Saver What is Screen Saver? If you have your computer on and stop using it and not turn it off, you can set up a Screen Saver, which automatically shows a slide show after so many minutes

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 9L0-064 Title : OS X v10.8 Troubleshooting Exam Vendors : Apple Version : DEMO 1 /

More information

MacMost.com (hosted by Gary Rosenzweig)

MacMost.com (hosted by Gary Rosenzweig) Note: This discussion is based on MacOS, 10.14.1 (Mojave). Some illustrations may differ when using other versions of macos or OS X. Illustrations are from screenshots on my imac. In this presentation

More information

Moving to the Mac A GUIDE FOR NEW USERS OF MAC OS X. [Type here]

Moving to the Mac A GUIDE FOR NEW USERS OF MAC OS X. [Type here] [Type here] Moving to the Mac A GUIDE FOR NEW USERS OF MAC OS X This guide is aimed at those who are new to using Mac s. It assumes that you have prior knowledge of using a computer, probably a PC. The

More information

How To Remove Virus From Windows OS

How To Remove Virus From Windows OS 9/30/2018 How To Remove Virus From Windows OS Detailed Instructions To Remove Virus From Your MAC OS Step 1. Ending Process Running Under The Ac tivity Monitor 1. Type Activity Monitor in the Launchpad

More information

[Troubleshooting] Task Manager shows High CPU, Memory and Disk Usage

[Troubleshooting] Task Manager shows High CPU, Memory and Disk Usage [Troubleshooting] Task Manager shows High CPU, Memory and Disk Usage Sometimes the system would run very slow due to the abnormally high loading of CPU, Memory, or Disks, it means that these main components

More information

Touring the Mac S e s s i o n 4 : S A V E, P R I N T, C L O S E & Q U I T

Touring the Mac S e s s i o n 4 : S A V E, P R I N T, C L O S E & Q U I T Touring the Mac S e s s i o n 4 : S A V E, P R I N T, C L O S E & Q U I T Touring_the_Mac_Session-4_Feb-22-2011 1 To store your document for later retrieval, you must save an electronic file in your computer.

More information

CS 326: Operating Systems. CPU Scheduling. Lecture 6

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

More information

Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover h

Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover h Welcome to Mac OS X Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover how easy it is to use. 2 Installing

More information

Apple Pro Training Series: OS X Support Essentials Updates & Errata

Apple Pro Training Series: OS X Support Essentials Updates & Errata Apple Pro Training Series: OS X Support Essentials 10.10 Updates & Errata Apple Pro Training Series: OS X Support Essentials 10.10 By Kevin M. White and Gordon Davisson ISBN-13: 978-0-13-401471-5 First

More information

[Troubleshooting] High usage (100%) of CPU and HDD in Windows 10

[Troubleshooting] High usage (100%) of CPU and HDD in Windows 10 [Troubleshooting] High usage (100%) of CPU and HDD in Windows 10 Sometimes the system would run very slow due to abnormally high loading of CPU and hard disk, it means that these main components are constantly

More information

A workshop on Appleʼs Latest Operating System OX 10.9 (Mavericks) Facilitated by Burt Stephens

A workshop on Appleʼs Latest Operating System OX 10.9 (Mavericks) Facilitated by Burt Stephens A workshop on Appleʼs Latest Operating System OX 10.9 (Mavericks) Facilitated by Burt Stephens November 17, 2013 OS X 10.9 (MAVERICKS) TIMELINE NEW FEATURES OF MAVERICKS IBooks Previously Purchased To

More information

Back to My Mac User Guide

Back to My Mac User Guide Back to My Mac User Guide This guide shows you how to use MobileMe over the Internet to access a remote Mac with Mac OS X Snow Leopard installed, a Time Capsule, or an external hard disk connected to an

More information

Dell Precision Optimizer Owner s Manual

Dell Precision Optimizer Owner s Manual Dell Precision Optimizer Owner s Manual Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential

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

Cerner Hints for Laptops and Mobile Devices

Cerner Hints for Laptops and Mobile Devices Cerner Hints for Laptops and Mobile Devices 1. Stay Connected to Cerner Longer To avoid having to login to Cerner multiple times during your day, try the following changes. a. On Mac Laptop i) Adjust System

More information

Peerless Drive System User's Manual

Peerless Drive System User's Manual Peerless Drive System User's Manual Copyright 2001 Iomega Corporation Iomega, the stylized "i" logo, Peerless, and the Peerless brand block are either registered trademarks or trademarks of Iomega Corporation

More information

Introducing Mountain Lion 7

Introducing Mountain Lion 7 Contents Contents Introducing Mountain Lion 7 About OS X Mountain Lion 8 Installing Mountain Lion 9 The OS X Environment 0 Aqua Interface About Your Mac About System Preferences 7 Changing the Background

More information

ipod nano User Guide

ipod nano User Guide ipod nano User Guide 2 Contents Preface 4 About ipod nano Chapter 1 6 ipod nano Basics 6 ipod nano at a Glance 7 Using ipod nano Controls 11 Using ipod nano Menus 13 Disabling ipod nano Controls 14 Connecting

More information

Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod

Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod ipod Features Guide 2 Contents Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod Chapter 2 14 Music Features

More information

Command Center Software Specification for the M11x platform Version 1.0

Command Center Software Specification for the M11x platform Version 1.0 Command Center Software Specification for the M11x platform Version 1.0 CONTACT: EMAIL: Carlos Mimoso carlos_mimoso@dell.com DATE: 10/14/2010 Unlimited distribution subject to the copyright. Disclaimers

More information

ipod nano Features Guide

ipod nano Features Guide ipod nano Features Guide 2 Contents Chapter 1 4 ipod nano Basics 5 ipod nano at a Glance 5 Using ipod nano Controls 7 Disabling ipod nano Buttons 8 Using ipod nano Menus 9 Connecting and Disconnecting

More information

Help. About Hi-Res Audio Recorder. Getting Ready to Use Your Computer. Operation Flow from Recording to Editing to Saving

Help. About Hi-Res Audio Recorder. Getting Ready to Use Your Computer. Operation Flow from Recording to Editing to Saving This Help describes the features of and provides the instructions on using it. In this Help, screens that appear on a Windows computer connected with the turntable are used as examples. About What Is?

More information

USB Card Reader (UISA2SE) User's Guide

USB Card Reader (UISA2SE) User's Guide USB Card Reader (UISA2SE) User's Guide INDEX Introduction Installation Guide Setup for Windows Setup for Mac OS Troubleshooting Specification Introduction Features Features Thank you for purchasing USB

More information

Fujitsu LifeBook T Series

Fujitsu LifeBook T Series Fujitsu LifeBook T Series BIOS Guide LifeBook T Series Model: T5010 - UMTS Model Document Date: 02/18/2009 Document Part Number: FPC58-2036-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 LifeBook T Series BIOS

More information

COPYRIGHTED MATERIAL. Part 1: Mac OS X Basics

COPYRIGHTED MATERIAL. Part 1: Mac OS X Basics Part 1: Mac OS X Basics Task 1: Logging In, Setting Automatic Login, and Logging Off Task 2: Acting as Another User Task 3: Task 4: Task 5: Task 6: Task 7: Task 8: Task 9: Task 10: Task 11: Task 12: Shutting

More information

Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod

Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod ipod Features Guide 2 Contents Chapter 1 4 ipod Basics 5 ipod at a Glance 5 Using ipod Controls 7 Disabling ipod Controls 8 Using ipod Menus 9 Connecting and Disconnecting ipod Chapter 2 14 Music Features

More information

Fujitsu LifeBook U Series

Fujitsu LifeBook U Series Fujitsu LifeBook U Series BIOS Guide LifeBook U Series Model: UH900 Document Date: 01/07/2010 Document Part Number: FPC58-2547-01 FUJITSU AMERICA, INC. 1 LifeBook U Series BIOS U Series BIOS BIOS SETUP

More information

Firmware version Operation may differ from other firmware versions

Firmware version Operation may differ from other firmware versions Firmware version 4.8.52 Operation may differ from other firmware versions Welcome to Bowers & Wilkins and Thank you for choosing Bowers & Wilkins. When John Bowers first established our company he did

More information

Getting Started With Parallels Desktop 14

Getting Started With Parallels Desktop 14 Getting Started With Parallels Desktop 14 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International

More information

What is an Operating System?

What is an Operating System? What is an Operating System? Hi! I m Sarah, and I m here to tell you about a computer s operating system and guide you through navigating a computer. We ll follow along with Jane. Jane wants to use the

More information

MOUNTAIN LION. A Quick Introduction

MOUNTAIN LION. A Quick Introduction MOUNTAIN LION A Quick Introduction SEMI-GLOSS DOCK Glassy look is gone Running apps indicator is on the edge Removing items harder Status bar SCROLL BARS Blue aqua bars replaced Scrolling remains

More information

Fujitsu LifeBook T Series

Fujitsu LifeBook T Series Fujitsu LifeBook T Series BIOS Guide LifeBook T Series Model: T1010 with UMTS Document Date: 01/15/2009 Document Part Number: FPC58-2038-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 LifeBook T Series BIOS

More information

AlphaSmart Manager 2. User s Guide

AlphaSmart Manager 2. User s Guide AlphaSmart Manager 2 User s Guide AlphaSmart Sales and Technical Support For AlphaSmart sales and technical support contact information, see page 81 or visit the AlphaSmart web site at www.alphasmart.com

More information

Power Management. Dario Freddi

Power Management. Dario Freddi Dario Freddi 2 Contents 1 PowerDevil, a Power Management Daemon 4 1.1 Energy Saving Settings................................... 4 1.2 Activity Settings....................................... 5 1.3 Advanced

More information

About Parallels Desktop 13 for Mac

About Parallels Desktop 13 for Mac About Parallels Desktop 13 for Mac Parallels Desktop 13 for Mac is the simplest, most powerful solution for running Windows and Windows applications on Mac without rebooting. For more information, see

More information

CleanMyMac 2 User Guide Last updated on November 7, For application version Copyright (c) 2018 MacPaw Inc.

CleanMyMac 2 User Guide  Last updated on November 7, For application version Copyright (c) 2018 MacPaw Inc. 1 2 CleanMyMac 2 User Guide http://macpaw.com Last updated on November 7, 2017. For application version 2.5.1 Copyright (c) 2018 MacPaw Inc. All rights reserved. Contents 3 Chapter 1. Introducing CleanMyMac

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

ipod Tutorial Includes lessons on transferring music to ipod, playing music, and storing files on ipod

ipod Tutorial Includes lessons on transferring music to ipod, playing music, and storing files on ipod ipod Tutorial Includes lessons on transferring music to ipod, playing music, and storing files on ipod apple Apple Computer, Inc. 2004 Apple Computer, Inc. All rights reserved. Apple, the Apple logo, Apple

More information

Workshops. Introduction. Project 1: Customizing the Desktop. Getting and Using the Project Files

Workshops. Introduction. Project 1: Customizing the Desktop. Getting and Using the Project Files Workshops Introduction The Workshops are all about being creative and thinking outside of the box. These orkshops ill help your right-brain soar, hile making your left-brain happy; by explaining hy things

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

The First-Time Login Must Be On-Campus using Ethernet Cable

The First-Time Login Must Be On-Campus using Ethernet Cable Mac OS X Configuration Tips & Resources Information Technology Services The First-Time Login Must Be On-Campus using Ethernet Cable September 8, 2016 1. Before your start up your new (or re-imaged) Mac

More information

St. Augustine Macintosh User s Group (SAMUG) March 19, 2019

St. Augustine Macintosh User s Group (SAMUG) March 19, 2019 St. Augustine Macintosh User s Group (SAMUG) March 19, 2019 Airdrop Between Apple Devices (imac, ipad, iphone) Physical Connector Types More Photo Sharing Voice Memos Signing PDF Documents! 1 of! 6 Airdrop

More information

GETTING TO KNOW YOUR MACBOOK PRO. Equipment. 1. Ports LEFT SIDE RIGHT SIDE

GETTING TO KNOW YOUR MACBOOK PRO. Equipment. 1. Ports LEFT SIDE RIGHT SIDE GETTING TO KNOW YOUR MACBOOK PRO Equipment 1. Ports LEFT SIDE RIGHT SIDE USB 3, Headphone/speaker Jack 2. Thunderbolt Dongle (laptop to VGA for projector) 3. Power Cord & Power Button - connect AC Power

More information

Making Sense of the Finder

Making Sense of the Finder The Finder is where it all happens on a Mac From this jumping off place, you store, organize, and manage all of your, applications, documents, music, photos, movies, downloads and much much more. Let s

More information

GA Printing from Mac OS

GA Printing from Mac OS GA-1310 Printing from Mac OS 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45085389 5 May 2009 CONTENTS 3 CONTENTS INTRODUCTION

More information

TOSHIBA GA Printing from Mac OS

TOSHIBA GA Printing from Mac OS TOSHIBA GA-1211 Printing from Mac OS 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45075930 24 October 2008 CONTENTS 3 CONTENTS

More information

Hi-Res Audio Recorder

Hi-Res Audio Recorder Stereo Turntable System Application Hi-Res Audio Recorder About Hi-Res Audio Recorder What Is Hi-Res Audio Recorder? [1] Supported Stereo Turntable System [2] Audio File Formats Supported for Recording

More information

You've got an amazing new keyboard. Now learn how to get more out of it!

You've got an amazing new keyboard. Now learn how to get more out of it! You've got an amazing new keyboard. Now learn how to get more out of it! WHAT DO YOU WANT TO DO? ABOUT THE KEYBOARD FIRST-TIME SETUP ADD MORE DEVICES SELECT DEVICES SWAPPING DEVICES MULTIPLE KEY LAYOUTS

More information

Module 11: I/O Systems

Module 11: I/O Systems Module 11: I/O Systems Reading: Chapter 13 Objectives Explore the structure of the operating system s I/O subsystem. Discuss the principles of I/O hardware and its complexity. Provide details on the performance

More information

MIDIAX ONLINE BACKUP INSTALLATION

MIDIAX ONLINE BACKUP INSTALLATION MIDIAX ONLINE BACKUP INSTALLATION http://midiax.com/backup/onlinebackup.htm Online Backup & Recovery Manager is a tool for configuring automatic file and folder backups for storage in the cloud. After

More information

CONTENTS. Working With Feeds Viewing Your Feeds Working With Snippets Deleting Snippets Rev AA

CONTENTS. Working With Feeds Viewing Your Feeds Working With Snippets Deleting Snippets Rev AA CONTENTS Getting Started.............................................. 4 Setting Up Livescribe+...................................................... 4 Connecting Your Smartpen and Device........................................

More information

Installing Firefox on Mac

Installing Firefox on Mac Installing Firefox on Mac Visit the Firefox download page in any browser (e.g. Apple Safari). It will automatically detect the platform and language on your computer and recommend the best edition(s) of

More information

Macintosh OS X 10.3 Tips

Macintosh OS X 10.3 Tips Macintosh OS X 10.3 Tips Copyright 2004 Oliver Jovanovic Mail Tips Mail ~/Library/Mail stores most mail files ~/Library/Mail/LSMMap file stores junk mail training ~/Library/Mail/Mailboxes stores mail (can

More information

macos High Sierra Version A Guide to Your System Preferences

macos High Sierra Version A Guide to Your System Preferences macos High Sierra Version 10.13 A Guide to Your System Preferences HCS Technology Group macos High Sierra: A Guide to Your System Preferences Produced by HCS Training Centers, Ltd. No part of this publication

More information

User Instruction UBC Department of Botany insync Backup Service. Prepared by: Botany IT

User Instruction UBC Department of Botany insync Backup Service. Prepared by: Botany IT User Instruction UBC Department of Botany insync Backup Service Prepared by: Botany IT Nov 11, 2018 0 Table of Contents SECTION I: PREREQUISITES... 2 1. Hardware and software prerequisites... 2 2. Obtain

More information

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer.

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer. Welcome to Mac OS X Aqua makes using your Mac easier than ever. Its color, depth, and motion guide you through your tasks, while the Finder and Dock provide easy access to your computer and network. Aqua

More information

Getting Started. Document Overview. What is Power Save Mac? Installing Power Save Mac. Using the Power Save Mac Preference Pane

Getting Started. Document Overview. What is Power Save Mac? Installing Power Save Mac. Using the Power Save Mac Preference Pane Document Overview This document provides step-by-step instructions for installing Power Save Mac on a single segment Local Area Network. Following these instructions will allow you to have Power Save Mac

More information

Using the OneDrive Sync Client

Using the OneDrive Sync Client Using the OneDrive Sync Client Mac Office of the Chief Information Officer Learning Technologies, Training, Audiovisual and Outreach Copyright 2018 Kennesaw State University Office of the Chief Information

More information

Introducing OS X El Capitan 7

Introducing OS X El Capitan 7 Contents Contents 3 Introducing OS X El Capitan 7 About OS X El Capitan 8 Installing OS X El Capitan 9 The OS X Environment 0 About Your Mac About System Preferences 6 Changing the Appearance 7 Changing

More information

Editing Documents on Your Mac (Part 1 of 3) Review

Editing Documents on Your Mac (Part 1 of 3) Review Note: This discussion is based on MacOS, 10.2.2 (Sierra). Some illustrations may differ when using other versions of Mac OS or OS X. Whether it s an email message or an article for a newsletter, we all

More information

Apple 9L OS X Server Essentials

Apple 9L OS X Server Essentials Apple OS X Server Essentials 10.9 http://killexams.com/exam-detail/ anddocument that you want to open. QUESTION: 83 You are using System Image Utility in OS X Mavericks to create a network disk image.

More information

Digital Learner MacBook Air Quick Start Student User Guide

Digital Learner MacBook Air Quick Start Student User Guide Digital Learner MacBook Air Quick Start Student User Guide Howell Township Public Schools Digital Learner MacBook Air Quick Start Student User Guide The Digital Learner MacBook Air Quick Start Student

More information

Lesson 1: Using Task Manager

Lesson 1: Using Task Manager 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

More information

Macintosh OS X Tips. Mail Tips

Macintosh OS X Tips. Mail Tips Macintosh OS X Tips Copyright 2003 Oliver Jovanovic Mail Tips Mail Works with IMAP (Internet Message Access Protocol) or POP (Post Office Protocol) mail servers ~/Library/Mail stores most mail files ~/Library/Mail/LSMMap

More information

Mac OS X 10.6 Snow Leopard Installation and Setup Guide

Mac OS X 10.6 Snow Leopard Installation and Setup Guide Mac OS X 10.6 Snow Leopard Installation and Setup Guide Read this document before you install Mac OS X. It includes important information about installing Mac OS X. For more information about Mac OS X,

More information

Getting Started. Here's how to get started using your Zip 250 drive: 1. Unpack the Zip 250 drive and accessories.

Getting Started. Here's how to get started using your Zip 250 drive: 1. Unpack the Zip 250 drive and accessories. Getting Started IMPORTANT! Before installing or using your Zip 250 drive, read and follow the USB guidelines to ensure reliable performance of your USB devices. Here's how to get started using your Zip

More information