From: Adriana Draghici Date: Sat, 10 Apr 2010 09:21:13 +0000 (+0300) Subject: added log-parsers info in ppf/README X-Git-Tag: getopt_long~113 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=180c8b805096094659fef374a82807473de32076;p=cs-p2p-next.git added log-parsers info in ppf/README --- diff --git a/instrumentation/tribler/README b/instrumentation/tribler/README index 87c6874..b27355e 100644 --- a/instrumentation/tribler/README +++ b/instrumentation/tribler/README @@ -5,8 +5,6 @@ File breakdown: - Tribler/ - Tribler 5.1.2 source code - doxy.config - Doxygen file for generating doc from Tribler' sources - start_tribler - script that starts Tribler -- merge_status_msg.sh - script that merges status messages output by tribler in - two different files diff --git a/instrumentation/tribler/torrents/openSUSE-11.2-DVD-i586-iso.torrent b/instrumentation/tribler/torrents/openSUSE-11.2-DVD-i586-iso.torrent deleted file mode 100644 index 9243cc9..0000000 Binary files a/instrumentation/tribler/torrents/openSUSE-11.2-DVD-i586-iso.torrent and /dev/null differ diff --git a/ppf/README b/ppf/README index 242f2c6..df6e34f 100644 --- a/ppf/README +++ b/ppf/README @@ -16,9 +16,25 @@ sql/ - SQLite database scripts extra/ - -log-parser/ - +log-parser/ - parsers for Tribler and Libtorrent logs + - tribler/ + - LogParser.py - parses verbose messages + - StatusParser.py - parses status messages + - run_sample - starts StatusParser for a given status log and database + file + - run_sample_verbose - starts LogParser for a given verbose log and + database file + - make_db - creates an SQLite database file + - merge_status_msg.sh - script that merges status messages output by + Tribler in two different files, into a single file + + - libtorrent/ + - LogParser.py - parses verbose messages + - StatusParser.py - parses status messages + - run_sample - creates a database file and fills it with test data + - starts LogParser and StatusParser -log-samples/ - +log-samples/- verbose and status log samples for Tribler and libtorrent viewer/ - p2p-nextviewer.py - P2P-Next GUI