Home
last modified time | relevance | path

Searched refs:kstats (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dkstat.shlib28 # This file provides the following helpers to read kstats from tests.
168 # imagined model that seems to fit the majority of OpenZFS kstats.
184 # kstats cannot have values, and stat kstats cannot have
215 # All kstats are accessed through sysctl. We model "groups" as interior nodes
242 # pool-specific kstats are directly under kstat.zfs.<pool>,
243 # rather than kstat.zfs.<pool>.misc like the other pool kstats.
325 # kstats all live under /proc/spl/kstat/zfs. They have a flat structure: global
397 # "group" (NAMED) kstats on Linux start:
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcsummary105 kstats = sysctl.filter(base)
106 return [fmt(kstat) for kstat in kstats if is_value(kstat)]
1027 kstats = get_kstats()
1030 draw_graph(kstats)
1036 print_raw(kstats)
1041 section_calls[ARGS.section](kstats)
1062 section_calls[call](kstats)
1070 section_calls[section](kstats)
/freebsd/contrib/libpcap/
H A Dpcap-linux.c1512 struct tpacket_stats_v3 kstats; in pcap_stats_linux() local
1514 struct tpacket_stats kstats; in pcap_stats_linux() local
1564 &kstats, &len) > -1) { in pcap_stats_linux()
1609 handlep->stat.ps_recv += kstats.tp_packets; in pcap_stats_linux()
1610 handlep->stat.ps_drop += kstats.tp_drops; in pcap_stats_linux()