Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 124193002: Add histograms for DHCP lease expiry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c63891fb76ecacfc4851cb2c32196e7bb638dbb4..781e7fa1ee5226a66497b96a6e8e5dda21eb7bc9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10825,6 +10825,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Network.Shill.Cellular.ExpiredLeaseLengthSeconds"
+ units="seconds">
+ <summary>
+ Chrome OS network performance metric that tracks the the length of a lease
Ilya Sherman 2014/01/08 05:42:21 nit: "the the" -> "the"
Paul Stewart 2014/01/08 16:45:40 Done, and found a few others in this file unrelate
+ for an cellular network at the time it expired without the DHCP client being
Ilya Sherman 2014/01/08 05:42:21 nit: "an cellular" -> "a cellular"
Paul Stewart 2014/01/08 16:45:40 Done.
+ able to renew it.
+ </summary>
+</histogram>
+
<histogram name="Network.Shill.Cellular.OutOfCreditsReason"
enum="NetworkCellularOutOfCreditsReason">
<summary>
@@ -10953,6 +10962,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Network.Shill.Ethernet.ExpiredLeaseLengthSeconds"
+ units="seconds">
+ <summary>
+ Chrome OS network performance metric that tracks the the length of a lease
Ilya Sherman 2014/01/08 05:42:21 nit: "the the" -> "the"
Paul Stewart 2014/01/08 16:45:40 Done.
+ for an Ethernet network at the time it expired without the DHCP client being
+ able to renew it.
+ </summary>
+</histogram>
+
<histogram name="Network.Shill.Ethernet.LinkMonitorBroadcastErrorsAtFailure">
<summary>
Chrome OS network performance metric that tracks the number of LinkMonitor
@@ -11222,6 +11240,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Network.Shill.Wifi.ExpiredLeaseLengthSeconds" units="seconds">
+ <summary>
+ Chrome OS network performance metric that tracks the the length of a lease
Ilya Sherman 2014/01/08 05:42:21 nit: "the the" -> "the"
Paul Stewart 2014/01/08 16:45:40 Done.
+ for a WiFi network at the time it expired without the DHCP client being able
+ to renew it.
+ </summary>
+</histogram>
+
<histogram name="Network.Shill.WiFi.FrequenciesConnectedEver">
<summary>
Chrome OS metric sampling the number of different frequencies (i.e.
@@ -11418,6 +11444,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Network.Shill.WiMax.ExpiredLeaseLengthSeconds" units="seconds">
+ <summary>
+ Chrome OS network performance metric that tracks the the length of a lease
Ilya Sherman 2014/01/08 05:42:21 nit: "the the" -> "the"
Paul Stewart 2014/01/08 16:45:40 Done.
+ for a WiMax network at the time it expired without the DHCP client being
+ able to renew it.
+ </summary>
+</histogram>
+
<histogram name="Network.Shill.WiMax.TimeToConfig" units="milliseconds">
<summary>
Chrome OS network performance metric sampling the time to configure Layer 3
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698