diff options
author | zqiu@chromium.org <zqiu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 20:31:32 +0000 |
---|---|---|
committer | zqiu@chromium.org <zqiu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 20:31:32 +0000 |
commit | 64e53aab78faa46eae5266b4760af32f0f8e3bf6 (patch) | |
tree | 43432528f87e68b5b5f02c0f38912f825425ad60 /tools/metrics | |
parent | 2397eca1ec37c886d8f01ae1093101c05e632f31 (diff) | |
download | chromium_src-64e53aab78faa46eae5266b4760af32f0f8e3bf6.zip chromium_src-64e53aab78faa46eae5266b4760af32f0f8e3bf6.tar.gz chromium_src-64e53aab78faa46eae5266b4760af32f0f8e3bf6.tar.bz2 |
Add histograms for network selection related metrics.
Added histogram for sampling number of auto-connectable wifi services
available when auto-connect is initiated for wifi device. This metric
is reported when auto-connect is initiated for wifi device.
Added histogram for sampling number of BSSes available when attempt
to connect to a wifi service. This metric is reported when connection
attempt is initiated on a wifi service.
Added histogram for sampling number of services that are connected
to the currently connected network. This metric is reported when
connection is established for a service.
BUG=chromium:230884,chromium:359302
TEST=Start chrome, and browse to chrome://histograms to make sure
these histograms exist after auto-connect to a wifi service.
NOTRY=true
Review URL: https://codereview.chromium.org/240503011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 5fa23af..6f48c9a 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -15036,6 +15036,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. <summary>Chrome OS connection manager service errors seen.</summary> </histogram> +<histogram name="Network.Shill.ServicesOnSameNetwork"> + <owner>zqiu@chromium.org</owner> + <summary> + Chrome OS network metric sampling the number of services that are connected + to the currently connected network. + </summary> +</histogram> + <histogram name="Network.Shill.TerminationActionResult" enum="ShillTerminationActionResult"> <obsolete> @@ -15172,6 +15180,22 @@ Therefore, the affected-histogram name has to have at least one dot in it. </summary> </histogram> +<histogram name="Network.Shill.WiFi.AutoConnectableServices"> + <owner>zqiu@chromium.org</owner> + <summary> + Chrome OS network metric sampling the number of wifi services available for + auto-connect when auto-connect is initiated for wifi device. + </summary> +</histogram> + +<histogram name="Network.Shill.WiFi.AvailableBSSesAtConnect"> + <owner>zqiu@chromium.org</owner> + <summary> + Chrome OS network metric sampling the number of BSSes (endpoints) available + for the currently connecting wifi service. + </summary> +</histogram> + <histogram name="Network.Shill.Wifi.Channel" enum="NetworkChannelType"> <owner>quiche@chromium.org</owner> <summary> |