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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2086903003: net: Add some metrics on reuse of idle sockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: response Created 4 years, 6 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 | « net/socket/client_socket_pool_base.cc ('k') | 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 689dee776af1bb8ef7bf0ec360b3fe39e684c857..eec408e5c57cd10faab60608d9b3763eb3c344de 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30069,6 +30069,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.Socket.IdleSocketReuseTime" units="seconds">
+ <owner>mmenke@chromium.org</owner>
+ <summary>
+ Seconds a socket was idle before it was reused. Does not record the times
Mark P 2016/06/21 22:18:36 perhaps between these sentences add: Emitted upon
mmenke 2016/06/22 17:35:22 Done.
+ sockets were idle before first use.
+ </summary>
+</histogram>
+
+<histogram name="Net.Socket.NumIdleSockets">
+ <owner>mmenke@chromium.org</owner>
+ <summary>Number of idle sockets when one of them was reused.</summary>
+</histogram>
+
<histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket">
<obsolete>
Deprecated as of 03/2015.
« no previous file with comments | « net/socket/client_socket_pool_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698