Closed
Bug 1272541
Opened 9 years ago
Closed 9 years ago
Add more data to SystemResourceMonitor.as_dict()
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(firefox49 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(2 files)
Patch coming shortly.
| Assignee | ||
Comment 1•9 years ago
|
||
We add some system information including processor count
and memory sizes. We also add an "overall" section describing
total resource usage. This (surprisingly) wasn't defined.
This commit is the first in a series to reconcile the differences
between the JSON format in mozsystemmonitor and what
`mach build` writes so we can write a single tool to visualize
the data.
Review commit: https://reviewboard.mozilla.org/r/52381/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/52381/
Attachment #8752015 -
Flags: review?(ahalberstadt)
Attachment #8752016 -
Flags: review?(ahalberstadt)
| Assignee | ||
Comment 2•9 years ago
|
||
So we can release the new as_dict() goodies.
Review commit: https://reviewboard.mozilla.org/r/52383/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/52383/
Comment 3•9 years ago
|
||
Comment on attachment 8752015 [details]
MozReview Request: Bug 1272541 - Expose more data from SystemResourceMonitor.as_dict; r?ahal
https://reviewboard.mozilla.org/r/52381/#review49483
Attachment #8752015 -
Flags: review?(ahalberstadt) → review+
Updated•9 years ago
|
Attachment #8752016 -
Flags: review?(ahalberstadt) → review+
Comment 4•9 years ago
|
||
Comment on attachment 8752016 [details]
MozReview Request: Bug 1272541 - Bump mozsystemmonitor to version 0.2; r?ahal
https://reviewboard.mozilla.org/r/52383/#review49485
Comment 6•9 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•