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

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

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 to comments 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..acac9a10118cbe2c3b246cc7f2ccddc6a84c0d0f 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. Emitted upon reuse. Does not
+ record the times 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