spoulson / pifan

Dell PowerEdge fan speed controller for Raspberry Pi
MIT License
3 stars 0 forks source link

Track temp and fan speed aggregates #2

Open spoulson opened 3 years ago

spoulson commented 3 years ago

After each poll, print a summary of recent fan speeds and cpu temperatures. Summary to include multiple time aggregations (similar to load averages). This provides the admin with at-a-glance insight into stability of server temperatures.

Time aggregations: 1 hour, 1 day, 1 week.

spoulson commented 3 years ago

Considering generating an ascii graph of temp/fan statistics.

Candidate library: https://www.algorithm.co.il/ascii-plotter/

spoulson commented 3 years ago

Another candidate: https://github.com/kroitor/asciichart

spoulson commented 3 years ago

Candidate for sparklines: https://pypi.org/project/pysparklines/

spoulson commented 3 years ago

More candidates: https://stackoverflow.com/questions/123378/command-line-unix-ascii-based-charting-plotting-tool