watch -n1 -d "iptables -tfilter -vnxL | grep -v -e pkts -evE Chain'pkts|Chain' | sort -nk1 | tacnk1hr | column -t" Keep in mind, this will only show stuff for the table filter.
Add -t nat (or whichever tableIf you use besides filter) to your iptables callwant all tables, to check the rules there.try this:
watch -n1 -d "(iptables -tfilter -vnxL;iptables -tnat -vnxL;iptables -tmangle -vnxL;iptables -traw -vnxL;iptables -tsecurity -vnxL) | grep -vE 'pkts|Chain' | sort -nk1,1hr | column -t"