nokyan / resources

Keep an eye on system resources
GNU General Public License v3.0
783 stars 58 forks source link

Show more detailed CPU info in the CPU section #358

Open nyabinary opened 2 months ago

nyabinary commented 2 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

In Mission Center there is more detail about the CPU shown that could be useful to users, such as the cpufreq driver and governor. image I wondered if we could get stuff like this as well.

Describe the solution you'd like

Implementing stuff like the cache, cpufreq information, etc.

Describe alternatives you've considered

No response

Additional context

No response

nokyan commented 2 months ago

Hi, thanks for the issue.

I haven't implemented cache info yet because I wanted to handle asymmetric CPU architectures (with P-cores and E-cores) so you can see how much cache the different types of cores have and I haven't yet found a way to implement that. Though admittedly I haven't looked into that for like a year or so. ^^

I don't know if the cpufreq stuff would fit into Resources, it's pretty much a software thing (as far as I know) and doesn't strictly have something to do with the CPU itself, if you know what I mean. I also get why that could be useful though. I'll look into it. :)