Re: [Bug-wget] mistakes in performance-view

2016-05-09 Thread Tim Ruehsen
Hi Andreas, please always answer to the mailing list (optionally put me on CC, but not really needed). Wget outputs one line every 50k of data. On fast lines this makes many "measurements" / calculations per second. A slight jitter in packet delivery (e.g. CPU or IO busy for 0.1s) leads to

Re: [Bug-wget] mistakes in performance-view

2016-05-07 Thread Tim Rühsen
Hi Andreas, just taking the values from the your attached log: $ awk "BEGIN {print (1174405120 / 1024 / 1024 / 103)}" 10.8738 Wget said: 2016-05-06 13:25:10 (10,8 MB/s) - »»/dev/null«« gespeichert [1174405120/1174405120] That seems to be perfectly fine. Is it a 100 MByte/s or MBit/s line -