Searched refs:kstats (Results 1 – 3 of 3) sorted by relevance
28 # 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 have215 # All kstats are accessed through sysctl. We model "groups" as interior nodes242 # 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: global397 # "group" (NAMED) kstats on Linux start:
105 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)
1512 struct tpacket_stats_v3 kstats; in pcap_stats_linux() local1514 struct tpacket_stats kstats; in pcap_stats_linux() local1564 &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()