CPUMap - view and edit CPU affinities

About

CPUMap is a simple graphical tool to view and edit CPU affinities of processes on a Linux system.

This is useful when benchmarking and profiling for performance issues, and in some cases to improve performance (e.g. to force a game to use only cores with more cache on some AMD CPUs).

Note that manually controlling CPU affinity is not likely to improve performance if you don't know what you are doing - in most cases, it's best to leave the OS scheduler to do its work.

Features

Install

cargo install cpumap

(TODO binary packages)

License

Licensed under the MIT license, see file LICENSE.