falcon-plus
falcon-plus copied to clipboard
agent in 5.0+ kernel can not get io stats
falcon-plus/vendor/github.com/toolkits/nux/iostat.go line 72: if size != 14 should be if size < 14 ( kernel 5.0+ /proc/diskstats has 18 fields every line)
@leymx, falcon-plus is not fully tested in kernel 5.0+ environment, could you please open a PR for such issue:)
https://github.com/toolkits/nux/pull/24 upstream fixed this issue.