xrmx / bootchart

merge of bootchart-collector and pybootchartgui
GNU General Public License v2.0
233 stars 87 forks source link

pybootchartgui: fixup diskstats parsing for recent kernels #88

Closed xrmx closed 3 years ago

xrmx commented 3 years ago

Newer kernels added new fields to the file, play it safe and reject only lines with less than 14 tokens.

Reference: https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats

Thanks Dominic Lemire for reporting.

Fixes #87