Adjustments for the addition of eth1 for SmartThings plug
[pingpong.git] / plot_scripts / plot_ts_graph_smartthings-plug
index 56e298f76900ebf5d98fcd89aa72345a038179be..cea559fd7cc5c041bd6c2b1050616f589ea320e5 100644 (file)
@@ -27,42 +27,56 @@ set yrange [0:]
 # ***************** #
 # SmartThings Plug switch local
 # eth0
-set output './result/smartthings-plug_switch_eth_timestamp_local_incoming.png'
+set output './result/smartthings-plug_switch_eth0_timestamp_local_incoming.png'
 set title "SmartThings Plug Switch Incoming Local Traffic (eth0)"
-plot "./result/smartthings-plug_switch_eth_local_incoming.dat" using 1:2 with lines
-set output './result/smartthings-plug_switch_eth_timestamp_local_outgoing.png'
+plot "./result/smartthings-plug_switch_eth0_local_incoming.dat" using 1:2 with lines
+set output './result/smartthings-plug_switch_eth0_timestamp_local_outgoing.png'
 set title "SmartThings Plug Switch Outgoing Local Traffic (eth0)"
-plot "./result/smartthings-plug_switch_eth_local_outgoing.dat" using 1:2 with lines
+plot "./result/smartthings-plug_switch_eth0_local_outgoing.dat" using 1:2 with lines
+# eth1
+set output './result/smartthings-plug_switch_eth1_timestamp_local_incoming.png'
+set title "SmartThings Plug Switch Incoming Local Traffic (eth1)"
+plot "./result/smartthings-plug_switch_eth1_local_incoming.dat" using 1:2 with lines
+set output './result/smartthings-plug_switch_eth1_timestamp_local_outgoing.png'
+set title "SmartThings Plug Switch Outgoing Local Traffic (eth1)"
+plot "./result/smartthings-plug_switch_eth1_local_outgoing.dat" using 1:2 with lines
 # wlan1
-#set output './result/smartthings-plug_switch_wlan_timestamp_local_incoming.png'
+#set output './result/smartthings-plug_switch_wlan1_timestamp_local_incoming.png'
 #set title "SmartThings Plug Switch Incoming Local Traffic (wlan1)"
-#plot "./result/smartthings-plug_switch_wlan_local_incoming.dat" using 1:2 with lines
-set output './result/smartthings-plug_switch_wlan_timestamp_local_outgoing.png'
+#plot "./result/smartthings-plug_switch_wlan1_local_incoming.dat" using 1:2 with lines
+set output './result/smartthings-plug_switch_wlan1_timestamp_local_outgoing.png'
 set title "SmartThings Plug Switch Outgoing Local Traffic (wlan1)"
-plot "./result/smartthings-plug_switch_wlan_local_outgoing.dat" using 1:2 with lines
+plot "./result/smartthings-plug_switch_wlan1_local_outgoing.dat" using 1:2 with lines
 
 # SmartThings Plug switch remote
 # eth0
-set output './result/smartthings-plug_switch_eth_timestamp_remote_incoming.png'
+set output './result/smartthings-plug_switch_eth0_timestamp_remote_incoming.png'
 set title "SmartThings Plug Switch Incoming Remote Traffic (eth0)"
-plot "./result/smartthings-plug_switch_eth_remote_incoming.dat" using 1:2 with lines
-set output './result/smartthings-plug_switch_eth_timestamp_remote_outgoing.png'
+plot "./result/smartthings-plug_switch_eth0_remote_incoming.dat" using 1:2 with lines
+set output './result/smartthings-plug_switch_eth0_timestamp_remote_outgoing.png'
 set title "SmartThings Plug Switch Outgoing Remote Traffic (eth0)"
-plot "./result/smartthings-plug_switch_eth_remote_outgoing.dat" using 1:2 with lines
+plot "./result/smartthings-plug_switch_eth0_remote_outgoing.dat" using 1:2 with lines
+# eth1
+set output './result/smartthings-plug_switch_eth1_timestamp_remote_incoming.png'
+set title "SmartThings Plug Switch Incoming Remote Traffic (eth1)"
+plot "./result/smartthings-plug_switch_eth1_remote_incoming.dat" using 1:2 with lines
+set output './result/smartthings-plug_switch_eth1_timestamp_remote_outgoing.png'
+set title "SmartThings Plug Switch Outgoing Remote Traffic (eth1)"
+plot "./result/smartthings-plug_switch_eth1_remote_outgoing.dat" using 1:2 with lines
 # wlan1
-#set output './result/smartthings-plug_switch_wlan_timestamp_remote_incoming.png'
+#set output './result/smartthings-plug_switch_wlan1_timestamp_remote_incoming.png'
 #set title "SmartThings Plug Switch Incoming Remote Traffic (wlan1)"
-#plot "./result/smartthings-plug_switch_wlan_remote_incoming.dat" using 1:2 with lines
-set output './result/smartthings-plug_switch_wlan_timestamp_remote_outgoing.png'
-set title "SmartThings Plug Switch Outgoing Remote Traffic (wlan1)"
-plot "./result/smartthings-plug_switch_wlan_remote_outgoing.dat" using 1:2 with lines
+#plot "./result/smartthings-plug_switch_wlan1_remote_incoming.dat" using 1:2 with lines
+#set output './result/smartthings-plug_switch_wlan1_timestamp_remote_outgoing.png'
+#set title "SmartThings Plug Switch Outgoing Remote Traffic (wlan1)"
+#plot "./result/smartthings-plug_switch_wlan1_remote_outgoing.dat" using 1:2 with lines
 
 # SmartThings Plug phone local
 # wlan1
-set output './result/smartthings-plug_phone_wlan_timestamp_local_incoming.png'
+set output './result/smartthings-plug_phone_wlan1_timestamp_local_incoming.png'
 set title "SmartThings Plug Phone Incoming Local Traffic (wlan1)"
-plot "./result/smartthings-plug_phone_wlan_local_incoming.dat" using 1:2 with lines
-set output './result/smartthings-plug_phone_wlan_timestamp_local_outgoing.png'
+plot "./result/smartthings-plug_phone_wlan1_local_incoming.dat" using 1:2 with lines
+set output './result/smartthings-plug_phone_wlan1_timestamp_local_outgoing.png'
 set title "SmartThings Plug Phone Outgoing Local Traffic (wlan1)"
-plot "./result/smartthings-plug_phone_wlan_local_outgoing.dat" using 1:2 with lines
+plot "./result/smartthings-plug_phone_wlan1_local_outgoing.dat" using 1:2 with lines