Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:  0.6
Parent ID: | Points:  2.0
 Reviewer:  karsten|Sponsor:  Sponsor59-must
---+
Changes (by karsten):

 * status:  needs_review => closed
 * points:  2 => 2.0
 * resolution:   => fixed
 * actualpoints:  0.2 => 0.6


Comment:

 Alright, I just made that [https://gitweb.torproject.org/metrics-
 lib.git/commit/?id=afc57a61209f806581c3c6ca472077fbcba835ec small change
 to metrics-lib]. I also left a comment on #34141 saying that we'll have to
 go back to this ticket ''if'' we decide not to do that ticket. I guess
 that concludes this ticket. Thanks again! Adding my 0.4 points to yours
 and closing.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:  0.2
Parent ID: | Points:  2
 Reviewer:  karsten|Sponsor:  Sponsor59-must
---+

Comment (by acute):

 Replying to [comment:14 karsten]:

 >  - Maybe we should avoid keeping a map/dictionary with known failure
 types in metrics-lib and simply put together the error code in the format
 we want, which would be `TOR/END/INTERNAL` in this case. I'll add a new
 ticket for that. Should be an easy change.
 This is a solid approach - especially since we don't know if the latest
 Tgen reuses the same error codes. I'd also be interested in knowing how
 many total combinations are possible.
 >
 > Regarding the additional cases, I strongly believe that these are the
 result of OnionPerf's approach to match TGen transfers to streams and
 circuits, which is somewhat broken. The approach there is to match them by
 source port, but that fails as soon as the same source port is being used
 more than once per day. In metrics-lib I'm doing a somewhat more complex
 approach that also looks at start/end times of transfers and streams. That
 avoids these cases, so I'd say that there's nothing else to do here,
 assuming that we do #34141.
 I suspected this was the case, and it makes sense. In the past I tried
 matching transfer times as well as source port directly in Onionperf
 analysis, but encountered issues with log parsing and opened #30362.

 > If you agree, I'll leave a comment on #34141 that we need to fix this
 ticket, if we don't do that one. And I'll open a new ticket to tweak
 metrics-lib's code for including yet unknown error codes in Torperf
 results. And then I'll close this ticket. Makes sense?
 Yes, makes sense! Thank you for the quick review!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:  0.2
Parent ID: | Points:  2
 Reviewer:  karsten|Sponsor:  Sponsor59-must
---+

