2018年10月30日
✨ Enhancements
cpu_freq()_ is now implemented by parsing /proc/cpuinfo
in case /sys/devices/system/cpu/* filesystem is not available.sensors_temperatures()_ now parses /sys/class/thermal
in case /sys/class/hwmon fs is not available (e.g. Raspberry Pi). (patch
by Alex Manuskin)🐛 Bug fixes
cpu_times()_ fails.Process.io_counters()_ may raise ValueError.virtual_memory()_) metrics are
not accurate.Process.connections()_ may sometimes fail with
intermittent 0xC0000001. (patch by Sylvain Duchesne)disk_partitions()_ does not honour PROCFS_PATH_.cpu_times()_) were being reported with
ticks unit as opposed to seconds. (patch by Jaime Fullaondo)net_connections()_ returns an empty list. (patch by Oleksii
Shevchuk)