From 9b9c527d21a217b30c9c20b018c0ff71f40ba2c4 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa
Date: Sat, 14 Feb 2009 09:43:55 +0000
Subject: [PATCH] 2009-02-14 Tatsuhiro Tsujikawa
Documented sc_avg_speed, mc_avg_speed and counter in SERVER
PERFORMANCE PROFILE section.
* doc/aria2c.1.txt
---
ChangeLog | 6 ++++++
doc/aria2c.1 | 15 +++++++++++++++
doc/aria2c.1.html | 33 ++++++++++++++++++++++++++++++++-
doc/aria2c.1.txt | 16 ++++++++++++++++
4 files changed, 69 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index d6c43d75..b7b46772 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-14 Tatsuhiro Tsujikawa
+
+ Documented sc_avg_speed, mc_avg_speed and counter in SERVER
+ PERFORMANCE PROFILE section.
+ * doc/aria2c.1.txt
+
2009-02-14 Tatsuhiro Tsujikawa
Rewritten the section for configuration file.
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 2f8d6925..a459b6ee 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -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\&.
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index a92ba848..4f284c06 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -1993,6 +1993,37 @@ dl_speed
+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
@@ -2227,7 +2258,7 @@ files in the program, then also delete it here.