2009-02-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Documented sc_avg_speed, mc_avg_speed and counter in SERVER
	PERFORMANCE PROFILE section.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-02-14 09:43:55 +00:00
parent b642ee92cd
commit 9b9c527d21
4 changed files with 69 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-02-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented sc_avg_speed, mc_avg_speed and counter in SERVER
PERFORMANCE PROFILE section.
* doc/aria2c.1.txt
2009-02-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Rewritten the section for configuration file.

View File

@ -1562,6 +1562,21 @@ dl_speed
The average download speed observed in the previous download in bytes per sec\&. Required\&.
.RE
.PP
sc_avg_speed
.RS 4
The average download speed observed in the previous download in bytes per sec\&. This value is only updated if the download is done in single connection environment and only used by AdaptiveURISelector\&. Optional\&.
.RE
.PP
mc_avg_speed
.RS 4
The average download speed observed in the previous download in bytes per sec\&. This value is only updated if the download is done in multi connection environment and only used by AdaptiveURISelector\&. Optional\&.
.RE
.PP
counter
.RS 4
How many times the server is used\&. Currently this value is only used by AdaptiveURISelector\&. Optional\&.
.RE
.PP
last_updated
.RS 4
Last contact time in GMT with this server, specified in the seconds from the Epoch\&. Required\&.

View File

@ -1993,6 +1993,37 @@ dl_speed
</p>
</dd>
<dt>
sc_avg_speed
</dt>
<dd>
<p>
The average download speed observed in the previous download in
bytes per sec. This value is only updated if the download is done in
single connection environment and only used by
AdaptiveURISelector. Optional.
</p>
</dd>
<dt>
mc_avg_speed
</dt>
<dd>
<p>
The average download speed observed in the previous download in
bytes per sec. This value is only updated if the download is done in
multi connection environment and only used by
AdaptiveURISelector. Optional.
</p>
</dd>
<dt>
counter
</dt>
<dd>
<p>
How many times the server is used. Currently this value is only used
by AdaptiveURISelector. Optional.
</p>
</dd>
<dt>
last_updated
</dt>
<dd>
@ -2227,7 +2258,7 @@ files in the program, then also delete it here.</p></div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2009-02-14 18:27:19 JST
Last updated 2009-02-14 18:43:10 JST
</div>
</div>
</body>

View File

@ -992,6 +992,22 @@ dl_speed::
The average download speed observed in the previous download in bytes per sec.
Required.
sc_avg_speed::
The average download speed observed in the previous download in
bytes per sec. This value is only updated if the download is done in
single connection environment and only used by
AdaptiveURISelector. Optional.
mc_avg_speed::
The average download speed observed in the previous download in
bytes per sec. This value is only updated if the download is done in
multi connection environment and only used by
AdaptiveURISelector. Optional.
counter::
How many times the server is used. Currently this value is only used
by AdaptiveURISelector. Optional.
last_updated::
Last contact time in GMT with this server, specified in the seconds from the
Epoch. Required.