[tor-bugs] #5088 [Metrics Website]: CVS with platform strings of currently running relays can't be downloaded.
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Sun Feb 12 11:44:59 UTC 2012
#5088: CVS with platform strings of currently running relays can't be downloaded.
--------------------------------+-------------------------------------------
Reporter: bastik | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Metrics Website | Version:
Resolution: wontfix | Keywords: CVS platform strings
Parent: | Points:
Actualpoints: |
--------------------------------+-------------------------------------------
Changes (by karsten):
* status: new => closed
* resolution: => wontfix
Comment:
You're right, that URL doesn't work so well anymore since we partitioned
the statusentry table in the database. I tried to tweak the query, but
the fix that worked elsewhere didn't work here. I'm going to take the CSV
file off the metrics website. It's a job for TorStatus, not for Metrics
anyway.
Here's a workaround: Download the JSON file of running relays and bridges
from [https://github.com/kloesing/Onionoo Onionoo], strip off bridges, and
grep for platform lines:
{{{
$ curl http://85.214.195.203/details/running > running
$ sed '/bridges_published/q' running | grep "platform" | less
}}}
So, I'm not fixing this bug. Thanks for reporting it anyway!
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5088#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list