1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: numad
Section: admin
Priority: optional
Maintainer: JeremÃas Casteglione <debian@jrms.com.ar>
Uploaders: gustavo panizzo <gfa@zumbi.com.ar>, Kamal Mostafa <kamal@whence.com>
Build-Depends: debhelper (>= 9),dh-systemd (>= 1.5)
Standards-Version: 3.9.6
Homepage: https://git.fedorahosted.org/cgit/numad.git
Vcs-Git: git://anonscm.debian.org/collab-maint/numad.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/numad.git
Package: numad
Architecture: linux-any
Depends: ${shlibs:Depends},${misc:Depends},systemd-sysv | cgmanager,lsb-base (>= 3.2-14)
Description: User-level daemon that monitors NUMA topology and usage
Numad is a system daemon that monitors NUMA topology and usage. It will attempt
to locate processes for optimum NUMA locality and affinity, dynamically
adjusting to changing system conditions. Numad also provides guidance to assist
management applications with initial manual binding of CPU and memory resources
for their processes.
|