watcher.decision_engine.strategy.strategies.noisy_neighbor
Module¶watcher.decision_engine.strategy.strategies.noisy_neighbor.
NoisyNeighbor
(config, osc=None)[source]¶Bases: watcher.decision_engine.strategy.strategies.base.NoisyNeighborBaseStrategy
Noisy Neighbor strategy using live migration
Description
This strategy can identify and migrate a Noisy Neighbor - a low priority VM that negatively affects performance of a high priority VM in terms of IPC by over utilizing Last Level Cache.
Requirements
To enable LLC metric, latest Intel server with CMT support is required.
Limitations
This is a proof of concept that is not meant to be used in production
Spec URL
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.