New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 703012 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Provide parameterized testlog in thermal monitor plugin

Project Member Reported by hungte@chromium.org, Mar 20 2017

Issue description

New 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
 

Comment 1 by hungte@chromium.org, Mar 20 2017

Status: Assigned (was: Untriaged)

Comment 2 by kitching@google.com, 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

Comment 3 by kitching@google.com, 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

Comment 4 by kitching@google.com, 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

Comment 5 by kitching@google.com, 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