]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
TestSpecs/gen: generated R scripts plot time-based graphic for the second graph
authorP2P-Next User <p2p@p2p-next-04-201.grid.pub.ro>
Fri, 20 Aug 2010 11:16:37 +0000 (14:16 +0300)
committerP2P-Next User <p2p@p2p-next-04-201.grid.pub.ro>
Fri, 20 Aug 2010 11:16:37 +0000 (14:16 +0300)
TestSpecs/gen/rgen

index 517527ccdb0d3efb1c51a64a8e80935038b4289e..75d01e338803d6a6e02740599910b3e905f96421 100755 (executable)
@@ -142,7 +142,7 @@ while read server port user remote_path remote_if dl_bw dl_burst ul_bw ul_burst
                continue
        fi
        cat <<END
-geom_point(aes(x=leecher${index}\$percent, y=leecher${index}\$dlspeed, label="Leecher ${index}"), size=1) +
+geom_point(aes(x=leecher${index}\$time, y=leecher${index}\$dlspeed, label="Leecher ${index}"), size=1) +
 END
        ((index++))
 done < <(grep -v '^#\|^[ \t]*$' ${scenario_file})