Difference between revisions of "Resource management"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
m (fix wiko)
(updated)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''OpenVZ resource management''' is a set of controls to provide per-[[VE]] limits and guarantees in a way that multiple VEs will coexist on a single physical server. It consists these primary controllers:
+
'''OpenVZ resource management''' is a set of controls providing per-[[container]] resource accounting and limiting. This is required for multiple containers to coexist gracefully on a single [[host system]].
  
* [[User beancounters]]
+
OpenVZ resource management includes these four primary controllers:
* [[OpenVZ disk quota system]]
+
 
* [[CPU Fairscheduler]]
+
* [[User beancounters]] (and [[VSwap]])
 +
* [[Disk quota]]
 +
* [[CPU Fair scheduler]]
 +
* [[I/O priorities]] and [[I/O limits]]
 +
 
 +
OpenVZ administrators can also use the following mainstream Linux mechanisms:
 +
* [[Traffic accounting with iptables]]
 
* [[Traffic shaping with tc]]
 
* [[Traffic shaping with tc]]
  
FIXME: add more text
+
[[Category:Resource management]]
FIXME: create a right-hand navigation menu for all of the resource management stuff
 
 
 
 
[[Category:Definitions]]
 
[[Category:Definitions]]
 
[[Category:Kernel]]
 
[[Category:Kernel]]

Latest revision as of 11:10, 13 December 2013

OpenVZ resource management is a set of controls providing per-container resource accounting and limiting. This is required for multiple containers to coexist gracefully on a single host system.

OpenVZ resource management includes these four primary controllers:

OpenVZ administrators can also use the following mainstream Linux mechanisms: