Overview
TorStatus is a website display used to summarize metrics about the Tor Network. It's a precursor to http://metrics.torproject.org. The code repository is at https://svn.torproject.org/svn/torstatus/. Example running sites are Blutmagie and Xenobite.
TODO List
- Torstatus's relay listings should look in extrainfo descriptors and figure out the average actual bandwidth used by the relay. That's the main bandwidth number it should show when ranking and sorting the relays. Maybe the best way is to add another column which just shows a number of the bandwidth the relay is advertising. (#1601 (closed))
- I think torstatus still uses its own "Tor Check" variant. We should make it use the tordnsel instead (e.g. via fetching the list of current IP addresses from the bulk exitlist and comparing locally). (#1602 (closed))
- Set up a torstatus.torproject.org run of torstatus trunk (#1603 (moved))
- Document in a readme how to get it up and running (#1604 (moved))
- Rewrite torstatus into something other than PHP. Suggestions are Ruby on Rails or Django. (#1605 (moved))