Documentation ¶
Overview ¶
Package mimir provides the two main types 'group' and 'entity', and fast algorithms to place the entities on the given groups while satisfying the requirements of the entities. The type 'group' models physical and logical hardware. The type 'entity' models tasks, processes and containers that should run on some hardware. The two types placer and relocator implements the placement algorithms. The placer places entities on groups and the relocator finds currently placed entities that can benefit from being moved to other groups.
Directories ¶
Path | Synopsis |
---|---|
Package generation provides builders to easily build groups, entities and their resource and affinity requirements and placement orderings.
|
Package generation provides builders to easily build groups, entities and their resource and affinity requirements and placement orderings. |
Package model contains all the data container types needed to model your physical and logical infrastructure through the concept of a group and all your tasks, processes or containers through the concept of an entity.
|
Package model contains all the data container types needed to model your physical and logical infrastructure through the concept of a group and all your tasks, processes or containers through the concept of an entity. |
Click to show internal directories.
Click to hide internal directories.