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 517527c..75d01e3 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})