103k views
4 votes
Project 9-2: Examine Running Processes In this project you will examine running processes on your system. 1. Download Process Explorer from technet.microsoft.com. 2. Run Process Explorer on your Windows system. 3. In the main view, click the Process column header until you see a hier- archical view of the running processes on your system. What does this view depict? 4. Click View > Show Lower Pane, then View > Lower Pane View > Handles. Then click on different processes in the upper pane. What does this view depict? 5. In the upper pane, right-click a selected process and click Properties View the available data on the different tabs. What do they show? 6. (For advanced users) Click Find, then click Find Handle or DLL. In the search field, type procexp.exe. Click different entries in the result and notice what is happening in the main Process Explorer window. What is Process Explorer showing you? On Linux systems, the System Monitor tool shows running processes On Mac systems, Activity Monitor shows running processes.

1 Answer

4 votes

Final answer:

The hierarchical view of running processes in Process Explorer shows the relationships between parent and child processes. The Lower Pane View > Handles shows the handles that each process has open. The Properties view of a selected process shows various data on different tabs.

Step-by-step explanation:

The view depicted by the hierarchical view of running processes on your system in Process Explorer shows the relationships between parent and child processes. It allows you to see which processes are dependent on others and how they are organized.

The view depicted by the Lower Pane View > Handles in Process Explorer shows the handles that each process has open. Handles represent resources such as files, registry keys, and synchronization objects that a process is currently utilizing.

In the Properties view of a selected process, you can see various data on different tabs such as General (process information), Performance Graphs (CPU and memory usage graphs), Services (services associated with the process), etc.

Process Explorer shows you the open handles and DLLs associated with the selected process. It helps in understanding the resources that a process is using and what other processes or modules it is interacting with.

User Max Ferreira
by
9.1k points