robertdaleweir
Posts: 31
Joined: Mon Oct 30, 2017 12:16 am

Graphical CPU Sensor App For PI4 running Ubuntu

Tue Mar 17, 2020 11:45 pm

Hi
I am looking for a temperature (CPU and SOC) for a PI4 running Ubuntu. My application is a 'turnkey' system imaged onto a PI4 with 4GB Ram etc. I am looking for a Temperature monitoring GUI based App so I can monitor the Temperature of the Processor, so as to minimize throttling. I have inserted my PI4 into a fan cooling case and the unit will be running 24/7. I have something called 'Psense' and I have installed lm-sensors but neither one allows me to capture CPU Temperature.
Can anyone make a suggestion...
Robert

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Graphical CPU Sensor App For PI4 running Ubuntu

Wed Mar 18, 2020 7:18 am

robertdaleweir wrote:
Tue Mar 17, 2020 11:45 pm
Hi
I am looking for a temperature (CPU and SOC) for a PI4 running Ubuntu. My application is a 'turnkey' system imaged onto a PI4 with 4GB Ram etc. I am looking for a Temperature monitoring GUI based App so I can monitor the Temperature of the Processor, so as to minimize throttling. I have inserted my PI4 into a fan cooling case and the unit will be running 24/7. I have something called 'Psense' and I have installed lm-sensors but neither one allows me to capture CPU Temperature.
Can anyone make a suggestion...
Robert

The recommended Operating System is Raspbian Buster:

https://www.raspberrypi.org/documentati ... agement.md
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...


User avatar
kerry_s
Posts: 741
Joined: Thu Jan 30, 2020 7:14 pm

Re: Graphical CPU Sensor App For PI4 running Ubuntu

Wed Mar 18, 2020 9:15 am

are you using a gui?

Code: Select all

cat /sys/class/thermal/thermal_zone0/temp
just fyi temps are in centigrade, so the first 2 numbers are the important part.

most gui's have some kind of monitor add-on

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26442
Joined: Sat Jul 30, 2011 7:41 pm

Re: Graphical CPU Sensor App For PI4 running Ubuntu

Wed Mar 18, 2020 9:53 am

fruitoftheloom wrote:
Wed Mar 18, 2020 7:18 am
robertdaleweir wrote:
Tue Mar 17, 2020 11:45 pm
Hi
I am looking for a temperature (CPU and SOC) for a PI4 running Ubuntu. My application is a 'turnkey' system imaged onto a PI4 with 4GB Ram etc. I am looking for a Temperature monitoring GUI based App so I can monitor the Temperature of the Processor, so as to minimize throttling. I have inserted my PI4 into a fan cooling case and the unit will be running 24/7. I have something called 'Psense' and I have installed lm-sensors but neither one allows me to capture CPU Temperature.
Can anyone make a suggestion...
Robert

The recommended Operating System is Raspbian Buster:

https://www.raspberrypi.org/documentati ... agement.md
Why on earth did you bother to reply to this post? Some of your comments are getting ridiculous. Stop it.


In regard to the question, which was very specific, if you are using the Raspberry Pi desktop on Ubuntu then there are taskbar plugins to display CPU temperature and CPU speed.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

jahboater
Posts: 5680
Joined: Wed Feb 04, 2015 6:38 pm
Location: West Dorset

Re: Graphical CPU Sensor App For PI4 running Ubuntu

Wed Mar 18, 2020 10:33 am

With Ubuntu, is it possible to install the latest firmware?

If so, then, especially with a fan, throttling should be a thing of the past even under extreme loads, and there is no need to monitor it.

For peace of mind, there is a command "vcgencmd get_throttled".
If this returns 0x0, then the Pi has never throttled (since the last boot anyway) and there is adequate voltage - your Pi is happy!
Pi4 8GB running PIOS64

Return to “Ubuntu”