New issue
Advanced search Search tips

Issue 624597 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

NQE: Add metric that can be used for computing correlation between low and high level metrics

Project Member Reported by tbansal@chromium.org, Jun 29 2016

Issue description

NQE: Add metric that can be used for computing correlation between low level metrics (e.g., transport RTT estimate, HTTP RTT estimate, bandwidth estimate) and high level metrics (e.g., time taken to fetch resource, page load time).

This will help in determining which low-level metrics best capture the network performance, and if the computed estimates (e.g., bandwidth estimate) actually reflect the network performance.

In the future, this can also be used to determine the additional low level metrics that NQE can take into account while estimating the network performance. e.g., recording the signal strength, and resource fetch time, and then computing their correlation can tell us how useful signal strength is in determining the network performance.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 22 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/07a33c8ce604eeec637abe035908a19f1772d797

commit 07a33c8ce604eeec637abe035908a19f1772d797
Author: tbansal <tbansal@chromium.org>
Date: Fri Jul 22 05:18:58 2016

NQE: Record correlation metric in UMA

The 32-bit metric is recorded as a sparse histogram. Each
sample contains information on transport RTT, HTTP RTT,
bandwidth, and time taken to download the resource. Each
metric occupies 7 bits with first 4 bits left unset.

BUG= 624597 

Review-Url: https://codereview.chromium.org/2107243003
Cr-Commit-Position: refs/heads/master@{#407072}

[modify] https://crrev.com/07a33c8ce604eeec637abe035908a19f1772d797/net/nqe/network_quality_estimator.cc
[modify] https://crrev.com/07a33c8ce604eeec637abe035908a19f1772d797/net/nqe/network_quality_estimator.h
[modify] https://crrev.com/07a33c8ce604eeec637abe035908a19f1772d797/net/nqe/network_quality_estimator_unittest.cc
[modify] https://crrev.com/07a33c8ce604eeec637abe035908a19f1772d797/tools/metrics/histograms/histograms.xml

Status: Fixed (was: Started)
Labels: NQE
Components: Internals>Network>NetworkQuality
Labels: -nqe

Sign in to add a comment