How to Install and Uninstall numad Package on openSUSE Leap

Last updated: May 14,2024

1. Install "numad" package

Here is a brief guide to show you how to install numad on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install numad

2. Uninstall "numad" package

This guide let you learn how to uninstall numad on openSUSE Leap:

$ sudo zypper remove numad

3. Information about the numad package on openSUSE Leap

Information for package numad:
------------------------------
Repository : Main Repository
Name : numad
Version : 0.5.20130522-3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 49.6 KiB
Installed : No
Status : not installed
Source package : numad-0.5.20130522-3.2.1.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.