aristocratos / btop

A monitor of resources
Apache License 2.0
21.34k stars 654 forks source link

[REQUEST] Optionally report statistics as moving average #833

Open ma-sadeghi opened 7 months ago

ma-sadeghi commented 7 months ago

Is your feature request related to a problem? Please describe. The statistics due to their "real time" nature are very choppy and not smooth. It'd be nice to (optinally) report them as moving average to make them more useful. True "real time" statistics might be useful in some cases, but the average user, I guess, is more interested in seeing the moving average, similar to what is reported on Unix's System Monitor or Windows Task Manager.

Describe the solution you'd like Calculate the moving average for statistics over a time window (duration could be another option) and show it!

Describe alternatives you've considered Unix's System Monitor and Windows Task Manager.