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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2762563003: Track data use of WebSockets (Closed)
Patch Set: Track data use of WebSockets Created 3 years, 9 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/websockets/websocket_basic_stream.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 a868c97bf2d2ffcd0546c06391f894fec0080672..2706c341a50058db0b1b960611aa68c9ce2ff14e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37829,6 +37829,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>True if a URLRequest's referrer is empty or valid when set.</summary>
</histogram>
+<histogram name="Net.WebSocket.DataUse.Downstream" units="bytes">
+ <owner>rajendrant@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Records the downstream data use of web sockets. Logged on every read
tyoshino (SeeGerritForStatus) 2017/03/24 11:58:29 please use WebSockets for consistency with other e
Raj 2017/03/24 20:28:41 Done.
+ operation in the socket.
tyoshino (SeeGerritForStatus) 2017/03/24 11:58:29 the WebSocket?
Raj 2017/03/24 20:28:41 Done.
+ </summary>
+</histogram>
+
+<histogram name="Net.WebSocket.DataUse.Upstream" units="bytes">
+ <owner>rajendrant@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Records the upstream data use of web sockets. Logged on every write
tyoshino (SeeGerritForStatus) 2017/03/24 11:58:28 ditto
Raj 2017/03/24 20:28:41 Done.
+ operation in the socket.
tyoshino (SeeGerritForStatus) 2017/03/24 11:58:28 ditto
Raj 2017/03/24 20:28:41 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.WebSocket.DeflateMode"
enum="WebSocketNewPerMessageDeflateContextTakeoverMode">
<owner>yhirano@chromium.org</owner>
« no previous file with comments | « net/websockets/websocket_basic_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698