win10如何查看电脑CPU温度

win10如何查看电脑CPU温度,第1张

win10自带cpu温度监控开启如下:

工具/原料

ThinkPadE425、win10。

1、打开任务管理器:进入win10系统后按下ctrl加alt加delete按键,打开任务管理器。

2、点击性能:找到任务管理器的标签栏,点击进入第二个性能选项。

3、查看温度:在GPU子功能模块中可以查看当前硬件的实时温度。

windows10其他功能

1、桌面应用

微软放弃激进的Metro风格,回归传统风格,用户可以调整应用窗口大小了,久违的标题栏重回窗口上方,最大化与最小化按钮也给了用户更多的选择和自由度。

2、多桌面

如果用户没有多显示器配置,但依然需要对大量的窗口进行重新排列,那么Windows 10的虚拟桌面应该可以帮到用户。在该功能的帮助下,用户可以将窗口放进不同的虚拟桌面当中,并在其中进行轻松切换。使原本杂乱无章的桌面也就变得整洁起来。

Public Function GetCPUTemp() As Double

Dim i As Integer

Dim mCPU As Variant

Dim u As Variant

Dim s As String

Set mCPU = GetObject("WINMGMTS:{impersonationLevel=impersonate}!root\wmi")ExecQuery("SELECT CurrentTemperature From MSAcpi_ThermalZoneTemperature")

For Each u In mCPU

s = s & uCurrentTemperature

Next

Set mCPU = Nothing

GetCPUTemp = (s - 2732) / 10

End Function

Private Sub Form_Load()

Timer1Interval = 500

End Sub

Private Sub Timer1_Timer()

Print GetCPUTemp()

End Sub

可以通过鲁大师获取电脑温度,具体步骤:

百度搜索鲁大师并进行下载安装;

运行已安装的软件,点击温度监测便可以看到CPU温度36度,显卡温度32度,还有其它信息;

还可以在节能降温选项里面设置好一些选项,自动为电脑节能降温。

该条指令的意思时每隔1秒自动检测一次cpu温度

watch -n 1 cat /sys/devices/virtual/thermal/thermal_zone0/temp

Lm_sensors是一个 命令 行工具,用于显示所有芯片传感器数据的当前读数,包括CPU温度。默认情况下,Ubuntu LInux没有安装Lm_Sensors,因此,我们必须自己安装它们。

bob@bob-PC:~$ sudo apt install lm-sensors

检测硬件

接下来,我们需要检测安装在电脑上的硬件监控芯片。现在我们可以开始检测电脑的硬件传感器了:

bob@bob-PC:~$ sudo sensors-detect

# sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)

# System: VMware, Inc VMware Virtual Platform [None]

# Board: Intel Corporation 440BX Desktop Reference Platform

# Kernel: 4150-30Ubuntu-generic x86_64

# Processor: Intel(R) Core(TM) i7-8700 CPU @ 320GHz (6/158/10)

This program will help you determine which kernel modules you need

to load to use lm_sensors most effectively It is generally safe

and recommended to accept the default answers to all questions,

unless you know what you're doing

Some south bridges, CPUs or memory controllers contain embedded sensors

Do you want to scan for them This is totally safe (YES/no): yes

Silicon Integrated Systems SIS5595                      No

VIA VT82C686 Integrated Sensors                          No

VIA VT8231 Integrated Sensors                            No

AMD K8 thermal sensors                                  No

AMD Family 10h thermal sensors                          No

AMD Family 11h thermal sensors                          No

AMD Family 12h and 14h thermal sensors                  No

AMD Family 15h thermal sensors                          No

AMD Family 16h thermal sensors                          No

AMD Family 17h thermal sensors                          No

AMD Family 15h power sensors                            No

AMD Family 16h power sensors                            No

Intel digital thermal sensor                            Success!

    (driver `coretemp')

Intel AMB FB-DIMM thermal sensor                        No

Intel 5500/5520/X58 thermal sensor                      No

VIA C7 thermal sensor                                    No

VIA Nano thermal sensor                                  No

Some Super I/O chips contain embedded sensors We have to write to

standard I/O ports to probe them This is usually safe

Do you want to scan for Super I/O sensors (YES/no): yes

显示cpu温度

可以通过一下命令查看温度数据了:

bob@bob-PC:~$ sensors

iwlwifi_1-virtual-0

Adapter: Virtual device

temp1:        +330°C 

pch_skylake-virtual-0

Adapter: Virtual device

temp1:        +385°C 

BAT0-acpi-0

Adapter: ACPI interface

in0:        +1245 V 

coretemp-isa-0000

Adapter: ISA adapter

Package id 0:  +390°C  (high = +1000°C, crit = +1000°C)

Core 0:        +390°C  (high = +1000°C, crit = +1000°C)

Core 1:        +380°C  (high = +1000°C, crit = +1000°C)

thinkpad-isa-0000

Adapter: ISA adapter

fan1:          0 RPM

temp1:        +380°C 

temp2:            N/A 

temp3:        +00°C 

temp4:        +00°C 

temp5:        +00°C 

temp6:        +00°C 

temp7:        +00°C 

temp8:        +00°C 

BAT1-acpi-0

Adapter: ACPI interface

in0:        +1249 V 

acpitz-acpi-0

Adapter: ACPI interface

temp1:        +380°C  (crit = +1280°C)

还可以使用watch命令实时关注:

bob@bob-PC:~$ watch sensors

使用图形化工具psensor显示cpu温度

使用Psensor,您可以检查以下各项:

主板、CPU传感器和NVidia GPU的温度

硬盘驱动器的温度

风扇的转速

监视CPU使用情况

最新版本的Psensor还为Ubuntu提供了一个applet指示器,因此在Ubuntu上更容易监控硬件温度。您可以选择在顶部面板中显示温度。它甚至可以在温度超过极限时发送桌面通知。

我们可以使用下面的命令安装Psensor:

bob@bob-PC:~/Desktop$ sudo apt install -y psensor

打开ubuntu的launchpad,在里面找到psensor,打开该应用就可以看到多个传感器:

使用图形化工具hardinfo

Hardinfo是Linux中用于在图形化界面中显示硬件信息的工具。可以使用它检测cpu的温度。以下命令安装hardinfo:

bob@bob-PC:~/Desktop$ sudo apt install hardinfo

# 运行一下命令打开hardinfo

bob@bob-PC:~/Desktop$ sudo hardinfo

总结

在本教程中,我们将学习如何从命令行和桌面获取Ubuntu Linux上的CPU温度。

from __future__ import division

import os

from collections import namedtuple

_nt_cpu_temp = namedtuple('cputemp', 'name temp max critical')

def get_cpu_temp(fahrenheit=False):

"""Return temperatures expressed in Celsius for each physical CPU

installed on the system as a list of namedtuples as in:

>>> get_cpu_temp()

[cputemp(name='atk0110', temp=320, max=600, critical=950)]

"""

# >

以上就是关于win10如何查看电脑CPU温度全部的内容,包括:win10如何查看电脑CPU温度、vb如何获取CPU温度、cpu温度是如何获取的等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/9343941.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-27
下一篇 2023-04-27

发表评论

登录后才能评论

评论列表(0条)

保存