-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
CPU Speed Raspberry Pi wrong #3134
Labels
Milestone
Comments
Hi John, Can you copy/paste the return of the following command:
Thanks ! |
Hello Nicolas,
Here is the result you requested.
***@***.***:~ $ python3
Python 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>> import psutil
>> psutil.cpu_freq()
scpufreq(current=600.0, min=600.0, max=1500.0)
>>
Kind regards,
John
…On Thu, Apr 3, 2025 at 10:12 AM Nicolas Hennion ***@***.***> wrote:
Hi John,
Can you copy/paste the return of the following command:
python
>>> import psutil
>>> psutil.cpu_freq()
Thanks !
—
Reply to this email directly, view it on GitHub
<#3134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPMYQKPHF3IGXLQX4MAG4L2XTUQPAVCNFSM6AAAAAB2AGHDXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONZUHAZTSMJZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: nicolargo]*nicolargo* left a comment (nicolargo/glances#3134)
<#3134 (comment)>
Hi John,
Can you copy/paste the return of the following command:
python
>>> import psutil
>>> psutil.cpu_freq()
Thanks !
—
Reply to this email directly, view it on GitHub
<#3134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPMYQKPHF3IGXLQX4MAG4L2XTUQPAVCNFSM6AAAAAB2AGHDXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONZUHAZTSMJZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Met vriendelijke groet / With kind regards,
J. Slegers
|
Strange it should work. What's your Glances version @jslegers73 ? |
I am using version 4.3.1. If you change the Ghz to Mhz it would be fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have installed the latest version on my Raspberry Pi 4. It shows the wrong CPU speed :
1500Ghz instead of 1.5Ghz
This was also with the previous version.
John
The text was updated successfully, but these errors were encountered: