Browse Source

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
Tatsuhiro Tsujikawa 16 years ago
parent
commit
9b9c527d21
4 changed files with 69 additions and 1 deletions
  1. 6 0
      ChangeLog
  2. 15 0
      doc/aria2c.1
  3. 32 1
      doc/aria2c.1.html
  4. 16 0
      doc/aria2c.1.txt

+ 6 - 0
ChangeLog

@@ -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>
 2009-02-14  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 
 	Rewritten the section for configuration file.
 	Rewritten the section for configuration file.

+ 15 - 0
doc/aria2c.1

@@ -1562,6 +1562,21 @@ dl_speed
 The average download speed observed in the previous download in bytes per sec\&. Required\&.
 The average download speed observed in the previous download in bytes per sec\&. Required\&.
 .RE
 .RE
 .PP
 .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
 last_updated
 .RS 4
 .RS 4
 Last contact time in GMT with this server, specified in the seconds from the Epoch\&. Required\&.
 Last contact time in GMT with this server, specified in the seconds from the Epoch\&. Required\&.

+ 32 - 1
doc/aria2c.1.html

@@ -1993,6 +1993,37 @@ dl_speed
 </p>
 </p>
 </dd>
 </dd>
 <dt>
 <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
 last_updated
 </dt>
 </dt>
 <dd>
 <dd>
@@ -2227,7 +2258,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 </div>
 <div id="footer">
 <div id="footer">
 <div id="footer-text">
 <div id="footer-text">
-Last updated 2009-02-14 18:27:19 JST
+Last updated 2009-02-14 18:43:10 JST
 </div>
 </div>
 </div>
 </div>
 </body>
 </body>

+ 16 - 0
doc/aria2c.1.txt

@@ -992,6 +992,22 @@ dl_speed::
   The average download speed observed in the previous download in bytes per sec.
   The average download speed observed in the previous download in bytes per sec.
   Required.
   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_updated::
   Last contact time in GMT with this server, specified in the seconds from the
   Last contact time in GMT with this server, specified in the seconds from the
   Epoch. Required.
   Epoch. Required.