- Температура процессора Linux
- Температура процессора в Linux
- 1. Установка
- 2. Настройка программы
- Использование sensors
- Использование psensor
- Выводы
- Похожие записи
- Оцените статью
- Об авторе
- 15 комментариев к “Температура процессора Linux”
- Get CPU temperature on Linux
- How to install lm_sensors on all major Linux distros
- Get CPU temperature from command line
- Get CPU temperature from GUI
- Closing Thoughts
- Related Linux Tutorials:
Температура процессора Linux
В этой небольшой статье мы рассмотрим как посмотреть температуру процессора с помощью lm_sensors. Lm_sensors — это акроним от Linux monitoring sensors. Это набор инструментов с открытым исходным кодом, с помощью которого вы можете посмотреть и отслеживать многие параметры работы системы, такие как напряжение, температура, влажность и обороты кулеров.
Кроме того, утилита позволяет определять допустимые границы показателей, например, та же температура процессора Linux для определенной модели. Таким образом, вы можете найти неполадку в системе вовремя и заменить неработающий элемент, например, вентилятор, чтобы избежать перегрева и выхода и строя оборудования.
Температура процессора в Linux
1. Установка
Обычно, пакет lm_sensors уже предустановлен в большинстве систем и сконфигурирован для работы. Но если в вашей системе его нет, то программу не так сложно установить. В ArchLinux:
sudo yum install lm_sensors
В Debian, Ubuntu или Linux Mint:
sudo apt-get install lm-sensors
2. Настройка программы
Когда установка будет завершена, нам необходимо выполнить настройку, чтобы определить все сенсоры, подключенные к системе. Для этого выполните:
Утилита sensors-detect пытается найти все установленное оборудование и загрузить рекомендованные для него модули ядра. В большинстве случаев вам будет достаточно нажимать кнопку Enter в ответ на все вопросы программы, тем самым давая ответы по умолчанию. Мы рассматривали более подробно sensors-detect в статье управление кулером Linux.
Использование sensors
Теперь можно перейти к просмотру доступной температуры. Для этого наберите:
Здесь отображается не только температура процессора Linux, но и другие полезные показатели, такие как, напряжение и частота вращения вентиляторов. Для любителей, можно вывести температуру процессора в Фаренгейтах с помощью опции -f:
Чтобы постоянно наблюдать за температурой процессора можно использовать команду watch. По умолчанию она будет обновлять информацию раз в две секунды:
Если вы видите, что для какого-либо компонента температура становится критической, значит пора разобрать системный блок и посмотреть что там произошло, возможно, нужно поменять термопасту или заменить кулер.
Использование psensor
Если вы не любите работать в терминале и вам больше по душе графический интерфейс, то можно воспользоваться графической утилитой psensor, которая берет информацию через lm_sensors. Чтобы установить ее в Ubuntu выполните:
Дальше утилиту можно запустить из главного меню или командой:
Здесь отображается вся та же информация, что и в lm_sensors, но, кроме того, есть температура видеокарты, жесткого диска, загрузка процессора и видеокарты, а также другие параметры. В настройках утилиты вы можете выбрать единицу измерения температуры:
И выбрать датчики, которые нужно использовать:
Выводы
В этой статье мы рассмотрели как узнать температуру процессора linux. Надеюсь, эта информация была полезной для вас. Если у вас остались вопросы, спрашивайте в комментариях.
На завершение видео о том как посмотреть температуру процессора linux:
Обнаружили ошибку в тексте? Сообщите мне об этом. Выделите текст с ошибкой и нажмите Ctrl+Enter.
Похожие записи
Оцените статью
Об авторе
Основатель и администратор сайта losst.ru, увлекаюсь открытым программным обеспечением и операционной системой Linux. В качестве основной ОС сейчас использую Ubuntu. Кроме Linux, интересуюсь всем, что связано с информационными технологиями и современной наукой.
15 комментариев к “Температура процессора Linux”
Использую lm_sensors в связке с gkrellm, предварительно собрав ядро с нужными модулями для сенсоров. Ответить
у меня нет коменды whatch 🙁
—
юзаю такое
—
xuser@mbs:~$ cat bin/sr.sh
#!/bin/sh
#
while [ true ]; do
sensors | grep -v POWER | grep -v CHASSIS
echo — — —
sleep $1
done
—
sr.sh 5
acpitz-virtual-0
Adapter: Virtual device
temp1: +40.0°C (crit = +75.0°C) atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage: +1.17 V (min = +1.45 V, max = +1.75 V)
+3.3 Voltage: +3.38 V (min = +3.00 V, max = +3.60 V)
+5.0 Voltage: +4.97 V (min = +4.50 V, max = +5.50 V)
+12.0 Voltage: +12.24 V (min = +11.20 V, max = +13.20 V)
CPU FAN Speed: 1573 RPM (min = 0 RPM, max = 1800 RPM)
CPU Temperature: +31.0°C (high = +90.0°C, crit = +125.0°C)
MB Temperature: +39.0°C (high = +70.0°C, crit = +125.0°C) k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +32.0°C
Core1 Temp: +40.0°C — — — Ответить
но все равно я буду использовать свой скрипт. Потому что в его выводе нет лишней информации.
—
вот полный выовд sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +40.0°C (crit = +75.0°C) atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage: +1.22 V (min = +1.45 V, max = +1.75 V)
+3.3 Voltage: +3.38 V (min = +3.00 V, max = +3.60 V)
+5.0 Voltage: +4.95 V (min = +4.50 V, max = +5.50 V)
+12.0 Voltage: +12.24 V (min = +11.20 V, max = +13.20 V)
CPU FAN Speed: 1614 RPM (min = 0 RPM, max = 1800 RPM)
CHASSIS FAN Speed: 0 RPM (min = 0 RPM, max = 1800 RPM)
POWER FAN Speed: 0 RPM (min = 0 RPM, max = 1800 RPM)
CHASSIS4 FAN FAN Speed: 0 RPM (min = 0 RPM, max = 1800 RPM)
CHASSIS2 FAN FAN Speed: 0 RPM (min = 0 RPM, max = 1800 RPM)
CHASSIS3 FAN FAN Speed: 0 RPM (min = 0 RPM, max = 1800 RPM)
CPU Temperature: +40.0°C (high = +90.0°C, crit = +125.0°C)
MB Temperature: +47.0°C (high = +70.0°C, crit = +125.0°C) k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +38.0°C
Core1 Temp: +44.0°C Ответить
Большое спасибо adminu за этот блог,очень нужен для начинающих.Автору видео о температурных данных для Линукс.Всё работет без сучка и задоринки.У меня Linux Mint 19.1 Tessa- пару лет назад в первые в жизни поставил Ubuntu и что . не пошло.Пришлось присесть на Windows.Не созрел тогда и базы знаний,практический не было(т.е. опыта) да и главное возраст стал подпирать,торопить(секрета не делаю мне под 70 лет).Сделал вторую попытку(тянет меня к Линуксу,почему- простой,скоростной,а главное очень умный.Он предугадывает твои желания.Надо только его понять.Мой «рекорд» по установке-Linux Mint 19.1 — 32 минуты,рабочая версия с минимумом программ*условно «триал») и можно работать.На расширенную «версиию» Linux Mint 19.1 (c «примочками» и «бубнами») по полной программе-«расширенная» версия для IT-гурманов- ещё + 35 минут.И «дело в шляпе».
Всем всего наилучшего. Ответить
Уважаемый админ.-вопрос как показать в комментариях фото графической оболочки Psensor в работе? Ответить
Загрузите фото на какой-либо файлообменник, а потом добавьте полученную ссылку в комментарий. Ответить
Большое спасибо за быстрый ответ.Пробовал вставить через текстовый редактор,не знаю прошло или нет. Ответить
Очень круто, что стольким людям реально нравится Linux.. Жаль, что их нет среди моего окружения :((
В общем респект, и всего наилучшего! Ответить
Подскажите пожалуйста, а можно вывести данные сенсоров температуры в таскбаре? А поверх всех приложений? Ответить
Я не нашёл способа, где была бы отображена максимальная температура процессора за время, пока работает мониторинг Ответить
Get CPU temperature on Linux
The ability to get the temperature of a key component such as a CPU is important, whether you are gaming, overclocking, or hosting intensive processes on a critical server for your company. The Linux kernel comes with modules built in that allow it to access onboard sensors within the CPU. In this tutorial, you will learn how to access these sensors and get the CPU temperature on a Linux system.
There is a program that will work in conjunction with the kernel modules mentioned above to display the readings of the CPU temperature in the userspace. The program is called lm_sensors. This software allows users to get a readout of the CPU temperature in the command line and interfaces with several graphical front ends that make displaying temperatures in real time automatic and easy.
In this tutorial you will learn:
- How to install lm_sensors on all major Linux distros
- How to use the sensors command to get CPU temperature
- How to install Conky on all major Linux distros
- How to use Conky to monitor CPU temperature
Category | Requirements, Conventions or Software Version Used |
---|---|
System | Any Linux distro |
Software | lm-sensors, Conky |
Other | Privileged access to your Linux system as root or via the sudo command. |
Conventions | # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command $ – requires given linux commands to be executed as a regular non-privileged user |
How to install lm_sensors on all major Linux distros
The lm_sensors software allows users to retrieve the temperature of their CPU on Linux. This package is available on all major Linux distros and can be installed from the default system repositories.
You can use the appropriate command below to install lm_sensors with your system’s package manager.
To install lm_sensors on Ubuntu, Debian, and Linux Mint:
$ sudo apt install lm-sensors
To install lm_sensors on Fedora, CentOS, AlmaLinux, and Red Hat:
$ sudo dnf install lm_sensors
To install lm_sensors on Arch Linux and Manjaro:
Get CPU temperature from command line
Once the lm_sensors package is installed on your system, you will have access to the sensors-detect command. Running this command in your terminal will show you the temperature of your CPU cores. As long as you have relatively modern hardware, you will probably have temperature monitoring capability. If you use a desktop distribution, you will have hardware monitoring support enabled.
The program will pose a number of questions about which sensors to use. It will suggest a best option for each one. If you don’t know which sensors to pick, go with the recommendations until the end where it asks if you want to save the configuration. Always save it. Of course, you can use your best judgment regarding which sensors to use.
Now you may use the sensors command to see a list of your system’s current temperatures.
Here is a snippet of output that was produced on our test system:
k8temp-pci-00c3 Adapter: PCI adapter Core0 Temp: +32.0°C Core0 Temp: +33.0°C Core1 Temp: +29.0°C Core1 Temp: +25.0°C nouveau-pci-0200 Adapter: PCI adapter temp1: +58.0°C (high = +100.0°C, crit = +120.0°C)
DID YOU KNOW?
Incorrectly installed heat sinks, clogged vents, or dust-ridden chassis fans can lead to high temperatures inside your PC, which are a detriment to the longevity of system components, including the CPU, video card, etc. Your BIOS should have (modern systems do) a temperature failsafe option: if the temperature reaches a certain threshold, the system will shutdown in order to prevent damage to the hardware.
To continuously monitor the CPU temperature, you can start lm-sensors as a service.
$ sudo systemctl start lm-sensors
And enable it to start automatically at system boot:
$ sudo systemctl enable lm-sensors
Get CPU temperature from GUI
Conky is a system monitoring program for Linux. It displays a widget on your desktop with relevant information for your system. In this case, we are interested in using Conky to display the CPU temperature. Since Conky is highly customizable, we can configure it to continuously display the output of the sensors command.
Let’s start by installing Conky. You can use the appropriate command below to install Conky with your system’s package manager.
To install Conky on Ubuntu, Debian, and Linux Mint:
$ sudo apt install conky-all
Copy the default Conky configuration to your home directory. It is better to edit this file with your custom settings, and to keep the original as a backup.
$ cp /etc/conky/conky.conf ~/.conkyrc
Open the configuration file to make your changes. Since Conky can take input in the form of variables from the execution of command line programs, that’s how you pass sensor information to it.
Running execi sensors in the Conky configuration will give the output of the sensors. However, that give the whole output, so you may want to use other command line tools like grep and cut to get the exact output that you want.
Closing Thoughts
In this tutorial, we saw how to get the CPU temperature on a Linux system. This can be achieved on most Linux distros with the lm-sensors software. Then, Conky and a number of other GUI utilities can take advantage of lm-sensors in order to display the CPU temperature information. This provides you with an easy way to get and monitor the temperatures in your system, to ensure that your PC is running as cool as possible.
Related Linux Tutorials:
Comments and Discussions