summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix script header info.ticket2672Mike Perry2011-03-16
| | | | We now fully merge all data.
* Improve error output and remove some unused cases.Mike Perry2011-03-16
| | | | | | Now we should complain about any missed data lines after we already found a match. This should allow you to attach extra_stats.py to an existing torperf without tons of noise, but still catch missed lines later on.
* Fix entrycons.py to send a NEWNYM signal after every stream.Mike Perry2011-03-16
|
* Add a DIDTIMEOUT field to mergedata.Mike Perry2011-03-11
|
* Merge branch 'karsten-2618' into ticket2672Mike Perry2011-03-11
|\
| * Store every line from both files, even if no matches are found.Mike Perry2011-03-11
| | | | | | | | Also, better handle missing lines from either file.
| * Update measurements-HOWTO for new consolidate_stats.py.Karsten Loesing2011-03-11
| |
| * Update consolidate_stats to new .extradata format.Mike Perry2011-03-11
| |
| * Add a ':' to keep the reasons all part of the 'value' string.Mike Perry2011-03-11
| |
* | Add a didtimeout field to .data.Mike Perry2011-03-10
|/
* Add scripts for filtering and visualizing Torperf data.tomb2011-03-08
| | | | Implements #2563.
* Merge branch 'task2603'Karsten Loesing2011-02-25
|\
| * Clean up unused files, update README and LICENSE.Karsten Loesing2011-02-23
| |
* | Merge branch 'task2515' into master2Karsten Loesing2011-02-25
|\ \
| * | Update timeout script instructions for Squeeze.Karsten Loesing2011-02-23
| |/
* | Clarify some fields of extradata.bugs2551+2590Mike Perry2011-02-23
| |
* | Fix a spurious WARN in extra_data.pyMike Perry2011-02-23
| |
* | Fix annoying formatting in example start script.Mike Perry2011-02-23
| | | | | | | | Bonus commit! ;)
* | Update measurements doc for new extra_stats.py.Mike Perry2011-02-23
| |
* | Fix extra_stats.py to output more useful data.Mike Perry2011-02-23
|/ | | | | Documentation follows in next commit. Also requires a TorCtl update to latest origin/master.
* Make entrycons.py redirect stderr, too.Karsten Loesing2011-02-15
|
* Fix bug 2566: Set UseEntryGuards 1 to override the torperf torrc.Mike Perry2011-02-15
| | | | This lets us actually choose guards from the control port.
* Add script to verify our guard choice is behaving as expected.Mike Perry2011-02-15
|
* add a missing colon, fix part of bug 2515Sebastian Hahn2011-02-08
|
* The timeout tool has moved to package coreutils.Karsten Loesing2011-02-08
|
* Add crontab entries for new torperf runs.Karsten Loesing2011-02-02
|
* Add some structure to measurements-HOWTO.Karsten Loesing2011-01-28
|
* Add an example start-tors script for the 1919 caseSebastian Hahn2011-01-28
|
* Add a hint about the consolidate_stats scriptSebastian Hahn2011-01-28
|
* Add entrycons howtoSebastian Hahn2011-01-28
|
* Minor fixes.Karsten Loesing2011-01-28
|
* Fix serious bug causing slow guards to be replaced by fast ones.Mike Perry2011-01-28
| | | | Also implement 'fastratio' and 'slowratio' options.
* Update the entrycons scriptSebastian Hahn2011-01-28
| | | | Make it work, check that it plays nice with TorCtl
* entrycons script provided by asnSebastian Hahn2011-01-28
|
* Add a script to combine data and extradataSebastian Hahn2011-01-28
|
* Add a script to print the chosen pathSebastian Hahn2011-01-28
| | | | | | This script prints out the relays used to fetch a resource, so that the resulting speed can be correlated with the relays that were picked while measuering.
* Update measurement howto because of change to gitSebastian Hahn2010-09-10
| | | | Also remove the $Id$ svnisms from all the files
* Add a gitignore fileSebastian Hahn2010-09-10
|
* make the torperf instructions a bit more cut-and-pasteRoger Dingledine2010-03-10
| | | | svn:r21917
* Try harder to fix URLs.Karsten Loesing2010-01-21
| | | | svn:r21466
* Update URLs of test files.Karsten Loesing2010-01-21
| | | | svn:r21464
* fix the torperf svn url in the torperf instructionsRoger Dingledine2010-01-21
| | | | svn:r21463
* Add remark that Tor clients can be started after reboot using cron on ↵Karsten Loesing2009-07-04
| | | | | | Debian. Thanks, weasel! svn:r19924
* Send SIGINT upon timeouts and try harder to avoid overlapping requests.Karsten Loesing2009-06-10
| | | | svn:r19707
* Handle SIGINT by writing how far we've got with our request and exit.Karsten Loesing2009-06-10
| | | | svn:r19706
* Add logging on notice level.Karsten Loesing2009-06-10
| | | | svn:r19705
* Reduce MaxCircuitDirtiness to 1 minute to avoid reusing the same circuit in ↵Karsten Loesing2009-06-10
| | | | | | edge cases. svn:r19704
* Add draft of a measurement setup howto.Karsten Loesing2009-06-10
| | | | svn:r19703
* Use the correct argument as filename when a non-default SOCKS host and port ↵Karsten Loesing2009-06-10
| | | | | | is specified. svn:r19702
* minor change to usageAndrew Lewman2009-03-07
| | | | svn:r18792