Closed Bug 1898230 Opened 1 year ago Closed 1 year ago

Add CI test for background memory usage on mobile

Categories

(Testing :: Raptor, task, P1)

task

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1898229

People

(Reporter: sparky, Assigned: sparky)

References

Details

(Whiteboard: [fxp][operational])

This bug is for adding a test for background memory usage on mobile Firefox, and Chrome browsers.

Whiteboard: [fxp]

:mleclair/:kaya, could either of you provide the scripts for this test and any additional info we might need for this?

Flags: needinfo?(mleclair)
Flags: needinfo?(kkaya)
Summary: Add test for background memory usage on mobile → Add CI test for background memory usage on mobile
Priority: -- → P2
Depends on: 1898256

:sparky,
I think we can utilize a multiple background processes to handle this task. One process will run the test, i.e. typing into the url bar, doing some regular surfing etc, and the other one collecting the process information.

The ps command has swap, res and shr memory values which are:

    # res: rss
    # shr: shared memory
    # swap: swap I/O

Here's some scripts that run tests and collect process info simultaneously.
https://drive.google.com/drive/folders/1f6tlKkf1NuLxnWQxfV2RoJTl4VhCQyz4?usp=sharing

Flags: needinfo?(mleclair)
Flags: needinfo?(kkaya)

This test was landed as part of bug 1898229.

Assignee: nobody → gmierz2
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1898229
Resolution: --- → DUPLICATE
Priority: P2 → P1
Whiteboard: [fxp] → [fxp][operational]
Severity: S3 → S2
You need to log in before you can comment on or make changes to this bug.