How to Install and Uninstall numad Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "numad" package

This guide let you learn how to install numad on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install numad

2. Uninstall "numad" package

Please follow the instructions below to uninstall numad on openSuSE Tumbleweed:

$ sudo zypper remove numad

3. Information about the numad package on openSuSE Tumbleweed

Information for package numad:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : numad
Version : 0.5.20130522-8.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 53.3 KiB
Installed : No
Status : not installed
Source package : numad-0.5.20130522-8.11.src
Upstream URL : http://git.fedorahosted.org/git/numad.git
Summary : Userspace daemon that automatically binds workloads to NUMA nodes
Description :
numad is a userspace daemon that monitors NUMA usage and resource usage
and attempts to configure workloads using cpusets to use a subset of
CPUs and memory nodes to maximise the number local memory access for
best performance. Alternatively, it can be used to give hints as to how
workloads should be manually bound to CPUs and memory nodes. This daemon
is primarily intended for scenarios where there are multiple processes
each which fit within a NUMA node. Examples of such configurations are
virtual machine instances where each VM is smaller than a NUMA node
or running multiple JVMs where each instance fits within a NUMA node.
If the workload is one process that spans two or more nodes such as
a large database server or a single JVM instance then numad is likely
to regress performance.