From 8e4fb09a70dbddec720e50e5f819f6a39ea08642 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Thu, 11 Aug 2011 16:16:16 +0300 Subject: [PATCH] log-id-mapping: Add README. --- ppf/log-samples/log-id-mapping/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ppf/log-samples/log-id-mapping/README diff --git a/ppf/log-samples/log-id-mapping/README b/ppf/log-samples/log-id-mapping/README new file mode 100644 index 0000000..bdbf24c --- /dev/null +++ b/ppf/log-samples/log-id-mapping/README @@ -0,0 +1,25 @@ +Resources for mapping between log files and database IDs + +* Workflow is documented on the wiki: https://p2p-next.cs.pub.ro/redmine/log-parsing/wiki/FileDatabaseMapping + += Files = + +Makefile + - Used to "compile" .dia files into PDF and PNG files. + - Dia has to be installed. + +log-parsing-workflow.dia + - Dia "source" file describing the complete workflow of log parsing. + - Compiled out into PDF and PNG files using the Makefile. + - Run make. + +swarm-description.sample.ini + - Sample INI swarm description file. + - Stores information about a swarm consisting of four peers. + - Information is going to parsed and inserted into the database. + +log-id-mapping.sample.ini + - Sample file for INI log file to database ID mapping. + - File is to be outputted when parsing swarm description file. + - File is to be used as input for storing log messages from + a given log file/archive. -- 2.20.1