mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-14 20:07:23 -04:00
Fan speed and voltages section? #1398
This commit is contained in:
1
NEWS.rst
1
NEWS.rst
@@ -30,6 +30,7 @@ Bugs corrected:
|
||||
* IP plugin displays incorrect subnet mask #1417
|
||||
* Glances PsUtil ValueError on IoCounter with TASK kernel options #1440
|
||||
* Per CPU in Web UI have some display issues. #1494
|
||||
* Fan speed and voltages section? #1398
|
||||
|
||||
Others:
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ import signal
|
||||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '3.1.1RC1'
|
||||
__version__ = '3.1.1RC2'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
||||
@@ -249,8 +249,9 @@ class GlancesGrabSensors(object):
|
||||
|
||||
# !!! Disable Fan: High CPU consumption with psutil 5.2.0 or higher
|
||||
# Delete the two followings lines when corrected (https://github.com/giampaolo/psutil/issues/1199)
|
||||
self.init_fan = False
|
||||
logger.debug("Fan speed sensors disable (see https://github.com/giampaolo/psutil/issues/1199)")
|
||||
# Correct and tested with PsUtil 5.6.1 (Ubuntu 18.04)
|
||||
# self.init_fan = False
|
||||
# logger.debug("Fan speed sensors disable (see https://github.com/giampaolo/psutil/issues/1199)")
|
||||
|
||||
# Init the stats
|
||||
self.reset()
|
||||
|
||||
Reference in New Issue
Block a user