Generally, wget shows transfer times in seconds. Is there a way I can make it show the time in milliseconds?
Asked
Active
Viewed 1.1k times
2 Answers
6
You can run time wget ... to get a real time estimate for a transfer from start to finish.
ricosrealm
- 161
2
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
mob
- 262
- 1
- 8