diff options
Diffstat (limited to 'estimation-scripts/README')
-rw-r--r-- | estimation-scripts/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/estimation-scripts/README b/estimation-scripts/README index 00ba46f..c1066a6 100644 --- a/estimation-scripts/README +++ b/estimation-scripts/README @@ -7,9 +7,9 @@ algorithms, using KTorrent for gathering data ;-) Files ===== -enable-logging.diff - Patch to apply to enable logging download stats once per second to $KDEHOME/share/apps/ktorrent/log (by Ivan). Apply it if you want to help collecting test cases. +enable-logging.diff - Patch to apply to enable logging download stats once per second to $TDEHOME/share/apps/ktorrent/log (by Ivan). Apply it if you want to help collecting test cases. -processlog.rb - extracts logs for single torrents from $KDEHOME/share/apps/ktorrent/log and stores them in $FILENAME-torrent.log +processlog.rb - extracts logs for single torrents from $TDEHOME/share/apps/ktorrent/log and stores them in $FILENAME-torrent.log Sample.rb - class representing a sample, does the parsing (given a line from adjustTimestmaps output) @@ -26,7 +26,7 @@ What to do 2) Run ktorrent and download torrents. When completed, run processlog.rb: - ruby processlog.rb $KDEHOME/share/apps/ktorrent/log + ruby processlog.rb $TDEHOME/share/apps/ktorrent/log Extracted logs end up in $TORRENTFILENAME-torrent.log. ATTENTION: existing files are overwritten! |