Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShow disk stats for cgroups with BFQ scheduler #10003
Comments
Anybody who picks this up, please tag me for review. I have interest in seeing this added to Netdata and will be more than happy to help with testing, but I unfortunately don't have the time to work on it myself right now. |
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytes
andblkio.bfq.io_serviced
files.