We're already monitoring power, temperature, and fan sensors. It would be nice if these data could be logged to a file and then used by other processes to correlate performance with temperature/throttling.
Ideas:
- logging interval 1s, 2s, 5s, 10s
- Maximum file size - circular files?
- Maximum run time? Don't want to forget about something that's just logging infinitely
- file rotation?
- Just log to syslog? Avoids a bunch of file management issues.
We're already monitoring power, temperature, and fan sensors. It would be nice if these data could be logged to a file and then used by other processes to correlate performance with temperature/throttling.
Ideas: