[tor-commits] [onionperf/master] Merge branch 'acute-task-33260-4' into develop
karsten at torproject.org
karsten at torproject.org
Fri Sep 18 08:29:49 UTC 2020
commit 76517ac669f3e7575965662507ab970b41395324
Merge: c8275b2 f063b63
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed Sep 16 12:28:19 2020 +0200
Merge branch 'acute-task-33260-4' into develop
CHANGELOG.md | 9 +
README.md | 23 ++
onionperf/analysis.py | 18 +-
onionperf/filtering.py | 75 ++++++
onionperf/onionperf | 73 ++++++
onionperf/visualization.py | 31 ++-
schema/onionperf-4.0.json | 577 +++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 793 insertions(+), 13 deletions(-)
diff --cc CHANGELOG.md
index 80fb14d,13fb202..2c1f5ca
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@@ -1,13 -1,12 +1,22 @@@
+ # Changes in version 0.8 - 2020-09-16
+
+ - Add a new `onionperf filter` mode that takes an OnionPerf analysis
+ results file or directory as input, applies filters, and produces
+ new OnionPerf analysis results file(s) as output. Bump the analysis
+ version number to 4.0 to include additional filter metadata defined
+ in a 'filters' field and an optional 'filtered\_out' field per Tor
+ circuit. Implements #33260.
+
+# Changes in version 0.7 - 2020-09-01
+
+ - Add `onionperf measure --drop-guards` parameter to use and drop
+ guards and circuit build timeouts every given number of hours, if
+ supported by the Tor version. Implements #33399.
+ - Remove the `onionperf measure --oneshot` switch and replace it with
+ new switches `--tgen-pause-initial`, `--tgen-pause-between`,
+ `--tgen-transfer-size`, and `--tgen-num-transfers ` to further
+ configure the generated TGen model. Implemets #33432.
+
# Changes in version 0.6 - 2020-08-08
- Update to TGen 1.0.0, use TGenTools for parsing TGen log files, and
More information about the tor-commits
mailing list