Closed Bug 1279396 Opened 8 years ago Closed 7 years ago

Tp5o Private Bytes should be split/fixed

Categories

(Testing :: Talos, defect)

Version 3
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: glandium, Unassigned)

References

Details

I was looking at talos results for current jemalloc dev branch vs. jemalloc 4.2, and saw a jump in Private Bytes. But while looking at the numbers, I also saw that the value itself made no sense, because it was also an order of magnitude larger than RSS, which according to what Private Bytes usually means, can't happen. Erahm pointed me to https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/cmanager_linux.py#75-102 which indicates that what this actually measures is MAP_PRIVATE address space allocated by the process. Which, in an of itself, *is* an interesting metric. But: - that doesn't match any definition of Private Bytes - that doesn't match what Private Bytes measure on other platforms So I think we should have measure for address space consumption *and* a more accurate measure of Private Bytes. That being said, that also kind of(?) overlaps with AWSY...
This is a problem on Windows too; it's possible we already have a bug for it. There was discussion previously about just using psutil for USS, it's in-tree and I wrote the USS additions and AFAICT they are correct. Mike, what would you suggest calling this measure (what we currently do on Linux)? Do you think we can get a similar measure for Windows?
technically we do overlap with AWSY, but AWSY doesn't have the full coverage of what Talos does. I would like to see us fix this sooner rather than later. related is bug 1250169.
I would like to resolve this sooner than later- I think all memory on win7, win10, linux64 should be done on AWSY- I would like to confirm that is the case and then we just have talos measuring memory on osx.
Whiteboard: [PI:June]
Whiteboard: [PI:June] → [PI:August]
Whiteboard: [PI:August] → [PI:September]
Whiteboard: [PI:September]
we resolved this the other week
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.