zfs_arc: Ignore the first two lines of the statistics file on Linux.
authorYmrDtnJu <YmrDtnJu@users.noreply.github.com>
Sat, 10 Dec 2016 00:30:59 +0000 (01:30 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 26 Oct 2018 06:01:30 +0000 (08:01 +0200)
commit71be8dbbf03ccf9f8b727b0104dabd93f9a55311
tree9d4b4f5d3b250884d3d2b052c1cb8362a64a96af
parent4935fa273d77d448bdf8f0646d7be3f179819fbd
zfs_arc: Ignore the first two lines of the statistics file on Linux.

The first two lines of the statistics file on Linux contain information about
the rest of the file. They do not contain any usable statistics.
See module/spl/spl-kstat.c of the spl module of ZFS on Linux for more
information.
src/zfs_arc.c