aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-01 10:36:43 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-01 10:36:43 +0000
commitd9f5f2cfa0cef479329f601b2ac35252c5200adb (patch)
tree1b8d7203701e1462f08f3d60a489d2753a117691 /doc
parent5a41e52deb38ab4e703c30b65c5813f3100ffe3c (diff)
downloadtor-d9f5f2cfa0cef479329f601b2ac35252c5200adb.tar
tor-d9f5f2cfa0cef479329f601b2ac35252c5200adb.tar.gz
hsusage man page entries from karsten
svn:r10084
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index 2c762def5..1d18d30ee 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -869,6 +869,12 @@ When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also
accepts and serves hidden service descriptors. (Default: 0)
.LP
.TP
+\fBHSAuthorityRecordStats \fR\fB0\fR|\fB1\fR\fP
+When this option is set in addition to \fBHSAuthoritativeDir\fP, Tor
+periodically (every 15 minutes) writes statistics about hidden service
+usage to a file \fBhsusage\fP in its data directory. (Default: 0)
+.LP
+.TP
\fBDirPort \fR\fIPORT\fP
Advertise the directory service on this port.
.LP
@@ -1076,6 +1082,12 @@ A set of persistent key-value mappings. These are documented in the file. Thes
Used to track bandwidth accounting values (when the current period starts and ends; how much has been read and written so far this period). This file is obsolete, and the data is now stored in the 'state' file as well. Only used when bandwidth accounting is enabled.
.LP
.TP
+.B \fIDataDirectory\fP/hsusage
+Used to track hidden service usage in terms of fetch and publish
+requests to this hidden service authoritative directory. Only used when
+recording of statistics is enabled.
+.LP
+.TP
.B \fIDataDirectory\fP/control_auth_cookie
Used for cookie authentication with the controller. Regenerated on startup. See control-spec.txt for details. Only used when cookie authentication is enabled.
.LP