|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] Re: Checking Bandwidth for Large Downloads
|
This will not help you for the process you already have running but is a
great way of keeping track of your downloads.
>From a shell run:
wget -b <url to download>
it will download your file using wget and will immediately send the
process to the background while writing the progress every few seconds
to a file called wget-log.
You can then at any time from anywhere ssh into your server and tail the
wget-log to get a current status of how much of the file has been
downloaded and what your current average transfer rate is for the
download.
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|