• Home
  • History
  • Annotate
  • only in /system/netd/server/binder/android/net/metrics/
History log of /system/netd/server/binder/android/net/metrics/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
08b84cd0d223ae3059ce7d4d55b389fdea187580 22-May-2017 Joel Scherpelz <jscherpelz@google.com> Add WakeupController and NFLogListener

These classes work together to parse and dispatch NFLOG messages in
response to inbound packets annotated by the WiFi driver.

Test: as follows
- built
- flashed
- booted
- netd_unit_test passes

Change-Id: Id26d62858bf4bc4186ae66850f08077adf6fc2ac
NetdEventListener.aidl
483afa496bd0fc58aba0c56f1da8f059bd0fa85d 31-Oct-2016 Hugo Benichi <hugobenichi@google.com> DO NOT MERGE Add success/errno to connect() event reporting

Test: $ runtest -x system/netd/tests/netd_integration_test.cpp
Bug: 32198976

(cherry picked from commit 794c5c714a4d4cf169769ec956845a6fb24e7ebc)

Change-Id: I0a7990d7211d5355a48d941ee9659c16e38817ca
NetdEventListener.aidl
eced78ed33213f121268db02d84d49262bf09613 06-Oct-2016 Michal Karpinski <mkarpinski@google.com> DO NOT MERGE Add connect event reporting

Adds reporting of connect events including netId, destination IP address,
destination port, uid and connect latency.

Also enables the relevant tests in the connect_benchmark.

Currently ignores the new data it receives, further work will be
done in the subsequent CLs.

Test: for now just the benchmarking, in the future CTS

Bug: 29748723

(cherry picked from commit 4b9b78aa02336de9291e5085401cef44c03c3bba)

Change-Id: I3ec05db3a9b914af38307282ede3f3439716b1ef
NetdEventListener.aidl
d1da1b8a5e7d4d7de891af913c53b6f169a06f32 13-Oct-2016 Michal Karpinski <mkarpinski@google.com> DO NOT MERGE Fixing the netd benchmark

Bug: 29748723

(cherry picked from commit fe7f72b4709c2b735287d817b6f1277e2f40b11c)

Change-Id: I3de12cab6d93a1ec928d47c7b3656eac99a91fb6
NetdEventListener.aidl
fa5d873bc5a1d361ab220025efbd5fc0072a0c54 06-Oct-2016 Michal Karpinski <mkarpinski@google.com> DO NOT MERGE Extending DNS event reporting

This adds hostname, array of addresses, total count of IP addresses
and uid to the existing pipeline.
Currently ignores the new data it receives, further work will be
done in the subsequent CLs.

Test: for now just the benchmarking, in the future CTS

Bug: 29748723

(cherry picked from commit 36deff74215db202db9e29aa7ff1375ae5f2bc5d)

Change-Id: I16d690052fb01fc6d2bc3a57d4550f22236cd0fa
NetdEventListener.aidl
8ef9907bdbbeaae00be914c77f3425e2e31c2f28 06-Oct-2016 Michal Karpinski <mkarpinski@google.com> DO NOT MERGE Adding EventReporter class

This class stores the reporting level and can be used to get
the event listener service.

Bug: 29748723

(cherry picked from commit be581e228bd1a97efd179edcdd3e744622fb99b8)

Change-Id: I825dbce5d40af6b781d177a611ab606853fc2e01
NetdEventListener.aidl
01861793fcc00f67c19f0040939d2fb58561bb16 15-Sep-2016 Michal Karpinski <mkarpinski@google.com> DO NOT MERGE Rename the DnsEventListenerService to NetdEventListenerService

The service will be extended to include listening for connect events as well

Test: this is just a renaming change

Bug: 29748723

(cherry picked from commit 5005134a6ab717c55a02a2684cfae42484b801aa)

Change-Id: I0402fec21fc60f3752fac23a73285c4987cee755
DnsEventListener.aidl
NetdEventListener.aidl
6c97716e41d751cb0ebf49c93943923a356d3a96 12-Apr-2016 Lorenzo Colitti <lorenzo@google.com> Netd metrics logging for DNS queries

This CL defines a new IDnsEventListener interface and instruments
DnsProxyListener to send log events to it after every DNS query.

Bug: 28204408
Change-Id: I7ef09d8fac2a583fb3dc8e392c4fff5649258b28
DnsEventListener.aidl