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
Post a Comment