[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r22474: {arm} Few more additions to the release roadmap, thanks to advice (arm/trunk)
Author: atagar
Date: 2010-06-05 21:34:41 +0000 (Sat, 05 Jun 2010)
New Revision: 22474
Modified:
arm/trunk/TODO
Log:
Few more additions to the release roadmap, thanks to advice from Sebastian.
Modified: arm/trunk/TODO
===================================================================
--- arm/trunk/TODO 2010-06-05 20:51:56 UTC (rev 22473)
+++ arm/trunk/TODO 2010-06-05 21:34:41 UTC (rev 22474)
@@ -9,11 +9,14 @@
progress - /init and /util are done and /interface is in progress. Known
bugs are being fixed while refactoring.
* <done> header panel
- - show advertised bandwidth
- If there's extra room available show 'MaxAdvertisedBandwidth'?
- check if tor's been shut down or merely control port disconnect
(overwrite flags with tor status)?
* graph panel
+ - revise effective bandwidth
+ Take into account 'MaxAdvertisedBandwidth', as per:
+ http://paste.debian.net/76254/
+ - include observed bandwidth
+ http://torstatus.blutmagie.de/router_detail.php?FP=a7569a83b5706ab1b1a9cb52eff7d2d32e4553eb
- graph for arm cpu/mem usage
Trivial to implement but not sure if this would be useful.
- prepopulate bandwidth graph with contents of state file
@@ -31,6 +34,8 @@
- move torrc validation into util
- condense tor/arm log listing types if they're the same
Ie, make default "TOR/ARM NOTICE - ERR"
+ - fetch text via getinfo rather than reading directly?
+ conn.get_info("config-text")
* conn panel (for version 1.3.7)
- check family connections to see if they're alive (VERSION cell
handshake?)