Hello, I am trying to create and export IPFIX or NetFlow data from conntrack. And a collector which I will send the data to requires sampling. That's say the reason why sampling is needed does not stem from linux, exporter side, but loads of the collector, server side. I know it breaks xt_connbytes but at worst I think I can do it for private use by creating new sysctl integer writable entry, compare it with prandom_u32() like xt_statistic then operate the accounting counters. Before do so, would you tell me better way to get sampled conntrack account data? Or is there a plan for sampling account data? Thanks, -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html