New issue
Advanced search Search tips

Issue 836338 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Monitor device affinity

Project Member Reported by nednguyen@chromium.org, Apr 24 2018

Issue description

Now that we gonna have soft device affinity that allows swapping out failed perf devices ( issue 831252 ), we should track how often devices get swapped out since this affect the quality of perf monitoring service.

A way to implement this is using perf dashboard. The reason is we gonna upload the perf device id to the perf dashboard anyway for detecting false regressions due to perf device swap.

An example simple "device affinity" metric:
Σ P(test, build N, build N +1) for all perf test

whereas:
P(test, build N, build N +1) = 1 if test run on same device between build N & N+1, 0 otherwise.

File this bug to track so someone can take it later.
 
Cc: dpranke@chromium.org mar...@chromium.org
Summary: Monitor device affinity (was: Create metrics measure overall perf device affinity & monitor them)
Back up a little bit, it turns out that this problem is not specific to perf but also other use cases  (incremental build cache, Chromeo firmware). Marc-Atoine is also looking for solution in this space, so I generalize the title of the bug a bit 
Cc: -eakuefner@chromium.org

Sign in to add a comment