numaperf-topo
NUMA topology discovery and CPU locality mapping.
Overview
numaperf-topo discovers your system's NUMA topology at runtime by reading from Linux sysfs. It provides information about NUMA nodes, their CPUs, and inter-node distances.
Usage
[]
= "0.1"
Most users should use the numaperf facade crate instead.
Example
use Topology;
Features
- Topology discovery from
/sys/devices/system/node/ - Per-node information: CPU count, CPU set, memory info
- Distance matrix: Inter-node access latencies
- CPU-to-node mapping: Find which node owns a CPU
Types
Topology- System NUMA topologyNumaNode- Information about a single NUMA node
Part of numaperf
This crate is part of the numaperf workspace.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.