gmagno / tmon

Temperature Monitor -- a simple CLI tool for monitoring/reporting CPU temperatures.
MIT License
10 stars 0 forks source link

Show report from existing raw data file #4

Open gmagno opened 4 years ago

gmagno commented 4 years ago

Something like this:

tmon --raw-data /tmp/tmon-YYYYMMDD@HHhMMmSS-XXXXXXXX.txt
    ===================
    Temp Monitor Report

        temp (°C) for a period of 0:00:09
        70.00  ┤
        66.67  ┤
        63.33  ┤
        60.00  ┤
        56.67  ┤
        53.33  ┤
        50.00  ┼────╮   ╭
        46.67  ┤    ╰───╯
        43.33  ┤
        40.00  ┤

        min: 49.0 °C
        avg: 50.6 °C
        max: 53.0 °C

        raw: /tmp/tmon-YYYYMMDD@HHhMMmSS-XXXXXXXX.txt
    ===================