[SOLVED] CSE330 Project 2 P0

100.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Project-2-pout3o.zip (64 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
5/5 - (2 votes)

Please follow the below steps to test your Project-2.
Download the zip of this git repository.
Unzip the repository.
Implement your kernel module code in the memory_manager.c (i.e. all //TODO part, DO NOT change any other part).
Run the test.sh script with the test arguments.
Test Cases:
./test.sh 2 | The WSS results from your kernel module output should be 300 MB (5 pts), 200 MB (5 pts), and 100
MB (5 pts), and all RSS results should keep as 300 MB (5 pts) | 20 | | 3 | sudo ./test.sh 3 | Bonus! The RSS + SWAP results from your kernel module output should match memory pressure. For iteration 1, SWAP size should be 0 (5 pts). For iteration 3,SWAP size should be larger than 0 (5 pts). | 1 extra point of your CSE330 final total grades |
Note:
Sample Output Screenshots:
Test Case 0

Test Case 1

Test Case 2

Test Case 3

  • Project-2-pout3o.zip