How does the system detect thrashing?
Answer / Ankur Rawat
Thrashing is detected by monitoring system performance indicators such as CPU utilization, page fault rate, and memory wait time. If these indicators reach high levels for an extended period of time, it may indicate that the system is thrashing. To determine whether the system is truly thrashing, a threshold value for each indicator can be set, and if the values exceed these thresholds for a certain duration, the system is considered to be in a state of thrashing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a system detect starvation?
What is the concept of reentrancy?
Draw the states of a process in an OS.
What do you mean by memory leak?
Give a non-computer example of preemptive and non-preemptive scheduling?
What is so-dimm in reference to ram?
Define page fault interrupt?
Are there any problems that the cpu faces? Have any measures been taken to make it more efficient?
Why do I have x86 program file?
How do I see all files on my mac?
What are the problems can stack based management in recursive calling of functions?
What is an OS? Explain it to a layman.