Provide parameterized testlog in thermal monitor plugin |
|
Issue descriptionNew request for reliability test / LTOS. Please modify thermal monitor plugin so that - we can specify to enable logging or not - when log is enabled, output to testlog - define a new data model in test log for such type or long time reports - (low priority) write an instalog output plugin to filter thermal logs and output to a CSV
,
Mar 20 2017
In the meantime, we can use this one-liner to extract temperatures from factory.log: cat var/log/factory.log | grep thermal_monitor.py | perl -pe 's@^.*monitor.py:\d\d @@; s@ Temperatures: \[@,@; s@\]@@; s@, @,@g' > temperatures.csv
,
Mar 22 2017
For this part of the bug, please see: https://b.corp.google.com/issues/36494993 Please modify thermal monitor plugin so that - we can specify to enable logging or not - when log is enabled, output to testlog
,
Mar 22 2017
For this part of the bug, please see: https://b.corp.google.com/issues/36495227 - define a new data model in test log for such type or long time reports
,
Mar 22 2017
For this part of the bug, please see: https://b.corp.google.com/issues/36495336 - (low priority) write an instalog output plugin to filter thermal logs and output to a CSV |
|
►
Sign in to add a comment |
|
Comment 1 by hungte@chromium.org
, Mar 20 2017