View Single Post
Posts: 1,414 | Thanked: 7,547 times | Joined on Aug 2016 @ Estonia
#16
I will have to look into it, but devices with root partitions on sda (Xperia XZ2, XZ3; Pro1; OnePlus 5) will have lots of disk-activity related logs. As a result, collectd will be slow and may have impact on battery. I am planning to make fix it and probably will look into whether to update collectd stack as well.

As a workaround, you can adjust /etc/collectd.conf to have disk section as

Code:
<Plugin disk>
	# This keeps the physical disk data and filters out partition data assuming that
	# partitions have a form abcp23, as opposed to the disk abc
	Disk "/^.*[[:digit:]]+$/"
	IgnoreSelected true
#	UseBSDName false
#	UdevNameAttr "DEVNAME"
</Plugin>
(don't promise timely release, though)
 

The Following 2 Users Say Thank You to rinigus For This Useful Post: