1 Task Manager: Processes vs Applications Tabs Processes tab: List of processes “Running” means waiting for window messages Applications tab: List of top.

Slides:



Advertisements
Similar presentations
Customizing the MOSS 2007 Search Results November 2007 Rafael Perez.
Advertisements

Operating Systems Process Scheduling (Ch 3.2, )
MCTS GUIDE TO MICROSOFT WINDOWS 7 Chapter 10 Performance Tuning.
© Neeraj Suri EU-NSF ICT March 2006 Budapesti Műszaki és Gazdaságtudományi Egyetem Méréstechnika és Információs Rendszerek Tanszék Zoltán Micskei
计算机系 信息处理实验室 Lecture 8 Processes, Threads, and Jobs (2)
Slide 6-1 Copyright © 2004 Pearson Education, Inc. Operating Systems: A Modern Perspective, Chapter 6 Implementing Processes, Threads, and Resources.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 11: Monitoring Server Performance.
Chapter 14 Chapter 14: Server Monitoring and Optimization.
Chapter 11 - Monitoring Server Performance1 Ch. 11 – Monitoring Server Performance MIS 431 – created Spring 2006.
CSSE Operating Systems
Chapter 6 Implementing Processes, Threads, and Resources.
MCITP Guide to Microsoft Windows Server 2008 Server Administration (Exam #70-646) Chapter 14 Server and Network Monitoring.
Process Description and Control A process is sometimes called a task, it is a program in execution.
Hands-On Microsoft Windows Server 2008 Chapter 11 Server and Network Monitoring.
CH 13 Server and Network Monitoring. Hands-On Microsoft Windows Server Objectives Understand the importance of server monitoring Monitor server.
Windows Server 2008 Chapter 11 Last Update
Programming with App Inventor Computing Institute for K-12 Teachers Summer 2012 Workshop.
Guide to MCSE , Enhanced 1 Activity 10-1: Restarting Windows Server 2003 Objective: to restart Windows Server 2003 Start  Shut Down  Restart Configure.
Rootkits Detection on Windows Systems Joanna Rutkowska ITUnderground Conference, October 12 th -13 th 2004, Warsaw.
1 Chapter Overview Monitoring Server Performance Monitoring Shared Resources Microsoft Windows 2000 Auditing.
Slide 6-1 Copyright © 2004 Pearson Education, Inc. Operating Systems: A Modern Perspective, Chapter 6.
Windows Operating System Internals - by David A. Solomon and Mark E. Russinovich with Andreas Polze Unit OS4: Scheduling and Dispatch 4.6. Demos.
计算机系 信息处理实验室 Lecture 7 Processes, Threads, and Jobs (1)
MCTS Guide to Microsoft Windows 7
Windows 2000 Scheduling Computing Department, Lancaster University, UK.
Operating Systems Yasir Kiani. 22-Sep Agenda for Today Review of previous lecture Process management commands: bg, fg, ^Z, jobs, ^C, kill Thread.
Process Management. Processes Process Concept Process Scheduling Operations on Processes Interprocess Communication Examples of IPC Systems Communication.
Windows Operating System Internals - by David A. Solomon and Mark E. Russinovich with Andreas Polze Unit OS2: Operating System Principles 2.5. Lab Manual.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
CMPF124 Personal Productivity with Information Technology Chapter 1 – Part 4 Introduction To Windows Operating Systems Basic Windows Admin Introduction.
Chapter 41 Processes Chapter 4. 2 Processes  Multiprogramming operating systems are built around the concept of process (also called task).  A process.
Module 2 Part IV Introduction To Windows Operating Systems Basic Windows Admin Introduction To Windows Operating Systems Basic Windows Admin.
Processes and Threads CS550 Operating Systems. Processes and Threads These exist only at execution time They have fast state changes -> in memory and.
Windows 2000 Course Summary Computing Department, Lancaster University, UK.
Windows Operating System Internals - by David A. Solomon and Mark E. Russinovich with Andreas Polze Unit OS4: Scheduling and Dispatch 4.6. Lab Manual.
ITEC 502 컴퓨터 시스템 및 실습 Chapter 2-1: Process Mi-Jung Choi DPNM Lab. Dept. of CSE, POSTECH.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 11: Monitoring Server Performance.
Unit OS11: Performance Evaluation Lab Manual.
Processes and Process Control 1. Processes and Process Control 2. Definitions of a Process 3. Systems state vs. Process State 4. A 2 State Process Model.
Silberschatz, Galvin and Gagne  Operating System Concepts Process Concept An operating system executes a variety of programs:  Batch system.
CH 13 Server and Network Monitoring. Hands-On Microsoft Windows Server Objectives Understand the importance of server monitoring Monitor server.
Processes CS 6560: Operating Systems Design. 2 Von Neuman Model Both text (program) and data reside in memory Execution cycle Fetch instruction Decode.
Concurrency & Context Switching Process Control Block What's in it and why? How is it used? Who sees it? 5 State Process Model State Labels. Causes of.
Windows monitoring Unit objectives: Monitor the operating system Monitor system performance Backup and restore operating system files and data.
Processes, Threads, and Process States. Programs and Processes  Program: an executable file (before/after compilation)  Process: an instance of a program.
Windows Operating System Internals - by David A. Solomon and Mark E. Russinovich with Andreas Polze Unit OS7: Security 7.4. Lab Manual.
2 Processor(s)Main MemoryDevices Process, Thread & Resource Manager Memory Manager Device Manager File Manager.
Chapter 2 Process Management. 2 Objectives After finish this chapter, you will understand: the concept of a process. the process life cycle. process states.
Processes and Threads MICROSOFT.  Process  Process Model  Process Creation  Process Termination  Process States  Implementation of Processes  Thread.
Active-HDL Server Farm Course 11. All materials updated on: September 30, 2004 Outline 1.Introduction 2.Advantages 3.Requirements 4.Installation 5.Architecture.
Advanced Operating Systems CS6025 Spring 2016 Processes and Threads (Chapter 2)
Processes and threads.
Process Management Process Concept Why only the global variables?
OPERATING SYSTEMS CS3502 Fall 2017
Process Management Presented By Aditya Gupta Assistant Professor
Operating Systems: A Modern Perspective, Chapter 6
Threads and Locks.
Threads & multithreading
Mid Term review CSC345.
Process Description and Control
Unit OS5: Memory Management
Office 365 Reporting Dashboard - Overview
Process Control B.Ramamurthy 2/22/2019 B.Ramamurthy.
Chapter 3: Processes.
Unix Process Control B.Ramamurthy 4/11/2019 B.Ramamurthy.
Implementing Processes, Threads, and Resources
Process Description and Control in Unix
Outline Process Management Process manager Hardware process
Process Description and Control in Unix
Implementing Processes, Threads, and Resources
Presentation transcript:

1 Task Manager: Processes vs Applications Tabs Processes tab: List of processes “Running” means waiting for window messages Applications tab: List of top level visible windows Right-click on a window and select “Go to process”

2 Understand Task Managers “Applications” A meaningless term at the OS level Not a list of processes Not a list of “tasks” (another meaningless term) It’s a list of top level visible windows in your session that meet certain criteria What does the status column mean? Running: Windows don’t run—threads do Running displayed only when owning thread is waiting for a window message (e.g. not running!) Not Responding: not waiting for window messages To map a window to a process, right- click on a window and select “Go to process”

3 Process Explorer (Sysinternals) “Super Task Manager” Shows full image path, command line, environment variables, parent process, security access token, open handles, loaded DLLs & mapped files

4 Process Explorer’s Process List 1. Run Process Explorer & maximize window 2. Run Task Manager – click on Processes tab 3. Arrange windows so you can see both 4. Notice process tree vs flat list in Task Manager -If parent has exited, process is left justified 5. Sort on first column (“Process”) and note tree view disappears 6. Click on View->Show Process Tree (or CTRL+T) to bring it back 7. Notice description and company name columns 8. Hover mouse over image to see full path of image 9. Right click on a process and choose “Google”

5 Process Performance Click on Performance Tab of process properties Click on Performance Tab of process properties Note: all these numbers can be configured as columns Note: all these numbers can be configured as columns

6 Thread Details Process Explorer “Threads” tab shows which thread(s) are running Start address represents where the thread began running (not where it is now) Click Module to get details on module containing thread start address

7 Thread Start Functions Process Explorer can map the addresses within a module to the names of functions This can help identify which component within a process is responsible for CPU usage Requires access to: Symbol file for that module Proper version of Dbghelp.dll By default, Process Explorer looks for: Dbghelp.dll: in the default Windows Debugging Tools install directory Symbols: _NT_SYMBOL_PATH environment variable Can also specify with Options->Configure Symbols

8 Process Explorer Lab: Environment Variables Click on Environment Tab of process properties

9 Identify Jobs used by WMI Jobs are used by WMI Example: run Psinfo (Sysinternals) and pause output

10 Jobs created by RUNAS 1. In a command prompt: RUNAS /USER:xxx CMD (where xxx is some other local account) 2. In ProcExp, find newly created cmd.exe process Who is the father? 3. Run Notepad from new CMD window 4. Double click on newly highlighted process & click on Job tab

11 Process Block (!process) Physical address of Page Directory root of the process’s Virtual Address Descriptor tree

12 Thread Block (!thread) THREAD 83160f60 Cid 9f.3d Teb: 7ffdc000 Win32Thread: e153d2c8 WAIT: (WrUserRequest) UserMode Non-Alertable 808e9d60 SynchronizationEvent Not impersonating Owning Process 81b44880 WaitTime (seconds) Context Switch Count 2697 LargeStack UserTime 0:00: KernelTime 0:00: Start Address kernel32!BaseProcessStart (0x77e8f268) Win32 Start Address 0x020d9d98 Stack Init f Current f7817bb0 Base f Limit f Call 0 Priority 14 BasePriority 8 PriorityDecrement 6 DecrementCount 13 Kernel stack not resident. ChildEBP RetAddr Args to Child f7817bb0 8008f ntoskrnl!KiSwapThreadExit f7817c50 de0119ec ntoskrnl!KeWaitForSingleObject+0x2a0 f7817cc0 de0123f win32k!xxxSleepThread+0x23c f7817d10 de01f2f win32k!xxxInternalGetMessage+0x504 f7817d80 800bab win32k!NtUserGetMessage+0x58 f7817df0 77d887d ntoskrnl!KiSystemServiceEndAddress+0x4 0012fef user32!GetMessageW+0x30 Address of ETHREAD Thread ID Address of thread environment block Objects being waited on Thread state Address of system service dispatch table Priority Information Actual thread start address Stack trace Address of user thread function Process ID

13 lkd> dt nt!_EPROCESS +0x000 Pcb : _KPROCESS +0x06c ProcessLock : _EX_PUSH_LOCK +0x070 CreateTime : _LARGE_INTEGER +0x078 ExitTime : _LARGE_INTEGER +0x080 RundownProtect : _EX_RUNDOWN_REF +0x084 UniqueProcessId : Ptr32 Void +0x088 ActiveProcessLinks : _LIST_ENTRY +0x090 QuotaUsage : [3] Uint4B +0x09c QuotaPeak : [3] Uint4B +0x0a8 CommitCharge : Uint4B +0x0ac PeakVirtualSize : Uint4B +0x0b0 VirtualSize : Uint4B. Process Block Layout  NOTE: Add “-r” to recurse through substructures

14 Thread Block (!strct ethread) lkd> dt nt!_ETHREAD +0x000 Tcb : _KTHREAD +0x1c0 CreateTime : _LARGE_INTEGER +0x1c0 NestedFaultCount : Pos 0, 2 Bits +0x1c0 ApcNeeded : Pos 2, 1 Bit +0x1c8 ExitTime : _LARGE_INTEGER +0x1c8 LpcReplyChain : _LIST_ENTRY +0x1c8 KeyedWaitChain : _LIST_ENTRY +0x1d0 ExitStatus : Int4B +0x1d0 OfsChain : Ptr32 Void +0x1d4 PostBlockList : _LIST_ENTRY +0x1dc TerminationPort : Ptr32 _TERMINATION_PORT +0x1dc ReaperLink : Ptr32 _ETHREAD  NOTE: Add “-r” to recurse through substructures

15 Watching the Scheduler Performance Monitor - Options | Chart Screen snapshot from: Performance Monitor Options menu | Chart command Set chart maximum vertical scale to 16 Set update interval to 0.1 seconds or less

16 Watching the Scheduler (contd.) Performance Monitor Screen snapshot from: PerfMon main window, setup from previous slide Thread states are indicated by numbers (see thread state transition diagram on previous slide, or Perfmon Explain display for Thread State counter) 5 = waiting 2 = running 1 = ready

17 Watching Forground Priority Boosts Run: cpustres.exe (Resource Kit) Screen snapshot from: Run… cpustres

18 Priority Boost and Decay (contd.) Demo with CpuStres and PerfMon CpuStres settings: two active threads activity level = busy (about 25% wait time) normal process priority class, normal thread priorities Usually only visible in PerfMon if target app owns foreground window (hence longer quantum) These are showing +2 boost (from 8 to 10) for foreground apps after wait completion

19 Priority Boosts on GUI Threads Threads that own windows receive an additional boost of 2 when they wake up because of windowing activity, such as the arrival of window messages. The windowing system (Win32k.sys) applies this boost when it calls KeSetEvent to set an event used to wake up a GUI thread. The reason for this boost is similar to the previous one—to favor interactive applications.

20 CPU Starvation Resolution CpuStres with two compute-bound threads (“maximum” activity level) One is at lower priority than the other