robgjansen / onionperf

A utility to track the performance of Tor and Tor onion services
Other
19 stars 24 forks source link

add support for custom events #23

Closed mjuarezm closed 8 years ago

mjuarezm commented 8 years ago

@robgjansen this is what we discussed in the afternoon. I've tested it a bit and seems to work. Note that:

  1. You seemed concerned about using sys.exit() when the event is not recognized by tor. Please, review that.
  2. The help message does not show stem's supported events as I removed the choices option from the argparse argument.

Closes #22