New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 617654 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocking:
issue 617117



Sign in to add a comment

Delete non-(V8/overall) values from long-running V8 benchmarks

Project Member Reported by petrcermak@chromium.org, Jun 6 2016

Issue description

Please DELETE retrospectively all values satisfying the following
condition:

  The name MATCHES re.compile(r'memory:chrome') and at the same time
  matches NEITHER re.compile(r'renderer:subsystem:v8')
              NOR re.compile(r'renderer:vmstats:overall')

in the following benchmarks:

  memory.long_running_idle_gmail_tbmv2
  memory.long_running_idle_gmail_background_tbmv2

For completeness, I attached lists enumerating all values that should be
removed for each benchmark.


ulan: Could you please double check that this is correct and then re-assign back to me?
 
memory.long_running_idle_gmail_tbmv2
38.9 KB Download
memory.long_running_idle_gmail_background_tbmv2
38.9 KB Download
Blockedon: 617678
Blockedon: -617678

Comment 3 by u...@chromium.org, Jun 7 2016

Owner: petrcermak@chromium.org
LGTM, thank you.
Owner: sullivan@chromium.org
Annie: This delete can be safely executed now (it's not blocked on anything).
I've deleted the data. ulan: we got some alerts on monitored metrics being deleted:

memory:chrome:all:subsystem:v8:allocated_objects_avg
memory:chrome:all:subsystem:v8:allocated_objects_max
memory:chrome:all:subsystem:v8_avg
memory:chrome:all:subsystem:v8_max

I should just update those to change 'all' to 'renderer', right?
Yes, please. The correct value names to monitor are actually (uppercase used just for emphasis, the actual names are all completely lower-case):

memory:chrome:RENDERER:subsystem:v8:allocated_objects_SIZE_avg
memory:chrome:RENDERER:subsystem:v8:allocated_objects_SIZE_max
memory:chrome:RENDERER:subsystem:v8:EFFECTIVE_SIZE_avg
memory:chrome:RENDERER:subsystem:v8:EFFECTIVE_SIZE_max

Thanks!
Thanks for clarifying! monitoring updated as per comment 7.
Status: Fixed (was: Assigned)

Sign in to add a comment