host=localhost, protocol=http, dl_speed=32000, last_updated=1222491640, status=OK -host=localhost, protocol=ftp, dl_speed=0, last_updated=1222491632, status=ERROR-
diff --git a/ChangeLog b/ChangeLog
index b7b46772..5523ba4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-14 Tatsuhiro Tsujikawa
This section describes the format of server performance profile. The -file is plain text and each line has several NAME=VALUE pair, -delimited by comma. Currently following NAMEs are recognized:
- Hostname of the server. Required. +man aria2c
- -- Protocol for this profile, such as ftp, http. Required. +http://aria2.sourceforge.net/
- -- The average download speed observed in the previous download in - bytes per sec. Required. +https://apps.sourceforge.net/trac/aria2/wiki
- -- Last contact time in GMT with this server, specified in the seconds - from the Epoch. Required. -
-- ERROR is set when server cannot be reached or out-of-service or - timeout occurred. Otherwise, OK is set. -
-Those fields must exist in one line. The order of the fields is not -significant. You can put pairs other than above but they are simply -ignored.
An example is follow:
host=localhost, protocol=http, dl_speed=32000, last_updated=1222491640, status=OK -host=localhost, protocol=ftp, dl_speed=0, last_updated=1222491632, status=ERROR-
By default, aria2 parses "$HOME/.aria2/aria2.conf" as a configuraiton -file. You can specify the path to configuration file using ---conf-path option. If you don't want to use the configuraitonf -file, use --no-conf option.
The configuration file is a text file and has 1 option per each -line. In each line, you can specify name-value pair in the format: -NAME=VALUE, where name is the long command-line option name without -"--" prefix. You can use same syntax for the command-line option. The -lines beginning "#" are treated as comments.
Example:
# sample configuration file for aria2c -listen-port=60000 -seed-ratio=1.0 -max-upload-limit=40K-