Generally, wget shows transfer time in seconds... Is there a way I can get it to show the time in milliseconds?
+1
A:
The total average transfer rate and the total bytes transferred are also part of the output.
2010-02-04 09:18:48 (71.5 MB/s) - `index.html' saved [8105/8105]
8105 bytes / 71500000 bytes/sec ==> 0.0001133566 sec
mobrule
2010-02-04 17:20:55
That should probably be 71.5 * 1024 * 1024 and not 71,500,000.
mobrule
2010-02-04 17:23:01
Thanks.. Will grep that out...
Legend
2010-02-04 17:27:13