diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-07-07 14:55:42 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-08-18 13:54:41 +0200 |
commit | db94b7f46ef02d5a1de132a5b746b350f3d066b7 (patch) | |
tree | 8b5dd5963a87c29403b1c28e1a55b23cb13ad247 /doc/spec | |
parent | 863b6c439e6bfc64f602ecb9526940fa966ca9fe (diff) | |
download | tor-db94b7f46ef02d5a1de132a5b746b350f3d066b7.tar tor-db94b7f46ef02d5a1de132a5b746b350f3d066b7.tar.gz |
Count bytes we spend on answering directory requests.
Diffstat (limited to 'doc/spec')
-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.] |