views:

181

answers:

1

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
That should probably be 71.5 * 1024 * 1024 and not 71,500,000.
mobrule
Thanks.. Will grep that out...
Legend