aristocratos / btop

A monitor of resources
Apache License 2.0
20.92k stars 644 forks source link

[REQUEST] Report CPU frequency per core #190

Open frainz-de opened 2 years ago

frainz-de commented 2 years ago

Is your feature request related to a problem? Please describe. I was worried why my processor was at a low clock speed even though a process was using an entire core. Using grep MHz /proc/cpuinfo I noticed that the core in use was indeed at a much higher speed. It would be good to show this in btop.

Describe the solution you'd like Instead of on top, the clock frequency is displayed next to the usage of each core.

Describe alternatives you've considered Instead, we could write "avg" or something before the clock speed to make it more obvious that it is an average

ghost commented 2 years ago

This is very much needed. Per core usage percentages are not same as per core frequency. This is needed to check whether frequencies are well within the range of idle frequency.

fery25 commented 1 year ago

I'd really need it too.

Mobmaker55 commented 1 year ago

This would be incredibly helpful!

Faione commented 10 months ago

This is very useful in heterogeneous systems, especially on ARM platforms. Is there any plan for it?

djhunter67 commented 1 month ago

I agree, this feature would be greatly appreciated. I came to the issues specifically to request this.