From df0ff243065d6fac5b61ed74548ed13def357d3b Mon Sep 17 00:00:00 2001 From: Alexandru Dan Date: Thu, 21 Jun 2018 21:15:52 +0100 Subject: [PATCH] Some modification in docs/remote.md. --- docs/remote.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/remote.md b/docs/remote.md index 540fa68..99f87ee 100644 --- a/docs/remote.md +++ b/docs/remote.md @@ -101,8 +101,8 @@ A single run is structured as follows: - 0.txt - 1.txt - ... - - .txt - - .txt + - computer1.txt + - computer2.txt - ... - summary.txt @@ -112,4 +112,4 @@ In all *numbered files* there is only the individual summary of each run, contai - average download time - number of redundant transmissions per piece -The *.txt* file contain the full logs of each separate run. The *summary.txt* file contains the averages of all the metrics presented above. Some files will also contains the leader and follower 50th percentile, 90th percentile and average download time. In some *.txt* at the end CDFs can be found if the query that run contained the `-cdf` flag. +The *computer.txt* files contain the full logs of each separate run. The *summary.txt* file contains the averages of all the metrics presented above. Some *summary.txt* files will also contains the leader and follower 50th percentile, 90th percentile and average download time. In some *computer.txt* at the end CDFs can be found if the query that run contained the `-cdf` flag.