Unit 4 - Windows Virtual Memory, Linux Virtual Memory

Unit 4 Lab Assignment 4: Processor Management
Question 1: Windows Virtual Memory
1. How many cores does your machine have? 2. How many processors does your machine have? 3. What is the frequency of each processor? 4. How much physical memory does your system have? 5. How much of this memory is free? 6. How many context switches has the system performed since bootup? Do not forget to show visual evidence of the main actions you took to answer the questions.
Question 2: Linux Virtual Memory
You may perform the tasks in this question on any Linux system. You may find help in [1]. 1. Install and run the utility htop on your Linux OS using the CLI. Answer the following questions: a. How much swap memory do you have? how much of it is being used by your OS? b. For how long has your system been up? c. How do you kill a process in htop? Kill a random process and see if it will have an effect on your OS. 2. Start the text editing program of your choice (e.g., gedit) a. What is the PID of the editing process? [hint: Use the ps utility (module 4-1) and “| grep”]
b. Kill the text editing process. What command did you use? c. Issue the “pstree” command. What is the first process that your OS started? What happens if you kill that process? Do not forget to show visual evidence of the main actions you took to answer the questions.
Reference: [1] https://linuxtogether.org/htop-command-explanation/

-
Rating:
5/
Solution: Unit 4 - Windows Virtual Memory, Linux Virtual Memory