falcon-plus icon indicating copy to clipboard operation
falcon-plus copied to clipboard

agent in 5.0+ kernel can not get io stats

Open leymx opened this issue 5 years ago • 2 comments

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 avatar Jul 09 '19 10:07 leymx

@leymx, falcon-plus is not fully tested in kernel 5.0+ environment, could you please open a PR for such issue:)

laiwei avatar Jul 10 '19 03:07 laiwei

https://github.com/toolkits/nux/pull/24 upstream fixed this issue.

taomaree avatar Aug 24 '19 05:08 taomaree