Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ct-clmsn/mesos-cpu-topo
mesos topology support for cpus
https://github.com/ct-clmsn/mesos-cpu-topo
cloud cloud-computing hardware-topology mesos numa
Last synced: 7 days ago
JSON representation
mesos topology support for cpus
- Host: GitHub
- URL: https://github.com/ct-clmsn/mesos-cpu-topo
- Owner: ct-clmsn
- Created: 2017-04-30T21:56:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T02:28:34.000Z (over 7 years ago)
- Last Synced: 2024-11-12T15:29:17.252Z (2 months ago)
- Topics: cloud, cloud-computing, hardware-topology, mesos, numa
- Language: C++
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mesos-cpu-topo
mesos topology support for cpusmodified the containerizer source from the mesos source code distribution.
the modified version of the containerizer in this repository adds a
preprocessor flag ' __NUMATOPOLOGY_RESOURCE__' which is used to mask or
unmask the numa topology support from the containerizer at compile time.includes demo system including a mesos framework that provides a scheduler
and a cpuisolator. the scheduler selects cpunodes and schedules a
container's execution plan dynamically. the isolator accepts the task
description and the execution plan and runs the container according to
those constraints.