[tor-commits] [torspec/master] specify GETINFO bw-event-cache for 14128
nickm at torproject.org
nickm at torproject.org
Wed Jan 7 18:22:36 UTC 2015
commit 3c44820f3828a009d733bf5224916e83ddf508f0
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Jan 7 11:41:34 2015 -0500
specify GETINFO bw-event-cache for 14128
---
control-spec.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/control-spec.txt b/control-spec.txt
index 88319ff..1950b44 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -780,6 +780,14 @@
where the first integer is the number of bytes written, and the second
is the number of requests answered.
+ "bw-event-cache"
+ A space-separated summary of recent BW events in chronological order
+ from oldest to newest. Each event is represented by a comma-separated
+ tuple of "R,W", R is the number of bytes read, and W is the number of
+ bytes written. These entries each represent about one second's worth
+ of traffic.
+ [New in Tor 0.2.6.3-alpha]
+
Examples:
C: GETINFO version desc/name/moria1
S: 250+desc/name/moria=
More information about the tor-commits
mailing list