diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:23 -0600 |
commit | e39b31a42790056ba42a6b6edaece31325ac7aef (patch) | |
tree | 016e27c43a7f096268f4c437dcccee6a6529bfd8 /estimation-scripts | |
parent | 8ff61de9290390134045788473168c189e80b77e (diff) | |
download | ktorrent-e39b31a42790056ba42a6b6edaece31325ac7aef.tar.gz ktorrent-e39b31a42790056ba42a6b6edaece31325ac7aef.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'estimation-scripts')
-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! |