-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Individual Core Graphs #303
Comments
We should take the package temp for the cores that the temperature doesn't work on |
sounds good |
What do you mean by package temp? |
The temperature of the CPU package |
Is the package like the combination of all of the cores? |
sort of, but package also includes the iGPU if the die is an APU |
its basically a package average of everything on the die |
How do you access the data. Is it in a virtual file system? |
it might be somewhere deep in the directories |
ok found it |
What is the value of "type"? |
x86_pkg_temp |
That implies the existence of multiple thermal types. We'll need to do some research to find out what types exist. |
thermal zone 0 is the type |
I feel like this could be its own issue. I'll create one |
theres no additional thermal zones on my laptop apart from 0 and 1, but on laptops with dedicated gpu it might have more showing up |
also on arm devices it might be different (someone test it on a pi or smth) |
See #341 |
Graph data (freq, temp, usage) for each core with --graph.
The text was updated successfully, but these errors were encountered: