在Linux中,有许多命令行或基于GUI的工具就能来展示你的CPU硬件的相关具体信息。那么如何查看linux系统CPU信息呢?下面是我收集整理的如何查看linux系统CPU信息,希望对大家有帮助~~
工具/原料
linux系统
方法/步骤
11. /proc/cpuinfo
最简单的方法就是查看 /proc/cpuinfo ,这个虚拟文件展示的是可用CPU硬件的配置。
通过查看这个文件,你能识别出物理处理器数(插槽)、每个CPU核心数、可用的CPU标志寄存器以及其它东西的数量。
12. x86info
⑵ 怎么在温度是操作系统上面安装linux操作系统
Linux上有几款用户空间工具,让你可以检查和监测系统各个部件的温度。
lm-sensors是一款软件工具,可以借助嵌入在硬件的传感器,监测温度、电压、湿度和风扇运行状况。hddtemp这款工具可以通过S.M.A.R.T.数值,测量硬盘的温度。psensor是一款用于监测温度的图形化前端程序,它能够直观地显示处理器、英伟达/ATI/AMD图形处理器(GPU)和硬盘等部件的温度数值。
在下文中,我将介绍如何设置psensor,以监测处理器和硬盘的温度。
将psensor安装在Linux桌面上
psensor可以根据从其他工具(比如lm-sensors和hddtemp)获得的信息,直观地显示系统温度。因而,你需要将psensor连同那些必要的工具一并安装。
将psensor安装在Debian或Ubuntu上:
$ sudo apt-get install lm-sensors hddtemp psensor
将psensor安装在Ubuntu上的另一个办法是,使用含有一款较新版本psensor的个人软件包仓库(PPA)软件库。
$ sudo add-apt-repository ppa:jfi/ppa
$ sudo apt-get update
$ sudo apt-get install lm-sensors hddtemp psensor
将psensor安装在Fedora上:
$ sudo yum install lm_sensors hddtemp
$ sudo yum install gcc gtk3-devel GConf2-devel lm_sensors-devel cppcheck libatasmart-devel libcurl-devel json-c-devel libmicrohttpd-devel help2man libnotify-devel libgtop2-devel make
$ wget http://wpitchoune.net/psensor/files/psensor-0.8.0.3.tar.gz
$ tar xvfvz psensor-0.8.0.3.tar.gz
$ cd psensor-0.8.0.3
$ ./configure
$ make
$ sudo make install
由于GTK3库方面的需要,psensor与CentOS或RHEL 6的GNOME 2桌面并不兼容。
在Linux上配置psensor
在启动psensor之前,你需要首先配置lm_sensors和hddtemp。
lm_sensors的配置
想配置lm_sensors,就要运行下面这个命令。针对每个问题,都选择YES。
$ sudo sensors-detect
这个命令会搜索并检测你硬件(包括处理器、内存控制器和输入/输出芯片)中的嵌入式传感器,并且自动查明哪些驱动程序模块需要装入,以检查你系统的温度。
一旦传感器搜索和检测工作完成,会要求你将检测到的一个或多个驱动程序模块添加到/etc配置,那样它们可以在系统启动时自动装入。
⑶ 如何在Ubuntu Linux中获取CPU温度
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: 4.15.0-30Ubuntu-generic x86_64
# Processor: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (6/158/10)
This program will help you determine which kernel moles 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: +33.0°C
pch_skylake-virtual-0
Adapter: Virtual device
temp1: +38.5°C
BAT0-acpi-0
Adapter: ACPI interface
in0: +12.45 V
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +39.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +39.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +38.0°C (high = +100.0°C, crit = +100.0°C)
thinkpad-isa-0000
Adapter: ISA adapter
fan1: 0 RPM
temp1: +38.0°C
temp2: N/A
temp3: +0.0°C
temp4: +0.0°C
temp5: +0.0°C
temp6: +0.0°C
temp7: +0.0°C
temp8: +0.0°C
BAT1-acpi-0
Adapter: ACPI interface
in0: +12.49 V
acpitz-acpi-0
Adapter: ACPI interface
temp1: +38.0°C (crit = +128.0°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温度。
⑷ linux对比两文件
diff命令。
作用:逐行比较两个文本文件,列出其不同之处。
用法:diff [选项] file1 file2
选项:
- b 忽略行尾版的空格,权而字符串中的一个或多个空格符都视为相等。
- c 采用上下文输出格式(提供三行上下文)。
- C n 采用上下文输出格式(提供n行上下文)。
- e 产生一个合法的ed脚本作为输出。
- r 当file1和file2是目录时,递归作用到各文件和目录上。
具体说明和用法可以使用man命令查看,网上搜索一下能够找到一些例子。
⑸ linux怎么查看硬件温度
在Linux下可以通过lm_sensors来查看CPU的温度(当然你的硬件首先要支持),要使用这个功能要有内核相关模块(比如I2C)的支持,下面说一下操作方法:
先看一下你的机器上是否安装了lm_sensors,
$ rpm -q lm_sensors
如果没有安装就先安装一下
$ sudo yum install -y lm_sensors
检测传感器:
$ sudo sh -c "yes|sensors-detect"
如果以上步骤没有问题,执行下面的命令就可以查看CPU的温度了:
$ sensors
Adapter: ISA adapter
in0: +1.07 V (min = +0.00 V, max = +4.08 V)
in1: +1.82 V (min = +0.00 V, max = +4.08 V)
in2: +3.36 V (min = +0.00 V, max = +4.08 V)
in3: +2.94 V (min = +0.00 V, max = +4.08 V)
in4: +0.29 V (min = +0.00 V, max = +2.10 V)
in5: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM
in6: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM
in7: +3.07 V (min = +0.00 V, max = +4.08 V)
in8: +3.09 V
fan1: 2463 RPM (min = 0 RPM)
fan2: 0 RPM (min = 0 RPM)
temp1: -55°C (low = +127°C, high = +127°C) sensor = thermistor
temp2: -2°C (low = +127°C, high = +127°C) sensor = thermistor
temp3: +21°C (low = +127°C, high = +127°C) sensor = diode
vid: +2.050 V
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +44°C (high = +100°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +27°C (high = +100°C)
it8718-isa-0290
Adapter: ISA adapter
in0: +1.07 V (min = +0.00 V, max = +4.08 V)
in1: +1.82 V (min = +0.00 V, max = +4.08 V)
in2: +3.36 V (min = +0.00 V, max = +4.08 V)
in3: +2.94 V (min = +0.00 V, max = +4.08 V)
in4: +0.29 V (min = +0.00 V, max = +2.10 V)
in5: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM
in6: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM
in7: +3.07 V (min = +0.00 V, max = +4.08 V)
in8: +3.09 V
fan1: 2463 RPM (min = 0 RPM)
fan2: 0 RPM (min = 0 RPM)
temp1: -55°C (low = +127°C, high = +127°C) sensor = thermistor
temp2: -2°C (low = +127°C, high = +127°C) sensor = thermistor
temp3: +21°C (low = +127°C, high = +127°C) sensor = diode
vid: +2.050 V
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +44°C (high = +100°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +27°C (high = +100°C)
⑹ 怎么查看linux的cpu,内存等占用率
查看CPU和内存使用率方法如下:
1、在任务管理器里面可以查看CPU和内存的使用率。
2、键盘上同时按住Ctrl+Alt+Delete,点击“启用任务管理器(T)”就可以看到当前CPU实际的使用率是多少了。如图