[tor-bugs] #1944 [Metrics]: Set up a torperf to a hidden service?

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Feb 7 12:13:02 UTC 2011


#1944: Set up a torperf to a hidden service?
---------------------+------------------------------------------------------
 Reporter:  arma     |       Owner:  karsten
     Type:  task     |      Status:  new    
 Priority:  normal   |   Milestone:         
Component:  Metrics  |     Version:         
 Keywords:           |      Points:         
   Parent:           |  
---------------------+------------------------------------------------------

Comment(by arma):

 A reasonable way to proceed would be to patch your Tor client to react in
 a new way to a USR2 signal, with two actions: a) flush the rendezvous
 descriptor cache:
 {{{
     rend_cache_clean(1000000);
     rend_cache_clean_v2_descs_as_dir(1000000);
 }}}
 and b) expire all open rendezvous circuits:
 {{{
 circuit_expire_all_dirty_circs()
 }}}
 Then you could send your Tor client a USR2 signal shortly before each
 fresh torperf launch.

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


More information about the tor-bugs mailing list