Skip to content
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

All Cores Show Maximum in Monitor Mode #215

Open
JerryF1257 opened this issue Jan 30, 2024 · 1 comment
Open

All Cores Show Maximum in Monitor Mode #215

JerryF1257 opened this issue Jan 30, 2024 · 1 comment

Comments

@JerryF1257
Copy link

Step 1: Describe your environment

  • System (Intel/AMD/Raspberry Pi etc): Intel
  • OS version: Mint 21.3
  • s-tui version: 1.1.5
  • Installation method(pip/PPA/source code): DEB from Github

Step 2: Describe the problem: When I run S-TUI, all cores show at maximum (almost maximum) MHz.

Observed Results: Using other CPU monitoring programs such as htop, i7z, turbostat, the cpus and threads show at idle or very small amount of load. Only S-TUI shows cpus at maximum/almost maximum.

  • What happened? (Traceback of a crash/Image/description):

Debug Results, output of s-tui -d created in a file _s-tui.log:

_s-tui.log

  • Replace this with debug output *
  
### Step 3: Reproduce the problem:
#### Steps to reproduce:
1. _____
2. _____
3. _____

  • Replace this with relevant code to reproduce the problem *
![Shutter_006](https://github.com/amanusk/s-tui/assets/59416465/7bc92e25-4cb4-4fd3-a441-8ef104d95bbf)
@amanusk
Copy link
Owner

amanusk commented Feb 6, 2024

Hi,
Thanks for the interest in the project.
Load and frequency are not always coupled. Your CPU could be set to a high frequency manually for some other reason.

It is also possible to get a direct reading with psutil and compare results. Run something like:

python3 -c 'import psutil; print(psutil.cpu_freq(True))'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants