Make nsSystemInfo return the CPU model name
Categories
(Core :: XPCOM, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
3.13 KB,
text/plain
|
chutten
:
data-review+
|
Details |
I would like to be able to estimate our power use in the wild using Telemetry data. We already record how much CPU time is used. To convert this CPU time to an estimated power consumption in Wh, I would need the TDP (Thermal Design Power) of the user's CPU. I don't know of any way to access this information locally, so I think the best solution would be to record the CPU model name, and then on the server side convert that to the TDP using tables provided by the CPU manufacturers.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
PR for the schema: https://github.com/mozilla-services/mozilla-pipeline-schemas/pull/749
Comment 4•2 years ago
|
||
Comment on attachment 9300511 [details]
data review
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Florian is responsible.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Result: datareview+
Comment 6•2 years ago
|
||
bugherder |
Description
•