Removing main_flow.sh; fixing flow to take time series plots from non DNS data
[pingpong.git] / plot_scripts / plot_ts_graph_wemo-insight_combined
index c8eb1b45a7f60aa5b42c11bbcf2f6d8c9e7bfa4f..9036c388e0e0686fda2cb825fdc63562e689b947 100644 (file)
@@ -27,18 +27,18 @@ set yrange [0:]
 # ***************** #
 # WeMo Insight switch local
 # wlan1 / eth0
-set output './result/wemo-insight_switch_wlan_timestamp_local_incoming.png'
+set output './result/wemo-insight_switch_wlan_timestamp_local_incoming_combined.png'
 set title "WeMo Insight Switch Incoming Local Traffic (wlan1/eth0)"
 plot "./result/wemo-insight_switch_wlan_local_incoming.dat" using 1:2 with lines title "wlan1", "./result/wemo-insight_switch_eth_local_incoming.dat" using 1:2 with lines title "eth0", "./result/wemo-insight_phone_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/wemo-insight_phone_wlan_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming"
-set output './result/wemo-insight_switch_wlan_timestamp_local_outgoing.png'
+set output './result/wemo-insight_switch_wlan_timestamp_local_outgoing_combined.png'
 set title "WeMo Insight Switch Outgoing Local Traffic (wlan1/eth0)"
 plot "./result/wemo-insight_switch_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1", "./result/wemo-insight_switch_eth_local_outgoing.dat" using 1:2 with lines title "eth0", "./result/wemo-insight_phone_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/wemo-insight_phone_wlan_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming"
 
 # WeMo Insight switch remote
 # wlan1
-set output './result/wemo-insight_switch_wlan_timestamp_remote_incoming.png'
+set output './result/wemo-insight_switch_wlan_timestamp_remote_incoming_combined.png'
 set title "WeMo Insight Switch Incoming Remote Traffic (wlan1/eth0)"
 plot "./result/wemo-insight_switch_wlan_remote_incoming.dat" using 1:2 with lines title "wlan1", "./result/wemo-insight_switch_eth_remote_incoming.dat" using 1:2 with lines title "eth0"
-set output './result/wemo-insight_switch_wlan_timestamp_remote_outgoing.png'
+set output './result/wemo-insight_switch_wlan_timestamp_remote_outgoing_combined.png'
 set title "WeMo Insight Switch Outgoing Remote Traffic (wlan1/eth0)"
 plot "./result/wemo-insight_switch_wlan_remote_outgoing.dat" using 1:2 with lines title "wlan1", "./result/wemo-insight_switch_eth_remote_outgoing.dat" using 1:2 with lines title "eth0"