wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | Implement the dot progress bar (#342)


From: DalmeGNU (@DalmeGNU)
Subject: Re: wget2 | Implement the dot progress bar (#342)
Date: Fri, 01 Jul 2022 18:02:47 +0000



DalmeGNU commented on a discussion: 
https://gitlab.com/gnuwget/wget2/-/issues/342#note_1013694010

This is the output to `wget --progress=bar -o file 
https://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.gz` on the file called 'file' (I 
attached the full file):

```
     0K .......... .......... .......... .......... ..........  0%  121K 9m1s
    50K .......... .......... .......... .......... ..........  0%  246K 6m43s
   100K .......... .......... .......... .......... ..........  0% 5,20M 4m33s
   150K .......... .......... .......... .......... ..........  0%  124K 5m36s
   200K .......... .......... .......... .......... ..........  0%  116M 4m29s
   250K .......... .......... .......... .......... ..........  0%  248K 4m27s
   300K .......... .......... .......... .......... ..........  0% 6,90M 3m50s
   350K .......... .......... .......... .......... ..........  0% 10,5M 3m22s
   400K .......... .......... .......... .......... ..........  0%  125K 3m57s
   450K .......... .......... .......... .......... ..........  0%  115M 3m34s
   500K .......... .......... .......... .......... ..........  0%  244K 3m38s
   550K .......... .......... .......... .......... ..........  0% 12,3M 3m20s
   600K .......... .......... .......... .......... ..........  0% 11,0M 3m5s

```

The idea would be to implement a similar dot bar to this one but without the 
percentage on the right, as it could be misleading (Because when downloading 
more than one file in parallel, we don't know the full size of the download 
queue, and so we can't calculate a coherent percentage. Think for example on a 
recursive download). Of course, we can support multiple dot bars when 
downloading in the console.

[file](/uploads/414ab5211fa324a7b646be7faf7dc896/file)

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/issues/342#note_1013694010
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]