We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cpupower 5.19:
s-tui:
The text was updated successfully, but these errors were encountered:
I have a similar issue with s-tui vs i7z showing different frequencies.
Sorry, something went wrong.
On Rock PI 4 s-tui display correct frequencies, but on Raspberry PI 4 600 MHz shows as 1500 MHz:
Frequency [MHz]| Util [%] Avg 1500.0|100 Avg | Core 0 | Core 1 | Core 2 | Core 3 Core 0 1500.0| | | | | Core 1 1500.0| | | | | Core 2 1500.0| | | | | Core 3 1500.0| | | | | | | | | | Util [%]| | | | | Avg 3.2| | | | | Core 0 0.0| | | | | pi@pi:/sys/devices/system/cpu $ sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq 600000 pi@pi:/sys/devices/system/cpu $ sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq 600000 pi@pi:/sys/devices/system/cpu $ sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq 1500000 pi@pi:/sys/devices/system/cpu $
No branches or pull requests
Step 1: Describe your environment
Step 2: Describe the problem:
Observed Results:
cpupower 5.19:
s-tui:
Step 3: Reproduce the problem:
Steps to reproduce:
echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
watch -n 1 sudo cpupower monitor
s-tui
The text was updated successfully, but these errors were encountered: