解释Android xt_qtaguid / stats

时间:2013-03-01 17:33:49

标签: android cmd adb netstat

我对Android的netstats及其报告方式提出了一个简单的问题。

在cmd中运行此代码:adb shell cat proc/net/xt_qtaguid/stats > C:\netstats.txt"

我得到一个看起来或多或少像这样的文件(我为了问题而采用了片段):

idx iface acct_tag_hex uid_tag_int cnt_set rx_bytes rx_packets tx_bytes tx_packets rx_tcp_bytes rx_tcp_packets rx_udp_bytes rx_udp_packets rx_other_bytes rx_other_packets tx_tcp_bytes tx_tcp_packets tx_udp_bytes tx_udp_packets tx_other_bytes tx_other_packets  
44 wlan0 0x0 10123 0 45148 186 32150 265 45148 186 0 0 0 0 32150 265 0 0 0 0
45 wlan0 0x0 10123 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
46 wlan0 0x0 10138 0 19775 84 13625 129 19775 84 0 0 0 0 13625 129 0 0 0 0
47 wlan0 0x0 10138 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
48 wlan0 0x0 10142 0 36422 67 43115 105 36070 64 352 3 0 0 42467 96 648 9 0 0
49 wlan0 0x0 10142 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
50 wlan0 0x300000000 10123 0 7765 35 4820 44 7765 35 0 0 0 0 4820 44 0 0 0 0
51 wlan0 0x300000000 10123 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
52 wlan0 0x3f500000000 10096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
53 wlan0 0x3f500000000 10096 1 2937868 2025 32034 747 2937868 2025 0 0 0 0 32034 747 0 0 0 
54 wlan0 0xdc4e7700000000 10022 0 31623 75 18611 106 31623 75 0 0 0 0 18611 106 0 0 0 0
55 wlan0 0xdc4e7700000000 10022 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
56 wlan0 0x1000000100000000 10123 0 21864 116 18225 145 21864 116 0 0 0 0 18225 145 0 0 0 0
57 wlan0 0x1000000100000000 10123 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
61 wlan0 0x1010000000000000 10045 1 33010 109 27695 113 33010 109 0 0 0 0 27695 113 0 0 0 0
62 wlan0 0x1100000000000000 10046 0 6804 14 2064 19 6804 14 0 0 0 0 2064 19 0 0 0 0
63 wlan0 0x1100000000000000 10046 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
64 wlan0 0x1144000400000000 10022 0 2532 5 1860 6 2532 5 0 0 0 0 1860 6 0 0 0 0
65 wlan0 0x1144000400000000 10022 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
66 wlan0 0x1244000400000000 10022 0 8197 14 3134 20 8197 14 0 0 0 0 3134 20 0 0 0 0
67 wlan0 0x1244000400000000 10022 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
68 wlan0 0xffffff0100000000 10045 0 8566814 6535 159315 2688 8566814 6535 0 0 0 0 159315 2688 0 0 0 0
69 wlan0 0xffffff0100000000 10045 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

我知道它已被UID's(10123,10138,10142等)分解,但我无法弄清楚cnt_set是什么(为什么每个UID是分解为0或1)和acct_tag_hex是什么(我的唯一猜测是它意味着不同的线程或套接字)?

如果有人能给我一些关于这两件事意味着什么的基本见解,我将非常感激。

谢谢-Z

1 个答案:

答案 0 :(得分:11)

acct_tag_hex是套接字标记

cnt_set==0行是用于背景数据

cnt_set==1行是前景数据

总流量是两者的总和