mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
progress meter text updated to the new display
This commit is contained in:
parent
e2a114a867
commit
5d25dec9b9
38
README.curl
38
README.curl
@ -312,28 +312,32 @@ COOKIES
|
|||||||
|
|
||||||
PROGRESS METER
|
PROGRESS METER
|
||||||
|
|
||||||
The progress meter was introduced to better show a user that something
|
The progress meter exists to show a user that something actually is
|
||||||
actually is happening. The different fields in the output have the following
|
happening. The different fields in the output have the following meaning:
|
||||||
meaning:
|
|
||||||
|
|
||||||
% Received Total Speed Estimated Time Left Curr.Speed
|
% Total % Received % Xferd Average Speed Time Curr.
|
||||||
0 97980 149081186 15211 2:43:21 0:00:06 2:43:15 14843
|
Dload Upload Total Current Left Speed
|
||||||
|
0 151M 0 38608 0 0 9406 0 4:41:43 0:00:04 4:41:39 9287
|
||||||
|
|
||||||
From left-to-right:
|
From left-to-right:
|
||||||
"%" - column, is the percentage of the file currently transfered.
|
% - percentage completed of the whole transfer
|
||||||
"Received" - means the total number of bytes that has been transfered.
|
Total - total size of the whole expected transfer
|
||||||
"Total" - is the total number of bytes expected to transfer.
|
% - percentage completed of the download
|
||||||
"Speed" - is average speed in bytes/second for the whole transfer so far.
|
Received - currently downloaded amount of bytes
|
||||||
"Estimated" - is the estimated total transfer time.
|
% - percentage completed of the upload
|
||||||
"Time" - is the time spent so far for this transfer
|
Xferd - currently uploaded amount of bytes
|
||||||
"Left" - is the estimated time left for this transfer to finnish if the
|
Average Speed
|
||||||
current average speed will remain steady.
|
Dload - the average transfer speed of the download
|
||||||
"Curr.Speed" - is the average transfer speed the last 5 seconds (the first
|
Average Speed
|
||||||
|
Upload - the average transfer speed of the upload
|
||||||
|
Time Total - expected time to complete the operation
|
||||||
|
Time Current - time passed since the invoke
|
||||||
|
Time Left - expected time left to completetion
|
||||||
|
Curr.Speed - the average transfer speed the last 5 seconds (the first
|
||||||
5 seconds of a transfer is based on less time of course.)
|
5 seconds of a transfer is based on less time of course.)
|
||||||
|
|
||||||
NOTE: Much of the output is based on the fact that the size of the transfer
|
The -# option will display a totally different progress bar that doesn't
|
||||||
is known before it takes place. If it isn't, a much less fancy display will
|
need much explanation!
|
||||||
be used.
|
|
||||||
|
|
||||||
SPEED LIMIT
|
SPEED LIMIT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user