diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-08-18 16:14:22 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-08-18 16:14:22 +0200 |
commit | 10fbc998e146b271508066e7680cb0cd00a70c63 (patch) | |
tree | 4261586a89ee9ea6f70a8a8f645f90f65561e40c /doc/tor.1.in | |
parent | dccadb30cd1ceddb9063ba074ba75bf07575e407 (diff) | |
download | tor-10fbc998e146b271508066e7680cb0cd00a70c63.tar.gz tor-10fbc998e146b271508066e7680cb0cd00a70c63.zip |
Update dir-spec.txt and man page.
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index a49a26d47b..54e35aa6c6 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1056,6 +1056,34 @@ behalf of clients. .TP \fBGeoIPFile \fR\fIfilename\fP A filename containing GeoIP data, for use with BridgeRecordUsageByCountry. +.LP +.TP +\fBCellStatistics \fR\fB0\fR|\fB1\fR\fP +When this option is enabled, Tor writes statistics on the mean time that +cells spend in circuit queues to disk every 24 hours. (Default: 0) +.LP +.TP +\fBDirReqStatistics \fR\fB0\fR|\fB1\fR\fP +When this option is enabled, Tor writes statistics on the number and +response time of network status requests to disk every 24 hours. +(Default: 0) +.LP +.TP +\fBEntryStatistics \fR\fB0\fR|\fB1\fR\fP +When this option is enabled, Tor writes statistics on the number of +directly connecting clients to disk every 24 hours. (Default: 0) +.LP +.TP +\fBExitPortStatistics \fR\fB0\fR|\fB1\fR\fP +When this option is enabled, Tor writes statistics on the number of +relayed bytes and opened stream per exit port to disk every 24 hours. +(Default: 0) +.LP +.TP +\fBExtraInfoStatistics \fR\fB0\fR|\fB1\fR\fP +When this option is enabled, Tor includes previously gathered statistics +in its extra-info documents that it uploads to the directory authorities. +(Default: 0) .SH DIRECTORY SERVER OPTIONS .PP |