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

Issue 2828733003: Add UMA for number of outstanding requests in ResourceDispatcherHostImpl (Closed)

Created:
3 years, 8 months ago by xunjieli
Modified:
3 years, 8 months ago
CC:
chromium-reviews, jam, Randy Smith (Not in Mondays), darin-cc_chromium.org, asvitkine+watch_chromium.org, loading-reviews_chromium.org, mmenke
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add UMA for number of outstanding requests in ResourceDispatcherHostImpl This CL adds UMA to track the largest numbers of outstanding requests we have seen so far in ResourceDispatcherHostImpl. This is to understand how many requests from content/browser/loader can be outstanding at a given time. BUG=711721 Review-Url: https://codereview.chromium.org/2828733003 Cr-Commit-Position: refs/heads/master@{#466197} Committed: https://chromium.googlesource.com/chromium/src/+/d1d500db43d0662a32d615cbf7ad8adc5f2d5ba3

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -1 line) Patch
M content/browser/loader/resource_dispatcher_host_impl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 3 chunks +17 lines, -1 line 6 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
xunjieli
Charlie & Matt: PTAL. I am trying to understand whether the 20k outstanding net::HttpStreamRequests (in ...
3 years, 8 months ago (2017-04-19 20:59:31 UTC) #2
Charlie Harrison
https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1909 content/browser/loader/resource_dispatcher_host_impl.cc:1909: if (num_in_flight_requests_ > largest_outstanding_request_count_seen_) { I wonder if this ...
3 years, 8 months ago (2017-04-19 23:08:28 UTC) #3
xunjieli
https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1909 content/browser/loader/resource_dispatcher_host_impl.cc:1909: if (num_in_flight_requests_ > largest_outstanding_request_count_seen_) { On 2017/04/19 23:08:28, Charlie ...
3 years, 8 months ago (2017-04-20 13:34:11 UTC) #4
Charlie Harrison
https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1909 content/browser/loader/resource_dispatcher_host_impl.cc:1909: if (num_in_flight_requests_ > largest_outstanding_request_count_seen_) { On 2017/04/20 13:34:11, xunjieli ...
3 years, 8 months ago (2017-04-20 13:39:16 UTC) #5
xunjieli
Matt: do you want to take a look before I looping in a histograms.xml owner? ...
3 years, 8 months ago (2017-04-20 20:06:09 UTC) #6
mmenke
On 2017/04/20 20:06:09, xunjieli wrote: > Matt: do you want to take a look before ...
3 years, 8 months ago (2017-04-20 20:07:47 UTC) #7
Charlie Harrison
https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1909 content/browser/loader/resource_dispatcher_host_impl.cc:1909: if (num_in_flight_requests_ > largest_outstanding_request_count_seen_) { On 2017/04/20 20:06:08, xunjieli ...
3 years, 8 months ago (2017-04-20 20:09:14 UTC) #8
xunjieli
+holte@: PTAL at histograms.xml Thanks! https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/2828733003/diff/1/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1909 content/browser/loader/resource_dispatcher_host_impl.cc:1909: if (num_in_flight_requests_ > largest_outstanding_request_count_seen_) ...
3 years, 8 months ago (2017-04-20 20:14:16 UTC) #10
Steven Holte
lgtm
3 years, 8 months ago (2017-04-21 00:19:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2828733003/1
3 years, 8 months ago (2017-04-21 00:20:39 UTC) #18
commit-bot: I haz the power
3 years, 8 months ago (2017-04-21 00:33:39 UTC) #21
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/d1d500db43d0662a32d615cbf7ad...

Powered by Google App Engine
This is Rietveld 408576698