Tagged Questions
5
votes
2answers
497 views
Does Linux kernel 3.x use the CFS process scheduler?
Does the latest version of the Linux kernel (3.x) still use the Completely Fair Scheduler (CFS) for process scheduling which was introduced in 2.6.x ?
If it doesn't, which one does it use, and how ...
23
votes
1answer
1k views
High CPU usage with CFS?
I asked a previous question to try and isolate the source of an increase in CPU usage when moving an application from RHEL 5 to RHEL 6. The analysis that I did for that seems to indicate that it is ...
8
votes
1answer
2k views
Isolating cause of higher CPU usage on RHEL 6 vs RHEL 5
I'm currently looking to move our system from RHEL 5 to RHEL 6, but I've run into a snag with unexpectedly high CPU usage on the RHEL 6 machines. It appears that this may be due at least in some part ...
3
votes
2answers
319 views
How can you determine which process scheduler is being used?
I.e. is it the O(1) scheduler, the CFS scheduler, or an older one?
2
votes
1answer
647 views
What happens the most, context switches or mode switches?
Which happens the most, context switches or mode switches?
I have two answers myself, but I do not know which one is correct:
Context switches happen in user mode, but this does not mean that a ...
4
votes
1answer
217 views
Are there any Workload Management subsystems for Linux?
Asked this on superuser, got no response:
Can anyone tell me of the status/state of WLM (Workload Management) kernel scheduler systems in Linux? Alternatively, any user-space process goal-based load ...