Removing main_flow.sh; fixing flow to take time series plots from non DNS data
[pingpong.git] / plot_scripts / plot_ts_graph_tplink_combined
index 7e3d82a2f769610089c5344642dc66341a8bb722..ece1962745947970a4c40578b4c3dba36a989103 100644 (file)
@@ -27,19 +27,19 @@ set yrange [0:]
 # ***************** #
 # TPLink switch local
 # wlan1 / eth0
-set output './result/tplink_switch_wlan_timestamp_local_incoming.png'
+set output './result/tplink_switch_wlan_timestamp_local_incoming_combined.png'
 set title "TP-Link Switch Incoming Local Traffic (wlan1/eth0)"
 plot "./result/tplink_switch_wlan_local_incoming.dat" using 1:2 with lines title "wlan1", "./result/tplink_switch_eth_local_incoming.dat" using 1:2 with lines title "eth0", "./result/tplink_phone_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/tplink_phone_wlan_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming"
-set output './result/tplink_switch_wlan_timestamp_local_outgoing.png'
+set output './result/tplink_switch_wlan_timestamp_local_outgoing_combined.png'
 set title "TP-Link Switch Outgoing Local Traffic (wlan1/eth0)"
 plot "./result/tplink_switch_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1", "./result/tplink_switch_eth_local_outgoing.dat" using 1:2 with lines title "eth0", "./result/tplink_phone_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/tplink_phone_wlan_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming"
 
 # TPLink switch remote
 # wlan1 / eth0
-set output './result/tplink_switch_wlan_timestamp_remote_incoming.png'
+set output './result/tplink_switch_wlan_timestamp_remote_incoming_combined.png'
 set title "TP-Link Switch Incoming Remote Traffic (wlan1/eth0)"
 plot "./result/tplink_switch_wlan_remote_incoming.dat" using 1:2 with lines title "wlan1", "./result/tplink_switch_eth_remote_incoming.dat" using 1:2 with lines title "eth0"
-set output './result/tplink_switch_wlan_timestamp_remote_outgoing.png'
+set output './result/tplink_switch_wlan_timestamp_remote_outgoing_combined.png'
 set title "TP-Link Switch Outgoing Remote Traffic (wlan1/eth0)"
 plot "./result/tplink_switch_wlan_remote_outgoing.dat" using 1:2 with lines title "wlan1", "./result/tplink_switch_eth_remote_outgoing.dat" using 1:2 with lines title "eth0"