天天王炸炸 發表於 2023-12-20 00:00:00

Ubuntu中使用Psensor监控硬件温度

<p>
        支持监控以下硬件温度:</p>
<p>
        主板和CPU温度</p>
<p>
        Nvidia GPU温度</p>
<p>
        实验性ATI/AMD GPUs温度监控,Ubuntu PPA中未启用。</p>
<p>
        硬盘温度</p>
<p>
        风扇转速</p>
<p>
        CPU使用率</p>
<p>
        效果图:</p>
<p align="center">
        <img style="max-width:100%!important;height:auto!important;"title="Ubuntu中使用Psensor监控硬件温度" alt="Ubuntu中使用Psensor监控硬件温度" align="" src="https://zhuji.jb51.net/uploads/img/202305/80bc8877ba9e69f61e28222b08aa4375.jpg"></p>
<p align="center">
        <img style="max-width:100%!important;height:auto!important;"title="Ubuntu中使用Psensor监控硬件温度" alt="Ubuntu中使用Psensor监控硬件温度" align="" src="https://zhuji.jb51.net/uploads/img/202305/24f0ca236a8b4c370aec43b57c48e6e3.jpg"></p>
<p>
        首先安装监控cpu 主板 风扇等需要的包:</p>
<p>
        sudo apt-get install lm-sensors hddtemp</p>
<p>
        sudo sensors-detect</p>
<p>
        回复"yes"即可。</p>
<p>
        重启或通过以下命令加载 sensor需要的模块。</p>
<p>
        sudo service module-init-tools start</p>
<p>
        sudo apt-get install psensor</p>
<p>
        或者通过stable PPA安装</p>
<p>
        sudo add-apt-repository ppa:jfi/ppa</p>
<p>
        sudo apt-get update</p>
<p>
        sudo apt-get install psensor</p>
<p>
        另外还有个unstable Ubuntu PPA,可能会有bug</p>
<p>
        sudo add-apt-repository ppa:jfi/psensor-unstable</p>
<p>
        sudo apt-get update</p>
<p>
        sudo apt-get install psensor</p>
頁: [1]
查看完整版本: Ubuntu中使用Psensor监控硬件温度