Comment (by karsten):

 Thanks for the very detailed analysis!

 Regarding the three unknown failure types, I think we should rather stop
 generating .tpf files (#34141) than add these three cases to the existing
 dictionary. However, that doesn't solve the problem entirely:
  - We have similar code in metrics-lib that converts OnionPerf's analysis
 files to Torperf results. Right now, that code contains a similar
 map/dictionary with known failure types, and if it doesn't find a key, it
 simply includes the combined error code, as in: `PROXY_END_INTERNAL`. I
 was somehow under the impression that OnionPerf would do the same, but I
 was wrong.
  - Maybe we should avoid keeping a map/dictionary with known failure types
 in metrics-lib and simply put together the error code in the format we
 want, which would be `TOR/END/INTERNAL` in this case. I'll add a new
 ticket for that. Should be an easy change.

 Regarding the additional cases, I strongly believe that these are the
 result of OnionPerf's approach to match TGen transfers to streams and
 circuits, which is somewhat broken. The approach there is to match them by
 source port, but that fails as soon as the same source port is being used
 more than once per day. In metrics-lib I'm doing a somewhat more complex
 approach that also looks at start/end times of transfers and streams. That
 avoids these cases, so I'd say that there's nothing else to do here,
 assuming that we do #34141.

 If you agree, I'll leave a comment on #34141 that we need to fix this
 ticket, if we don't do that one. And I'll open a new ticket to tweak
 metrics-lib's code for including yet unknown error codes in Torperf
 results. And then I'll close this ticket. Makes sense?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:  0.2
Parent ID: | Points:  2
 Reviewer:  karsten|Sponsor:  Sponsor59-must
---+
Changes (by karsten):

 * reviewer:   => karsten


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:  0.2
Parent ID: | Points:  2
 Reviewer: |Sponsor:  Sponsor59-must
---+
Changes (by acute):

 * status:  assigned => needs_review
 * actualpoints:   => 0.2


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  assigned
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:
Parent ID: | Points:  2
 Reviewer: |Sponsor:  Sponsor59-must
---+

Comment (by acute):

 To start off, a bit of background:
 The `ERRORCODE` field present in the tpf files combines error codes from
 both Tgen and Tor's json output. To produce `ERRORCODE`, we combine three
 fields: Tgen's `error_code` field, Tor's `failure_reason_local` (if
 present), and `failure_reason_remote` (if present, and only if
 failure_reason_local is present, too). While all the error codes are
 present individually in the json output, the `ERRORCODE` field is produced
 by matching between the two on the stream's source port, and is output
 only in the tpf file.

 This is something to keep in mind when we remove tpf files in the future.

 So, to confirm this bug only affects tpf files, and not json, and we are
 missing the following cases:


 Tgen Error: `PROXY` + Tor Error Local: `END` + Tor Error Remote:
 `CONNRESET` = `PROXY_END_CONNRESET`(missing key PROXY_END_CONNRESET)
 Tgen Error: `PROXY` + Tor Error Local: `END` + Tor Error Remote:
 `INTERNAL` = `PROXY_END_INTERNAL`(missing key PROXY_END_INTERNAL)
 Tgen Error: `PROXY` + Tor Error Local: `END` + Tor Error Remote: `MISC` =
 `PROXY_END_MISC` (missing key PROXY_END_MISC)

 We could add the following to our existing dictionary (in line with how we
 previously named these, see #29787), and this would fix the tpf export:
 {{{
 PROXY_END_CONNRESET: TOR/END/CONNRESET
 PROXY_END_INTERNAL: TOR/END/INTERNAL
 PROXY_END_MISC: TOR/END/MISC
 }}}
 I can attach a patch for the above.

 We additionally see this case:

 Tgen Error: None + Tor Error Local: `TIMEOUT` + Tor Error Remote: None =
 `_TIMEOUT` (missing key ERRORCODE)
 This happens when Tgen never sees an an error, but the stream reports a
 timeout, and results in warnings like the following:
 {{{
 2020-05-06 20:05:00 1588795500.42 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer1m:2189'
 }}}

 Not sure how to handle cases where the Tgen transfer appears to complete
 with no error, but Tor repors a timeout - should we record this as an
 error, even if the transfer completed?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  assigned
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:
Parent ID: | Points:  2
 Reviewer: |Sponsor:  Sponsor59-must
---+
Changes (by karsten):

 * owner:  karsten => acute
 * status:  accepted => assigned


Comment:

 Ah, no, you can have it back! I didn't make visible progress on this in
 the last 15 minutes.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  karsten
 Type:  defect | Status:  accepted
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:
Parent ID: | Points:  2
 Reviewer: |Sponsor:  Sponsor59-must
---+

Comment (by acute):

 This was my next todo - I can return this to you in 2 hours or so? But I'm
 happy to work on something else if you've already started!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-12 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+
 Reporter:  karsten|  Owner:  karsten
 Type:  defect | Status:  accepted
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:
Parent ID: | Points:  2
 Reviewer: |Sponsor:  Sponsor59-must
---+
Changes (by karsten):

 * status:  assigned => accepted
 * owner:  acute => karsten


Comment:

 acute, I ''think'' that you're working on another ticket right now, so I'm
 assigning this to myself to work on this today and maybe tomorrow. If my
 assumption was wrong, please let me know ASAP, and we can sync who does
 what here. Thanks!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-07 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+---
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  assigned
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:
Parent ID: | Points:  2
 Reviewer: |Sponsor:  Sponsor59
---+---

Comment (by karsten):

 As a by-product of running past logs through OnionPerf analyze for #30238
 I found a couple more warnings like the one above, plus a few other
 warnings:

 {{{
 2020-05-06 15:59:23 1588780763.003317 [onionperf] [INFO] saving analysis
 results to /home/karsten/task-34031-bulk/op-hk-51200-2019-01-28.tpf
 2020-05-06 15:59:23 1588780763.003747 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:77'
 2020-05-06 15:59:23 1588780763.004556 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:81'
 2020-05-06 15:59:23 1588780763.007488 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:116'
 2020-05-06 15:59:23 1588780763.007632 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:114'
 2020-05-06 15:59:23 1588780763.011821 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:92'
 2020-05-06 15:59:23 1588780763.012908 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:121'
 2020-05-06 15:59:23 1588780763.013834 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:119'
 2020-05-06 15:59:23 1588780763.015120 [onionperf] [INFO] done!
 2020-05-06 15:59:23 1588780763.015181 [onionperf] [INFO] saving analysis
 results to /home/karsten/task-34031-bulk/op-hk-1048576-2019-01-28.tpf
 2020-05-06 15:59:23 1588780763.016683 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer1m:88'
 2020-05-06 15:59:23 1588780763.017318 [onionperf] [INFO] done!
 --
 2020-05-06 16:40:01 1588783201.681000 [onionperf] [INFO] saving analysis
 results to /home/karsten/task-34031-bulk/op-hk-51200-2019-12-19.tpf
 2020-05-06 16:40:01 1588783201.686137 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:39'
 2020-05-06 16:40:01 1588783201.690896 [onionperf] [INFO] done!
 --
 2020-05-06 16:50:29 1588783829.021640 [onionperf] [INFO] saving analysis
 results to /home/karsten/task-34031-bulk/op-hk-51200-2020-03-17.tpf
 2020-05-06 16:50:29 1588783829.028189 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''PROXY_END_CONNRESET'', skipping
 transfer 'transfer50k:9020'
 2020-05-06 16:50:29 1588783829.033511 [onionperf] [INFO] done!
 --
 2020-05-06 19:36:37 1588793797.964684 [onionperf] [INFO] saving analysis
 results to /home/karsten/task-34031-bulk/op-us-51200-2017-11-20.tpf
 2020-05-06 19:36:37 1588793797.967347 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:71'
 2020-05-06 19:36:37 1588793797.969882 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:48'
 2020-05-06 19:36:37 1588793797.970245 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:59'
 2020-05-06 19:36:37 1588793797.971290 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:17'
 2020-05-06 19:36:37 1588793797.974954 [onionperf] [INFO] done!
 --
 2020-05-06 20:05:00 1588795500.443651 [onionperf] [INFO] saving analysis
 results to /home/karsten/task-34031-bulk/op-us-1048576-2018-07-10.tpf
 2020-05-06 20:05:00 1588795500.42 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer1m:2189'
 2020-05-06 20:05:00 1588795500.445612 [onionperf] [INFO] done!
 --
 2020-05-06 20:16:13 1588796173.736645 [onionperf] [INFO] saving analysis
 results to /home/karsten/task-34031-bulk/op-us-51200-2018-09-26.tpf
 2020-05-06 20:16:13 1588796173.738650 [onionperf] [WARNING] KeyError while
 exporting torperf file, missing key ''ERRORCODE'', skipping transfer
 'transfer50k:24680'
 2020-05-06 20:16:13 1588796173.746272 [onionperf] [INFO] done

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-05-04 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+---
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  assigned
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords:  metrics-team-roadmap-2020  |  Actual Points:
Parent ID: | Points:  2
 Reviewer: |Sponsor:  Sponsor59
---+---
Changes (by gaba):

 * keywords:   => metrics-team-roadmap-2020
 * points:  0.3 => 2
 * sponsor:   => Sponsor59


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-04-28 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+--
 Reporter:  karsten|  Owner:  acute
 Type:  defect | Status:  assigned
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:  0.3
 Reviewer: |Sponsor:
---+--
Changes (by acute):

 * status:  new => assigned
 * owner:  metrics-team => acute


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-04-28 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+--
 Reporter:  karsten|  Owner:  metrics-team
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:  0.3
 Reviewer: |Sponsor:
---+--

Comment (by karsten):

 This is TGen 0.0.1. Cool, want to assign this ticket to you while you work
 on it?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-04-28 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+--
 Reporter:  karsten|  Owner:  metrics-team
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:  0.3
 Reviewer: |Sponsor:
---+--

Comment (by acute):

 Interesting! It looks like we've hit a new type of error, not covered in
 #29787. Which version of TGen was this running with? I'll investigate the
 failure more before adding any new keys to the error dict.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-04-27 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+--
 Reporter:  karsten|  Owner:  metrics-team
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:  0.3
 Reviewer: |Sponsor:
---+--

Comment (by karsten):

 Reproducing the warning with OnionPerf master should be as simple as:

 {{{
 onionperf analyze -t --tgen onionperf_2020-04-27_12\:59\:59.tgen.log.gz
 --torctl onionperf_2020-04-27_12\:59\:59.torctl.log.gz
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-04-27 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+--
 Reporter:  karsten|  Owner:  metrics-team
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:  0.3
 Reviewer: |Sponsor:
---+--
Changes (by karsten):

 * Attachment "onionperf_2020-04-27_12:59:59.torctl.log.gz" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #34031 [Metrics/Onionperf]: Figure out warning about unknown error type when exporting .tpf file

2020-04-27 Thread Tor Bug Tracker & Wiki
#34031: Figure out warning about unknown error type when exporting .tpf file
---+--
 Reporter:  karsten|  Owner:  metrics-team
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/Onionperf  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:  0.3
 Reviewer: |Sponsor:
---+--
Changes (by karsten):

 * Attachment "onionperf_2020-04-27_12:59:59.tgen.log.gz" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs