Is there a python module that will give an estimate of remaining time for a long running process? -


i have long running process io bound. loop uploading items somewhere, of these items take more time others, days whole process slower time can't hardcoded.

is there module given progress through loop in terms of (current position, final position) evaluate first few iterations give estimate of remaining time, update on every iteration?

i'm thinking progress output tools wget , apt-get.

i guess write myself wondered if exists already.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -