Deleting unwanted scripts and checking in relevant ones.
[pingpong.git] / plot_scripts / plot_ts_graph_dlink_combined
index 5e8c800ad0cc17b76932bd338cd1f01839bdf70c..84b24395a693c67a5a0399e716d01b5b88d7d69b 100644 (file)
@@ -27,18 +27,18 @@ set yrange [0:]
 # ***************** #
 # DLink switch local
 # wlan1 / eth0
-set output './result/dlink_switch_wlan_timestamp_local_incoming.png'
+set output './result/dlink_switch_wlan_timestamp_local_incoming_combined.png'
 set title "DLink Switch Incoming Local Traffic (wlan1/eth0)"
 plot "./result/dlink_switch_wlan_local_incoming.dat" using 1:2 with lines title "wlan1", "./result/dlink_switch_eth_local_incoming.dat" using 1:2 with lines title "eth0", "./result/dlink_phone_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/dlink_phone_wlan_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming"
-set output './result/dlink_switch_wlan_timestamp_local_outgoing.png'
+set output './result/dlink_switch_wlan_timestamp_local_outgoing_combined.png'
 set title "DLink Switch Outgoing Local Traffic (wlan1/eth0)"
 plot "./result/dlink_switch_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1", "./result/dlink_switch_eth_local_outgoing.dat" using 1:2 with lines title "eth0", "./result/dlink_phone_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/dlink_phone_wlan_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming"
 
 # DLink switch remote
 # wlan1
-set output './result/dlink_switch_wlan_timestamp_remote_incoming.png'
+set output './result/dlink_switch_wlan_timestamp_remote_incoming_combined.png'
 set title "DLink Switch Incoming Remote Traffic (wlan1/eth0)"
 plot "./result/dlink_switch_wlan_remote_incoming.dat" using 1:2 with lines title "wlan1", "./result/dlink_switch_eth_remote_incoming.dat" using 1:2 with lines title "eth0"
-set output './result/dlink_switch_wlan_timestamp_remote_outgoing.png'
+set output './result/dlink_switch_wlan_timestamp_remote_outgoing_combined.png'
 set title "DLink Switch Outgoing Remote Traffic (wlan1/eth0)"
 plot "./result/dlink_switch_wlan_remote_outgoing.dat" using 1:2 with lines title "wlan1", "./result/dlink_switch_eth_remote_outgoing.dat" using 1:2 with lines title "eth0"