[tor-commits] [onionperf/develop] Adds links to TGen documentation

karsten at torproject.org karsten at torproject.org
Thu Jul 2 19:14:20 UTC 2020


commit e67947bf7a8879dadbadcd7e141a6e0dc3825f68
Author: Ana Custura <ana at netstat.org.uk>
Date:   Thu Jul 2 10:21:32 2020 +0100

    Adds links to TGen documentation
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b66d6bc..7ffb900 100644
--- a/README.md
+++ b/README.md
@@ -194,7 +194,9 @@ onionperf measure --additional-client-conf="UseBridges 1\nBridge 72.14.177.231:9
 
 OnionPerf is a relatively simple tool that can be adapted to do more complex measurements beyond what can be configured on the command line.
 
-For example, the hard-coded traffic model generated by OnionPerf and executed by the TGen processes is to send a small request from client to server and receive a relatively large response of 5 MiB of random data back. This model can be changed by editing `~/onionperf/onionperf/model.py`, rebuilding, and restarting measurements. For specifics, see the TGen documentation.
+For example, the hard-coded traffic model generated by OnionPerf and executed by the TGen processes is to send a small request from client to server and receive a relatively large response of 5 MiB of random data back. This model can be changed by editing `~/onionperf/onionperf/model.py`, rebuilding, and restarting measurements. For specifics, see the [TGen
+documentation](https://github.com/shadow/tgen/blob/master/doc/TGen-Overview.md)
+and [TGen traffic model examples](https://github.com/shadow/tgen/blob/master/tools/scripts/generate_tgen_config.py).
 
 ### Sharing measurement results
 





More information about the tor-commits mailing list