Closed
Bug 1494133
Opened 6 years ago
Closed 6 years ago
Add new telemetry probe to know how many locahost suspended by e10s back pressure
Categories
(Core :: Networking: HTTP, enhancement, P3)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: CuveeHsu, Assigned: CuveeHsu)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files, 1 obsolete file)
We have 4-5% resources are suspended by back pressure in nightly and 3% in beta. That's out of our expectation.
Start to investigate something.
If it's not big difference of loading time, we can live with it.
Assignee | ||
Comment 1•6 years ago
|
||
I want to limit the size between 1MB-8MB for the telemetry.
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
(In reply to Junior Hsu from comment #2)
> Created attachment 9011994 [details]
> Bug 1494133 - add telemetry to know the loading time with/without suspension
> by back pressure
This will not show much because the load time is so much dependent on the network.
We assume that that the back pressure most probably is turned on for loads from localhost. Let's split NETWORK_BACK_PRESSURE_SUSPENSION_RATE for localhost and non-localhost.This telemetry does not need to run on release, I would say.
![]() |
||
Comment 4•6 years ago
|
||
(In reply to Junior Hsu from comment #0)
> We have 4-5% resources are suspended by back pressure in nightly and 3% in
> beta. That's out of our expectation.
I'm a bit curious why that is out of our expectation. Any expectation we had were purely guessing. If this is the rate then it may just prove that we actually did need the backpressure and that it now does its job.
With that line I'm not opposing to add this telemetry probe.
I agree with comment 3.
Assignee | ||
Updated•6 years ago
|
Summary: Add new telemetry probe to know the loading time increase by back pressure suspend → Add new telemetry probe to know how many locahost suspended by e10s back pressure
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Pinging for review in case the notification is accidentally dropped
Flags: needinfo?(dd.mozilla)
Assignee | ||
Comment 7•6 years ago
|
||
(In reply to Junior Hsu from comment #6)
> Pinging for review in case the notification is accidentally dropped
BTW, it's attachment 9012743 [details]
I cancel the review of the *original* one since the plan is changed per Comment 3
Updated•6 years ago
|
Attachment #9011994 -
Attachment is obsolete: true
Assignee | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment on attachment 9014057 [details]
request.txt
1) Is there or will there be **documentation** that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes, in Histograms.json.
2) Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, telemetry setting.
3) If the request is for permanent data collection, is there someone who will monitor the data over time?**
Not permanent.
4) Using the **[category system of data types](https://wiki.mozilla.org/Firefox/Data_Collection)** on the Mozilla wiki, what collection type of data do the requested measurements fall under? **
Category 1.
5) Is the data collection request for default-on or default-off?
Default ON, only in pre-release channels.
6) Does the instrumentation include the addition of **any *new* identifiers** (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No.
7) Is the data collection covered by the existing Firefox privacy notice?
Yes.
8) Does there need to be a check-in in the future to determine whether to renew the data?
No, telemetry alerts are enough.
Attachment #9014057 -
Flags: review?(francois) → review+
Updated•6 years ago
|
Attachment #9012743 -
Attachment description: Bug 1494133 - P0 know how many localhosts suspended by e10s back pressure → Bug 1494133 - know how many localhosts suspended by e10s back pressure
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 12•6 years ago
|
||
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8881fb305475
know how many localhosts suspended by e10s back pressure r=valentin
Keywords: checkin-needed
Comment 13•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•