You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are new versions of psutil available from pypi.
5.4.8
2018-10-30
Enhancements
1197: [Linux]
cpu_freq() is now implemented by parsing /proc/cpuinfo in case
/sys/devices/system/cpu/* filesystem is not available.
1310: [Linux]
psutil.sensors_temperatures() now parses /sys/class/thermal in case
/sys/class/hwmon fs is not available (e.g. Raspberry Pi). (patch by
Alex Manuskin)
1320: [Posix]
better compilation support when using g++ instead of gcc. (patch by
Jaime Fullaondo)
Bug fixes
715: do not print
exception on import time in case cpu_times() fails.
1004: [Linux]
Process.io_counters() may raise ValueError.
1277: [OSX]
available and used memory (psutil.virtual_memory()) metrics are not
accurate.
1294: [Windows]
psutil.Process().connections() may sometimes fail with intermittent
0xC0000001. (patch by Sylvain Duchesne)
1307: [Linux]
disk_partitions() does not honour PROCFS_PATH.
1320: [AIX]
system CPU times (psutil.cpu_times()) were being reported with
ticks unit as opposed to seconds. (patch by Jaime Fullaondo)
1332: [OSX]
psutil debug messages are erroneously printed all the time. (patch
by Ilya Yanok)
1346: [SunOS]
net_connections() returns an empty list. (patch by Oleksii
Shevchuk)
The text was updated successfully, but these errors were encountered:
There are new versions of psutil available from pypi.
5.4.8
2018-10-30
Enhancements
cpu_freq() is now implemented by parsing /proc/cpuinfo in case
/sys/devices/system/cpu/* filesystem is not available.
psutil.sensors_temperatures() now parses /sys/class/thermal in case
/sys/class/hwmon fs is not available (e.g. Raspberry Pi). (patch by
Alex Manuskin)
better compilation support when using g++ instead of gcc. (patch by
Jaime Fullaondo)
Bug fixes
exception on import time in case cpu_times() fails.
Process.io_counters() may raise ValueError.
available and used memory (psutil.virtual_memory()) metrics are not
accurate.
psutil.Process().connections() may sometimes fail with intermittent
0xC0000001. (patch by Sylvain Duchesne)
disk_partitions() does not honour PROCFS_PATH.
system CPU times (psutil.cpu_times()) were being reported with
ticks unit as opposed to seconds. (patch by Jaime Fullaondo)
psutil debug messages are erroneously printed all the time. (patch
by Ilya Yanok)
net_connections() returns an empty list. (patch by Oleksii
Shevchuk)
The text was updated successfully, but these errors were encountered: