Cpu Check Temperature - en
Cpu Check Temperature - en
perature
WHAT?
Step-by-step explanation of how to configure CPU temperature moni-
toring.
WHY?
You want to reduce your electricity bill and make sure that the hard-
ware runs optimally.
EFFORT
10 minutes to read the article and 20 minutes to install and configure
the required tool.
GOAL
Put in place a mechanism for checking and monitoring CPU tempera-
ture.
REQUIREMENTS
Contents
5 Troubleshooting 6
7 Legal Notice 9
Energy savings and cost reduction. When a CPU runs at full speed, it consumes more energy
than when it is idling. Also, running CPUs cool is a critical cost factor, especially in data
centers.
Identifying and monitoring processes that consume too much CPU power. Doing that can
help to free your CPU resources and increase the CPU's responsiveness.
Easier detection of cooling issues. If the CPU temperature reaches 80°C or higher, it indi-
cates that there is a problem with the cooling system or the fan, or that the thermal paste
was not applied correctly.
A long-term reduction of the carbon footprint can be achieved by adjusting the cooling
parameters.
2. To detect all the sensors in the system, run the following command as root :
The --auto option allows checking for all hardware monitoring chips at once without
probing them one by one. When finished, the script shows a summary of what chips were
detected:
Driver `to-be-written':
* ISA bus, address 0xa40
Chip `ITE IT8686E Super IO Sensors' (confidence: 9)
After you have completed these steps, your computer has detected all sensors and has started
to monitor them.
> sensors
[...]
nvme-pci-0700 1
(crit = +83.8°C)
Sensor 1: +36.9°C (low = -273.1°C, high = +65261.8°C) 4
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +43.0°C (high = +82.0°C, crit = +100.0°C)
Core 0: +41.0°C (high = +82.0°C, crit = +100.0°C)
Core 1: +41.0°C (high = +82.0°C, crit = +100.0°C)
Core 2: +43.0°C (high = +82.0°C, crit = +100.0°C)
Core 3: +41.0°C (high = +82.0°C, crit = +100.0°C)
Core 4: +41.0°C (high = +82.0°C, crit = +100.0°C)
Core 5: +40.0°C (high = +82.0°C, crit = +100.0°C)
iwlwifi_1-virtual-0
Adapter: Virtual device
temp1: +56.0°C
k10temp-pci-00c3
Adapter: PCI adapter
Tctl: +57.8°C
amdgpu-pci-0600
Adapter: PCI adapter
vddgfx: +0.73 V
vddnb: +0.74 V
edge: +50.0°C
PPT: 0.00 W
By default, the watch command updates the output every two seconds. You can change this
interval by using the -n option followed by the number of seconds. For example, to change
the interval to 5 seconds, use:
5 Troubleshooting
This part describes potential problems when monitoring CPU temperatures and
their solutions.
This message is displayed when sensors-detect cannot nd any hardware sensors on your
laptop because most laptops handle thermal management through ACPI (Advanced Configura-
tion and Power Interface), not the operating system.
You can check the CPU temperature using the tools that read from the ACPI interface.
1. Check if the acpi package is installed. This package provides an interface for the hard-
ware's embedded controller via ACPI, allowing you to check battery status, thermal zone
temperature, and more. To install, run the command:
2. Check the CPU temperature directly from the /sys le system. The CPU temperature
is located in /sys/class/thermal/thermal_zone*/temp . Below is an example of the
command with its output:
The temperature is displayed in milliCelsius. To get the temperature in Celsius, divide the
output by 1000 to get, in our example, 41°C.
Check whether the sensors are detected correctly: Rerun the sensors-detect command
to redetect the sensors.
Then, run the sensors command again to see if the temperature readings are more re-
alistic.
Check the raw thermal data in the /sys/class/thermal/ directory. See whether the raw
data matches the output of the sensors command.
Use a different tool to read the CPU temperature, for example, Hardinfo, which is a system
profiler and benchmark tool. It can gather information about your system's hardware and
operating system, perform benchmarks, and generate printable reports. It can also show
the CPU temperature. To install Hardinfo, use the following commands:
If none of these recommendations solves the issue, the problem might be due to unsupported or
faulty hardware. In this case, you need to seek help from your hardware manufacturer.
Verify that the CPU cooling system, such as the fan or heat sink, works correctly. Ensure
that the fan is spinning properly and that the heat sink is making proper contact with the
CPU. If necessary, you may need to replace the thermal paste between the CPU and the
heat sink to improve heat transfer.
Adjust the power settings on your system to reduce heat generation. Lowering the CPU
frequency or enabling power-saving features can help keep the temperature in check. For
more information about lowering CPU frequency, see https://documentation.suse.com/sbp/
all/single-html/SBP-performance-tuning/index.html#sec-cpupower-tool .
Monitor the system load and CPU usage. High CPU usage for extended periods can lead to
increased temperatures. Identify any resource-intensive processes and consider optimizing
or limiting their usage. For more information, refer to https://www.suse.com/support/kb/
doc/?id=000016916 .
For more information about programs, tools and utilities that you can use to examine
the status of your system and monitor power-consuming processes, see System monitoring
utilities (https://documentation.suse.com/sles/html/SLES-all/cha-util.html) .
For more information about making your computing more environmentally sustainable,
see https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1009324 .
7 Legal Notice
Copyright© 2006–2025 SUSE LLC and contributors. All rights reserved.
Permission is granted to copy, distribute and/or modify this document under the terms of the
GNU Free Documentation License, Version 1.2 or (at your option) version 1.3; with the Invariant
Section being this copyright notice and license. A copy of the license version 1.2 is included in
the section entitled “GNU Free Documentation License”.
0. PREAMBLE
The purpose of this License is to make a manual, textbook, or other functional and useful docu-
ment "free" in the sense of freedom: to assure everyone the effective freedom to copy and redis-
tribute it, with or without modifying it, either commercially or non-commercially. Secondarily,
this License preserves for the author and publisher a way to get credit for their work, while not
being considered responsible for modifications made by others.
This License is a kind of "copyleft", which means that derivative works of the document must
themselves be free in the same sense. It complements the GNU General Public License, which
is a copyleft license designed for free software.
We have designed this License to use it for manuals for free software, because free software needs
free documentation: a free program should come with manuals providing the same freedoms
that the software does. But this License is not limited to software manuals; it can be used for
any textual work, regardless of subject matter or whether it is published as a printed book. We
recommend this License principally for works whose purpose is instruction or reference.
This License applies to any manual or other work, in any medium, that contains a notice placed
by the copyright holder saying it can be distributed under the terms of this License. Such a
notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under
2. VERBATIM COPYING
You may copy and distribute the Document in any medium, either commercially or non-com-
mercially, provided that this License, the copyright notices, and the license notice saying this
License applies to the Document are reproduced in all copies, and that you add no other condi-
tions whatsoever to those of this License. You may not use technical measures to obstruct or
control the reading or further copying of the copies you make or distribute. However, you may
accept compensation in exchange for copies. If you distribute a large enough number of copies
you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly display
copies.
3. COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have printed covers) of the
Document, numbering more than 100, and the Document's license notice requires Cover Texts,
you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-
Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also
You may copy and distribute a Modified Version of the Document under the conditions of sec-
tions 2 and 3 above, provided that you release the Modified Version under precisely this License,
with the Modified Version filling the role of the Document, thus licensing distribution and mod-
ification of the Modified Version to whoever possesses a copy of it. In addition, you must do
these things in the Modified Version:
A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document,
and from those of previous versions (which should, if there were any, be listed in the
History section of the Document). You may use the same title as a previous version if the
original publisher of that version gives permission.
B. List on the Title Page, as authors, one or more persons or entities responsible for authorship
of the modifications in the Modified Version, together with at least ve of the principal
authors of the Document (all of its principal authors, if it has fewer than ve), unless they
release you from this requirement.
C. State on the Title page the name of the publisher of the Modified Version, as the publisher.
E. Add an appropriate copyright notice for your modifications adjacent to the other copyright
notices.
F. Include, immediately after the copyright notices, a license notice giving the public permis-
sion to use the Modified Version under the terms of this License, in the form shown in
the Addendum below.
G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts
given in the Document's license notice.
I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at
least the title, year, new authors, and publisher of the Modified Version as given on the
Title Page. If there is no section Entitled "History" in the Document, create one stating the
title, year, authors, and publisher of the Document as given on its Title Page, then add an
item describing the Modified Version as stated in the previous sentence.
K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the
section, and preserve in the section all the substance and tone of each of the contributor
acknowledgements and/or dedications given therein.
L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their
titles. Section numbers or the equivalent are not considered part of the section titles.
M. Delete any section Entitled "Endorsements". Such a section may not be included in the
Modified Version.
N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with
any Invariant Section.
If the Modified Version includes new front-matter sections or appendices that qualify as Se-
condary Sections and contain no material copied from the Document, you may at your option
designate some or all of these sections as invariant. To do this, add their titles to the list of
Invariant Sections in the Modified Version's license notice. These titles must be distinct from
any other section titles.
You may add a section Entitled "Endorsements", provided it contains nothing but endorsements
of your Modified Version by various parties--for example, statements of peer review or that the
text has been approved by an organization as the authoritative definition of a standard.
You may add a passage of up to ve words as a Front-Cover Text, and a passage of up to 25
words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only
one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through
arrangements made by) any one entity. If the Document already includes a cover text for the
same cover, previously added by you or by arrangement made by the same entity you are acting
on behalf of, you may not add another; but you may replace the old one, on explicit permission
from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission to use
their names for publicity for or to assert or imply endorsement of any Modified Version.
You may combine the Document with other documents released under this License, under the
terms defined in section 4 above for modified versions, provided that you include in the combi-
nation all of the Invariant Sections of all of the original documents, unmodified, and list them
all as Invariant Sections of your combined work in its license notice, and that you preserve all
their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical Invariant
Sections may be replaced with a single copy. If there are multiple Invariant Sections with the
same name but different contents, make the title of each such section unique by adding at the
end of it, in parentheses, the name of the original author or publisher of that section if known,
or else a unique number. Make the same adjustment to the section titles in the list of Invariant
Sections in the license notice of the combined work.
In the combination, you must combine any sections Entitled "History" in the various original
documents, forming one section Entitled "History"; likewise combine any sections Entitled "Ac-
knowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled
"Endorsements".
6. COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents released under
this License, and replace the individual copies of this License in the various documents with a
single copy that is included in the collection, provided that you follow the rules of this License
for verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute it individually under
this License, provided you insert a copy of this License into the extracted document, and follow
this License in all other respects regarding verbatim copying of that document.
A compilation of the Document or its derivatives with other separate and independent docu-
ments or works, in or on a volume of a storage or distribution medium, is called an "aggregate"
if the copyright resulting from the compilation is not used to limit the legal rights of the com-
pilation's users beyond what the individual works permit. When the Document is included in
an aggregate, this License does not apply to the other works in the aggregate which are not
themselves derivative works of the Document.
8. TRANSLATION
Translation is considered a kind of modification, so you may distribute translations of the Doc-
ument under the terms of section 4. Replacing Invariant Sections with translations requires spe-
cial permission from their copyright holders, but you may include translations of some or all
Invariant Sections in addition to the original versions of these Invariant Sections. You may in-
clude a translation of this License, and all the license notices in the Document, and any War-
ranty Disclaimers, provided that you also include the original English version of this License
and the original versions of those notices and disclaimers. In case of a disagreement between
the translation and the original version of this License or a notice or disclaimer, the original
version will prevail.
If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the
requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual
title.
9. TERMINATION
You may not copy, modify, sublicense, or distribute the Document except as expressly provided
for under this License. Any other attempt to copy, modify, sublicense or distribute the Document
is void, and will automatically terminate your rights under this License. However, parties who
have received copies, or rights, from you under this License will not have their licenses termi-
nated so long as such parties remain in full compliance.
The Free Software Foundation may publish new, revised versions of the GNU Free Documenta-
tion License from time to time. Such new versions will be similar in spirit to the present ver-
sion, but may differ in detail to address new problems or concerns. See https://www.gnu.org/
copyleft/ .
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the
“with...Texts.” line with this:
with the Invariant Sections being LIST THEIR TITLES, with the
Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
If you have Invariant Sections without Cover Texts, or some other combination of the three,
merge those two alternatives to suit the situation.
If your document contains nontrivial examples of program code, we recommend releasing these
examples in parallel under your choice of free software license, such as the GNU General Public
License, to permit their use in free software.