Searched refs:netstats (Results 1 – 5 of 5) sorted by relevance
5 …ndroid/debug.keystore -storepass android -keypass android $THIS_DIR/bin/netstats-*.apk androiddebu…6 cp $THIS_DIR/bin/netstats-*.apk $THIS_DIR/../../devlib/instrument/netstats/netstats.apk
21 netstats = []29 netstats.append((match.group('tag'),34 return netstats37 def netstats_to_measurements(netstats): argument39 for row in netstats:
556 struct rpcap_stats netstats; /* statistics sent on the network */ in rpcap_stats_remote() local624 nread = sock_recv(md->rmt_sockctrl, (char *)&netstats, in rpcap_stats_remote()633 ps->ps_drop = ntohl(netstats.krnldrop); in rpcap_stats_remote()634 ps->ps_ifdrop = ntohl(netstats.ifdrop); in rpcap_stats_remote()635 ps->ps_recv = ntohl(netstats.ifrecv); in rpcap_stats_remote()640 ps->ps_drop = ntohl(netstats.krnldrop); in rpcap_stats_remote()641 ps->ps_ifdrop = ntohl(netstats.ifdrop); in rpcap_stats_remote()643 ps->ps_recv = ntohl(netstats.ifrecv); in rpcap_stats_remote()644 ps->ps_sent = ntohl(netstats.svrcapt); in rpcap_stats_remote()
19 from devlib.instrument.netstats import NetstatsInstrument
1 package com.arm.devlib.netstats;