Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PROC_NET_STATS = "/proc/net/xt_qtaguid/stats"
)
Functions ¶
Types ¶
type NetStat ¶
type NetStat struct { Index int Interface string SocketTag string Uid int IsBackground bool RecvBytes uint64 RecvPackets uint64 SendBytes uint64 SendPackets uint64 RecvTcpBytes uint64 RecvTcpPackets uint64 RecvUdpBytes uint64 RecvUdpPackets uint64 RecvOtherBytes uint64 RecvOtherPackets uint64 SendTcpBytes uint64 SendTcpPackets uint64 SendUdpBytes uint64 SendUdpPackets uint64 SendOtherBytes uint64 SendOtherPackets uint64 }
func NetworkStats ¶
http://stackoverflow.com/questions/15163549/interpreting-android-xt-qtaguid-stats here RecvBytes include tcp header
type ScreenStat ¶
Click to show internal directories.
Click to hide internal directories.