amanusk / s-tui

Terminal-based CPU stress and monitoring utility
https://amanusk.github.io/s-tui/
GNU General Public License v2.0
4.01k stars 139 forks source link

No wattage displayed for package #195

Closed davidhealey closed 2 years ago

davidhealey commented 2 years ago

The graph is populated but the value is always 0

image

amanusk commented 2 years ago

Could you please show the full screenshots with the values at 0?

davidhealey commented 2 years ago

image

amanusk commented 2 years ago

So I assume you are referring to frequency? It is probably related to issue #186 ? Seems only the frequency is miss behaving in regards of value displayed.

davidhealey commented 2 years ago

I want to see how much power (watts) the cpu is consuming.

amanusk commented 2 years ago

Oh, The menu on the left is scrollable, just scroll it down to the power section, with down-arrow, page down or j key

image

davidhealey commented 2 years ago

Ah ok yes I'm seeing that now, thank you. It looks very low, it's showing 1.9W for the package, is that all cores together?

amanusk commented 2 years ago

It's not unreasonable, depending on the processor and on the load. At idle this is a reasonable number for the entire processor. The numbers are probed from Intel RAPL, so I hope it is reported correctly :)

davidhealey commented 2 years ago

Oh I was expecting it to use tens of watts. This is good :)