Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Linux system call using C programming. Write a system call that reports the following statistics about Linux page cache: 1. the current number of pages
Linux system call using C programming.
Write a system call that reports the following statistics about Linux page cache:
1. the current number of pages in the active list over all memory zones.
2. the current number of pages in the inactive list over all memory zones.
3. the current number of pages in the active list whose reference bit is set over all memory zones.
4. the current number of pages in the inactive list whose reference bit is set over all memory zones.
Write a user level program to test the system call.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started