From: Razvan Deaconescu Date: Thu, 11 Aug 2011 13:01:27 +0000 (+0300) Subject: Add sample file for logfile to client session ID mapping. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=08c12a1e075eb0d3770c6fdcc6611e0ab6837de8;p=cs-p2p-next.git Add sample file for logfile to client session ID mapping. --- diff --git a/ppf/log-samples/log-id-mapping/log-id-mapping.sample.ini b/ppf/log-samples/log-id-mapping/log-id-mapping.sample.ini new file mode 100644 index 0000000..2730210 --- /dev/null +++ b/ppf/log-samples/log-id-mapping/log-id-mapping.sample.ini @@ -0,0 +1,37 @@ +; +; Sample file for mapping between log files (archives) and client +; session IDs. +; File is outputted after parsing of swarm description file. +; +; Swarm consists of 4 peers. +; Top level parameters describe swarm features -- swarm ID. +; Second level parameters describe peer information -- client +; session ID and log file archive. +; + +; swarm description file +swarm_description_file = swarm-description.sample.ini + +; swarm ID (as inserted into the `swarms` table in the database) +swarm_id = 1 + +; +; Use same section names as in swarm description_file for the sake of +; consistency. +; + +[p2p-next-01] + client_session_id = 1 + log_file = p2p-next-01.grid.pub.ro/btex-fedora-11/dbex-fedora-cds.tar.gz + +[p2p-next-03] + client_session_id = 2 + log_file = p2p-next-03.grid.pub.ro/btex-fedora-11/dbex-fedora-cds.tar.gz + +[p2p-next-04] + client_session_id = 3 + log_file = p2p-next-04.grid.pub.ro/btex-fedora-11/dbex-fedora-cds.tar.gz + +[p2p-next-09] + client_session_id = 4 + log_file = p2p-next-09.grid.pub.ro/btex-fedora-11/dbex-fedora-cds.tar.gz