added log-parsers info in ppf/README
authorAdriana Draghici <adriana.draghici@cti.pub.ro>
Sat, 10 Apr 2010 09:21:13 +0000 (12:21 +0300)
committerAdriana Draghici <adriana.draghici@cti.pub.ro>
Sat, 10 Apr 2010 09:21:18 +0000 (12:21 +0300)
instrumentation/tribler/README
instrumentation/tribler/torrents/openSUSE-11.2-DVD-i586-iso.torrent [deleted file]
ppf/README

index 87c6874..b27355e 100644 (file)
@@ -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 (file)
index 9243cc9..0000000
Binary files a/instrumentation/tribler/torrents/openSUSE-11.2-DVD-i586-iso.torrent and /dev/null differ
index 242f2c6..df6e34f 100644 (file)
@@ -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