Deleting unwanted scripts and checking in relevant ones.
[pingpong.git] / plot_scripts / plot_ts_graph_wemo
index dfe164129b76a797691bc0a313c51bddc8447a3e..7b8d5920b0da2e4e4039ab9d1a821b2ef2c13155 100644 (file)
@@ -27,42 +27,42 @@ set yrange [0:]
 # ***************** #
 # WeMo switch local
 # eth0
-set output './result/wemo_switch_eth_timestamp_local_incoming.png'
+set output './result/wemo_switch_eth0_timestamp_local_incoming.png'
 set title "WeMo Switch Incoming Local Traffic (eth0)"
-plot "./result/wemo_switch_eth_local_incoming.dat" using 1:2 with lines
-set output './result/wemo_switch_eth_timestamp_local_outgoing.png'
+plot "./result/wemo_switch_eth0_local_incoming.dat" using 1:2 with lines
+set output './result/wemo_switch_eth0_timestamp_local_outgoing.png'
 set title "WeMo Switch Outgoing Local Traffic (eth0)"
-plot "./result/wemo_switch_eth_local_outgoing.dat" using 1:2 with lines
+plot "./result/wemo_switch_eth0_local_outgoing.dat" using 1:2 with lines
 # wlan1
-set output './result/wemo_switch_wlan_timestamp_local_incoming.png'
+set output './result/wemo_switch_wlan1_timestamp_local_incoming.png'
 set title "WeMo Switch Incoming Local Traffic (wlan1)"
-plot "./result/wemo_switch_wlan_local_incoming.dat" using 1:2 with lines
-set output './result/wemo_switch_wlan_timestamp_local_outgoing.png'
+plot "./result/wemo_switch_wlan1_local_incoming.dat" using 1:2 with lines
+set output './result/wemo_switch_wlan1_timestamp_local_outgoing.png'
 set title "WeMo Switch Outgoing Local Traffic (wlan1)"
-plot "./result/wemo_switch_wlan_local_outgoing.dat" using 1:2 with lines
+plot "./result/wemo_switch_wlan1_local_outgoing.dat" using 1:2 with lines
 
 # WeMo switch remote
 # eth0
-set output './result/wemo_switch_eth_timestamp_remote_incoming.png'
+set output './result/wemo_switch_eth0_timestamp_remote_incoming.png'
 set title "WeMo Switch Incoming Remote Traffic (eth0)"
-plot "./result/wemo_switch_eth_remote_incoming.dat" using 1:2 with lines
-set output './result/wemo_switch_eth_timestamp_remote_outgoing.png'
+plot "./result/wemo_switch_eth0_remote_incoming.dat" using 1:2 with lines
+set output './result/wemo_switch_eth0_timestamp_remote_outgoing.png'
 set title "WeMo Switch Outgoing Remote Traffic (eth0)"
-plot "./result/wemo_switch_eth_remote_outgoing.dat" using 1:2 with lines
+plot "./result/wemo_switch_eth0_remote_outgoing.dat" using 1:2 with lines
 # wlan1
-set output './result/wemo_switch_wlan_timestamp_remote_incoming.png'
+set output './result/wemo_switch_wlan1_timestamp_remote_incoming.png'
 set title "WeMo Switch Incoming Remote Traffic (wlan1)"
-plot "./result/wemo_switch_wlan_remote_incoming.dat" using 1:2 with lines
-set output './result/wemo_switch_wlan_timestamp_remote_outgoing.png'
+plot "./result/wemo_switch_wlan1_remote_incoming.dat" using 1:2 with lines
+set output './result/wemo_switch_wlan1_timestamp_remote_outgoing.png'
 set title "WeMo Switch Outgoing Remote Traffic (wlan1)"
-plot "./result/wemo_switch_wlan_remote_outgoing.dat" using 1:2 with lines
+plot "./result/wemo_switch_wlan1_remote_outgoing.dat" using 1:2 with lines
 
 # WeMo phone local
 # wlan1
-set output './result/wemo_phone_wlan_timestamp_local_incoming.png'
+set output './result/wemo_phone_wlan1_timestamp_local_incoming.png'
 set title "WeMo Phone Incoming Local Traffic (wlan1)"
-plot "./result/wemo_phone_wlan_local_incoming.dat" using 1:2 with lines
-set output './result/wemo_phone_wlan_timestamp_local_outgoing.png'
+plot "./result/wemo_phone_wlan1_local_incoming.dat" using 1:2 with lines
+set output './result/wemo_phone_wlan1_timestamp_local_outgoing.png'
 set title "WeMo Phone Outgoing Local Traffic (wlan1)"
-plot "./result/wemo_phone_wlan_local_outgoing.dat" using 1:2 with lines
+plot "./result/wemo_phone_wlan1_local_outgoing.dat" using 1:2 with lines