Searched refs:arcstats (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Dzarc.c41 uint64_t arcstats; member in struct:zfield
91 L(arcstats);
92 L(arcstats.demand_data);
93 L(arcstats.demand_metadata);
94 L(arcstats.prefetch_data);
95 L(arcstats.prefetch_metadata);
97 L(arcstats.l2);
119 DO(arcstats);
126 DO(arcstats);
154 E(arcstats);
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/perf/scripts/
H A Dprefetch_io.sh24 awk -v c="$1" '$1 == c {print $3; exit}' /proc/spl/kstat/zfs/arcstats
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fadvise/
H A Dfadvise_sequential.ksh58 awk -v c="$1" '$1 == c {print $3; exit}' /proc/spl/kstat/zfs/arcstats

Completed in 78 milliseconds