[tor-bugs] #19183 [Metrics/Metrics website]: Add sybilhunter's visualisations to Metrics website

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Jun 16 02:32:41 UTC 2016


#19183: Add sybilhunter's visualisations to Metrics website
-------------------------------------------------+-------------------------
 Reporter:  phw                                  |          Owner:  phw
     Type:  enhancement                          |         Status:  new
 Priority:  Medium                               |      Milestone:
Component:  Metrics/Metrics website              |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  sybilhunter, visualization, churn,   |  Actual Points:
  uptime                                         |         Points:
Parent ID:                                       |        Sponsor:
 Reviewer:                                       |
-------------------------------------------------+-------------------------

Comment (by phw):

 Here's a CSV file for the churn values: https://nymity.ch/sybilhunting
 /churn-values/churn-all.csv.bz2 (3.6 MiB). For each flag, there are four
 columns, two of which are interesting to us: NewFLAG and GoneFLAG. NewFLAG
 denotes the churn for new relays while GoneFLAG denotes the churn for
 relays that left the network. If this is difficult to process for you,
 then I'm happy to change the output format.

 The Go code is available here:
 https://gitweb.torproject.org/user/phw/sybilhunter.git/
 Go directly compiles to statically-linked ELF binaries, so we can build a
 binary somewhere else and then copy it to the metrics machines. To build
 sybilhunter, run:
 {{{
 go get git.torproject.org/user/phw/sybilhunter.git
 }}}

 To create churn values, run:
 {{{
 sybilhunter -data path/to/collector/archive/ -churn -startdate 2016-06-01
 -enddate 2016-06-02 2>/dev/null
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19183#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list