Monitoring and adjustment of system temperature in Linux
Source: Internet
Author: User
Monitoring and adjustment of system temperature in Linux-Linux Enterprise Application-Linux server application information. For details, refer to the following section. Install tp-fancontrol to limit the gpu Temperature
UbuntuCPU temperature cat/proc/cpuinfo
The video card temperature has a sensor applet, which can be displayed when installed.
Run cpufreq-info on the terminal to view CPU Information
Sudo cpufreq-selector-c cpu No.
Or sudo cpufreq-set-c cpu number.
Select the CPU to adjust (because there may be more than one CPU on your computer)
Sudo cpufreq-selector-f the frequency you need
Or sudo cpufreq-set-f, the frequency you need
Adjust the cpu frequency. Note that the frequency here must be in the unit of KHz and can be reached (that is, the various frequencies viewed with cpufreq-info)
Yes.
Sudo cpufreq-selecotr-g Mode
Or
Suod cpufreq-set-g Mode
Here, the mode is the supported mode after you run cpufreq-info.
For example, powersave, userspace, ondemand, conservative, and performance.
Powersave is a so-called "power-saving" mode that maintains the lowest frequency in any case;
Userspace is the mode of custom frequency, which is automatically changed when you set a specific frequency;
Ondemand: a task with a cpu computing workload immediately runs at the maximum frequency, and returns to the minimum frequency immediately after the execution is completed;
Conservative is translated into a conservative mode, that is, the default mode. Generally, this mode is automatically adjusted at the upper and lower frequency;
Performance, as its name implies, focuses only on efficiency and keeps running at the maximum frequency.
Tools:
Lm-sensors-applet
Manually configure the sensor sudo sensors-detect
View added modules less/etc/modules
Other monitoring software:
Xsensors ksensors
Gdesklets gkrellm
Hard Disk monitoring hddtemp
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service