[tor-bugs] #33974 [Metrics/Onionperf]: Update OnionPerf to TGen 1.0.0

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Apr 23 13:20:37 UTC 2020


#33974: Update OnionPerf to TGen 1.0.0
-------------------------------+------------------------------
 Reporter:  karsten            |          Owner:  karsten
     Type:  defect             |         Status:  needs_review
 Priority:  Medium             |      Milestone:
Component:  Metrics/Onionperf  |        Version:
 Severity:  Normal             |     Resolution:
 Keywords:                     |  Actual Points:
Parent ID:                     |         Points:
 Reviewer:                     |        Sponsor:
-------------------------------+------------------------------

Comment (by robgjansen):

 Karsten,

 These changes look good except one thing. You'll want to also specify a
 `sendsize` on the `stream50k`, `stream1m`, and `stream5m` nodes. For
 example:

 {{{
 g.add_node("stream50k", sendsize="1 KiB", recvsize="50 KiB", timeout="295
 seconds", stallout="300 seconds")
 g.add_node("stream1m", sendsize="1 KiB", recvsize="1 MiB", timeout="1795
 seconds", stallout="1800 seconds")
 g.add_node("stream5m", sendsize="1 KiB", recvsize="5 MiB", timeout="3595
 seconds", stallout="3600 seconds")
 }}}

 If you don't, an internal "nonstop" sending Markov model will be used to
 send an infinite data stream in the sending direction.

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


More information about the tor-bugs mailing list