reschly / ocsplatency

Apache License 2.0
0 stars 0 forks source link

Enable Reporting/metric gathering #3

Open reschly opened 11 years ago

reschly commented 11 years ago

Send results to a server somewhere, so that they can be aggregated and analyzed. An HTTP POST is probably the easiest way to do this. Reporting should not include personal information that people are going to care about (no IP addresses). Should include:

In addition to responder and latency metrics, this should include:

Network type (wifi / cellular, etc. See http://developer.android.com/reference/android/net/ConnectivityManager.html#getActiveNetworkInfo() ).

reschly commented 11 years ago

Could add the Network type to the displayed results.

reschly commented 11 years ago

Along with this, there should be a 'test all' button.