diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-18 10:06:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-18 10:06:14 -0400 |
commit | a509dbba504f7b5e2c1d93bad25e500493b06fb5 (patch) | |
tree | 07a6cd25208b82373b470e9160683df514debf81 /doc | |
parent | d5c83f201441f2582dd074729d2ccdce90b1243e (diff) | |
parent | 58b6195455bcb173d260558e84e642c52d344c2f (diff) | |
download | tor-a509dbba504f7b5e2c1d93bad25e500493b06fb5.tar tor-a509dbba504f7b5e2c1d93bad25e500493b06fb5.tar.gz |
Merge commit 'karsten/dirbytes2'
Conflicts:
src/or/rephist.h
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 477536376..bd3b8ba24 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -779,6 +779,17 @@ had a smaller bandwidth than md, the other half had a larger bandwidth than md. + "dirreq-read-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM... NL + [At most once] + "dirreq-write-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM... NL + [At most once] + + Declare how much bandwidth the OR has spent on answering directory + requests. Usage is divided into intervals of NSEC seconds. The + YYYY-MM-DD HH:MM:SS field defines the end of the most recent + interval. The numbers are the number of bytes used in the most + recent intervals, ordered from oldest to newest. + "entry-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL [At most once.] |