about summary refs log tree commit diff
path: root/tools/numap/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(tools/numap): add a tool to report NUMA topology of a hostFranck Cuny2022-06-191-0/+3
The tool maps the various PCI devices to the NUMA node they are attached to and print the result to STDOUT in JSON. Only ethernet, NVMe and GPU devices are accounted for at the moment. Change-Id: If32c805e61211f0ef4838a82eabc70d7fc1985fe Reviewed-on: https://cl.fcuny.net/c/world/+/453 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>