commit | 87f93e81c7d7301dfff984426bdbdb6095be4acc | [log] [tgz] |
---|---|---|
author | JP Abgrall <jpa@google.com> | Mon Jan 28 16:50:44 2013 -0800 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Thu Jan 19 13:32:17 2017 -0800 |
tree | 090788368f1f9670eabe6ed6bf3938accb7201a2 | |
parent | 90414bcc83c9a4f493e080150371f997ddac8cb7 [diff] |
ANDROID: netfilter: xt_qtaguid: extend iface stat to report protocols In the past the iface_stat_fmt would only show global bytes/packets for the skb-based numbers. For stall detection in userspace, distinguishing tcp vs other protocols makes it easier. Now we report ifname total_skb_rx_bytes total_skb_rx_packets total_skb_tx_bytes total_skb_tx_packets {rx,tx}_{tcp,udp,ohter}_{bytes,packets} Bug: 6818637 Signed-off-by: JP Abgrall <jpa@google.com>