eta
eta copied to clipboard
Generic tool for monitoring ETA and progress of an arbitrary process.
Right now the _target_ value can hanadle k M G... suffixes, but `eta` will not parse such suffixes in the the progress command output. If it would, we could use...
Missing argument to printf-style error(…) caused segfault
``` $ eta 1GB 'echo' eta: zsh: segmentation fault (core dumped) eta 1GB 'echo' ``` This segmentation fault occurs when the given target starts with a number but is not...
Currently, ETA is calculated based on the last 10 measurements, so it's a moving average with window size = 10. I suggest using EMA instead. Benefits: It removes the necessity...