From 5cdcfc0180cbb7d15e4226d229f11abbb75074b5 Mon Sep 17 00:00:00 2001 From: Karsten Loesing Date: Mon, 4 May 2020 09:53:56 +0200 Subject: [PATCH] Switch from OnionPerf's .tpf to .json files. Implements #34109. --- CHANGELOG.md | 4 +++- build.xml | 2 +- .../java/org/torproject/metrics/stats/collectdescs/Main.java | 2 +- .../java/org/torproject/metrics/stats/onionperf/Main.java | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abef5bd..0e23889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,9 @@ - Estimate bridge users by country based on requests by country, if available, to get more accurate numbers than those obtained from unique IP address counts. - - Update to metrics-lib 2.11.0 and ExoneraTor 4.4.0. + - Update to metrics-lib 2.12.2 and ExoneraTor 4.4.0. + - Switch from processing Torperf .tpf to OnionPerf analysis .json + files. * Minor changes - Make Jetty host configurable. diff --git a/build.xml b/build.xml index d407c33..422f969 100644 --- a/build.xml +++ b/build.xml @@ -10,7 +10,7 @@ - +