linux icon indicating copy to clipboard operation
linux copied to clipboard

turbostat (linux-tools package missing)

Open SteveBox0 opened this issue 2 years ago • 3 comments

linux-xanmod-edge does not include turbostat tool package.

sudo apt install linux-tools-xanmod
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-tools-xanmod

SteveBox0 avatar Jun 14 '22 07:06 SteveBox0

Looks like the files are included in the 5.18 xanmod repo https://github.com/xanmod/linux/tree/5.18/tools/power/x86/turbostat

Complied deb packages would be extremely handy.

SteveBox0 avatar Jun 14 '22 07:06 SteveBox0

Workaround was sudo ln -s /usr/sbin/turbostat /usr/bin/turbostat

SteveBox0 avatar Jun 14 '22 08:06 SteveBox0

Also, for Zen3 the below update should be used for correct reporting.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/power/x86/turbostat/turbostat.c?h=v5.19-rc2

SteveBox0 avatar Jul 06 '22 05:07 SteveBox0