Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Rendezvous Circuit Close Statistics #344

Open
teor2345 opened this issue Jun 6, 2017 · 0 comments
Open

Implement Rendezvous Circuit Close Statistics #344

teor2345 opened this issue Jun 6, 2017 · 0 comments
Assignees
Milestone

Comments

Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
@teor2345
Copy link
Collaborator

@teor2345 teor2345 commented Jun 6, 2017

We plan to collect everything when the circuit closes.
This avoids having to write byte transfer and establish rendezvous events.

Tor trac #13792:

  • Established time: Time from the creation of the rdv point up to finishing handling the RENDEZVOUS_ESTABLISHED cell.
  • Establish rdv to RENDEZVOUS2 cell: Time from the ESTABLISH_RENDEZVOUS cell to the RENDEZVOUS2 end of processing cell.
  • Ready time: Time from the creation of the rdv point up to receiving the RENDEZVOUS2 cell which indicates that data is ready for transmission.

Tor trac #13194:

  • Track time between ESTABLISH_RENDEZVOUS and RENDEZVOUS1 cell

Tor trac #13509:

  • How many RPs do we try before suceeding at connecting?
  • How often do we use preemptive circuits?
  • How often do we cannibalize circuits?

Tor trac #13466:

  • TAP vs ntor

Tor trac #18082:

  • Tor2web (client connecting directly to rend - large bias by Tor2webRendezvousPoints)
  • Single Onion Services (service connecting directly to rend - small bias by Tor2webRendezvousPoints?)

Our #309:

  • Ratio of HSDir bytes to bytes of traffic (HSDir and Rend)
  • the ratio of introductions to rendezvous overall (intro and rend)
  • the ratio of rendezvous overhead to bytes of traffic

Our #10:

  • successful and failed rendezvous
  • circuit lifetime
  • data quantity

Our #310:

  • the time between rend establishment and the service connecting
@teor2345 teor2345 added this to the 1.4.0 - Rend Point Stats milestone Jun 6, 2017
@teor2345 teor2345 self-assigned this Jun 6, 2017
@teor2345 teor2345 removed this from the 1.3.0 - Rend Point Stats milestone Oct 31, 2017
@teor2345 teor2345 added this to the Counters milestone Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment