Open Bug 1188441 Opened 9 years ago Updated 2 years ago

Scrub webrtc telemetry values that generate out-of-range results due to small delta times

Categories

(Core :: WebRTC, defect, P3)

defect

Tracking

()

Tracking Status
firefox42 --- affected

People

(Reporter: jesup, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 obsolete file)

It appears some values where we divide by the measurement interval are warping the results (like spikes of >1Mbps readings on audio bandwidth, likely due to an 'interval' that's very short, and several packets came in).

We should smooth to (say) 1 second of measurements, and store until we get >= 1s (for example), or at least throw away too-short interval results.
Bug 1188441: treat assertion failures as bad mozconfig; r?mshal
Attachment #8640037 - Flags: review?(mshal)
Attachment #8640037 - Attachment is obsolete: true
Attachment #8640037 - Flags: review?(mshal)
Sorry, bug # typo
backlog: --- → webRTC+
Rank: 19
Priority: -- → P1
Assignee: nobody → rjesup
Rank: 19 → 22
Priority: P1 → P2
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
No longer depends on: webrtc-telemetry
Assignee: rjesup → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: