Closed
Bug 1917931
Opened 1 year ago
Closed 7 months ago
[Fission] Add a Glean metric for total memory usage of all content processes
Categories
(GeckoView :: General, task, P1)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1950417
People
(Reporter: cpeterson, Assigned: kaya)
References
(Blocks 1 open bug)
Details
(Whiteboard: [group1][fxdroid])
For our Android Fission experiment, we'll want to know how much Fission is increasing memory usage overall. Since Fission will create content processes for pages' subframes, we can't just compare the memory usage of individual content processes. We'll need to compare snapshots of the total memory usage of all content processes.
We have some metrics with extra keys with related to memory usage, but will do they give us all the information we will need?
- engine_tab.tab_killed (which has extra keys like “app_foreground” and “foreground_tab”)
- app_exit_info.process_exited (which has extra keys with “process_type”, “reason”, and “rss” at time of exit)
Updated•9 months ago
|
Whiteboard: [group1][fxdroid]
Updated•9 months ago
|
Assignee | ||
Updated•7 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•