Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numactl/numactl
NUMA support for Linux
https://github.com/numactl/numactl
Last synced: about 1 month ago
JSON representation
NUMA support for Linux
- Host: GitHub
- URL: https://github.com/numactl/numactl
- Owner: numactl
- License: gpl-2.0
- Created: 2014-08-05T20:37:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T17:28:24.000Z (about 2 months ago)
- Last Synced: 2024-11-02T07:07:36.315Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 1.64 MB
- Stars: 414
- Watchers: 26
- Forks: 146
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPL2
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-numa - numastat - A program display NUMA allocation statistics (Observation and profiling tools)
README
# numactl
![build test](https://github.com/numactl/numactl/workflows/Makefile%20CI/badge.svg)
Simple NUMA policy support. It consists of a numactl program to run other
programs with a specific NUMA policy and a libnuma shared library ("NUMA API")
to set NUMA policy in applications.The libnuma binary interface is supposed to stay binary compatible.
Incompatible changes will use new symbol version numbers.
In addition there are various test and utility programs, like `numastat` to
display NUMA allocation statistics and `memhog`.In `test/` there is a small regression test suite.
Note that `regress` assumes an unloaded machine with memory free on each node.
Otherwise you will get spurious failures in the non-strict policies (preferred,
interleave.)See the manpages [`numactl.8`](https://linux.die.net/man/8/numactl) and
[`numa.3`](https://linux.die.net/man/3/numa) for details.# License, Copyrights, Acknowledgements
`numactl` and the demo programs are under the GNU General Public License, v.2.
`libnuma` is under the GNU Lesser General Public License, v2.1.
The manpages are under the same license as the Linux manpages (see the files.)
`numademo` links with a library derived from the C version of STREAM by John D.
McCalpin and Joe R. Zagar for one sub benchmark. See `stream_lib.c` for the
license. In particular when you publish `numademo` output you might need to pay
attention there or filter out the STREAM results.It also uses a public domain Mersenne Twister implementation from Michael
Brundage.Version 2.0.10-rc2: (C)2014 SGI
Author:
Andi Kleen, SUSE LabsVersion 2.0.0 by Cliff Wickman (`[email protected]`), Christoph Lameter
(`[email protected]`) and Lee Schermerhorn (`[email protected]`).Version 2.0.16+ by Andi Kleen and Luo Chunsheng, as well as various contributors.