Difference between revisions of "Category:Scheduler"

From Xen
(The list was a duplicate of what's in the Schedulers article, and of the links to pages belonging to this category)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{{Trailbox|Schedulers|
+
{{Trailbox|Scheduling in Xen|}}
|{{Trail|Schedulers in Xen|
 
* [[Credit Scheduler]]
 
* [[Credit2_Scheduler_Development|Credit 2 Scheduler]]
 
* [[ARINC653 Scheduler|ARINC653 Realtime Scheduler]]
 
* [[RTDS-Based-Scheduler]]
 
}}|{{Trail|3rd party real-time Schedulers for Xen|
 
* [http://blog.xen.org/index.php/2013/11/27/rt-xen-real-time-virtualization-in-xen/ Rt-Xen]
 
}}
 
}}
 
   
  +
The Xen Project Hypervisor supports several different schedulers with different properties.
Also see [http://blog.xen.org/index.php/2013/11/27/rt-xen-real-time-virtualization-in-xen/ Rt-Xen], which includes two real-time schedulers.
 
  +
* '''RT-global:''' which uses a global run queue to hold all VCPUs (in runnable state). It is CPU mask aware, and provides better resource utilization, as VCPU can migrate freely between physical cores (within CPU mask)
 
  +
For details about the currently supported schedulers, check [[Xen_Project_Schedulers|this page]].
* '''RT-partition:''' which uses a run queue per physical CPU. In this way, each physical CPU only looks at its own run queue to make scheduling decisions, which incurs less overhead and potentially better cache performance. However, load-balancing between physical cores is not provided in the current release.
 

Latest revision as of 16:20, 13 October 2016

Scheduling in Xen

The Xen Project Hypervisor supports several different schedulers with different properties.

For details about the currently supported schedulers, check this page.

Pages in category "Scheduler"

The following 5 pages are in this category, out of 5 total.