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

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

Issue 138343004: Add time online histograms for VPN usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add additional details on how histogram is generated 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 3220559d8812d90ccf7c3d712a503fe022a6fa03..3e17bba01c2434714b1815f24eaebca80a2328c6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11229,14 +11229,25 @@ other types of suffix sets.
</summary>
</histogram>
-<histogram name="Network.Shill.VPN.TimeToConfig" units="milliseconds">
+<histogram name="Network.Shill.Vpn.TimeOnline" units="milliseconds">
+ <summary>
+ Chrome OS network metric sampling the time spent using VPN to transport
+ data. These data are mostly useful when summed and compared to TimeOnline
+ for other network technologies (e.g. WiFi vs Cellular). A sample is emitted
+ every time the system transitions from primary connectivity through a VPN to
+ some other type of connectivity. The value of the sample is the time delta
+ in seconds from the instant the system transitioned to VPN connectivity.
+ </summary>
+</histogram>
+
+<histogram name="Network.Shill.Vpn.TimeToConfig" units="milliseconds">
<summary>
Chrome OS network performance metric sampling the time to configure Layer 3
state on a VPN network (typically acquire a DHCP lease).
</summary>
</histogram>
-<histogram name="Network.Shill.VPN.TimeToOnline" units="milliseconds">
+<histogram name="Network.Shill.Vpn.TimeToOnline" units="milliseconds">
<summary>
Chrome OS network performance metric sampling the time to determine that a
WiMax network is online after configuring Layer 3 state.
« 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