Scripts for VPN experiments.
[pingpong.git] / plot_scripts / plot_ts_graph_smartthings-plug_labeled
index 02a1fc77c72bef62e1a2a63f6d920b12fe62a141..2dda30538a7d8240e8c769738c5f6891db45313f 100644 (file)
@@ -16,7 +16,7 @@ set xtics 50
 set xtics rotate by 60 right
 set ytics auto
 set xlabel "Packet Timestamp (hh:mm:ss)"
 set xtics rotate by 60 right
 set ytics auto
 set xlabel "Packet Timestamp (hh:mm:ss)"
-set ylabel "Packet Size (bytes)"
+set ylabel "Traffic Volume (bytes)"
 set xdata time
 set timefmt "%H:%M:%S"
 set xrange [:]
 set xdata time
 set timefmt "%H:%M:%S"
 set xrange [:]
@@ -46,7 +46,7 @@ set label "6-OFF" at "15:34:16", 4000 tc rgb "red"
 # eth1
 set output './result/smartthings-plug_switch_eth1_timestamp_local_incoming_outgoing.pdf'
 set title "SmartThings Plug Switch Incoming/Outgoing Local Traffic (eth1)"
 # eth1
 set output './result/smartthings-plug_switch_eth1_timestamp_local_incoming_outgoing.pdf'
 set title "SmartThings Plug Switch Incoming/Outgoing Local Traffic (eth1)"
-plot "./result/smartthings-plug_switch_eth1_local_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/smartthings-plug_switch_eth1_local_outgoing.dat" using 1:2 with lines title "Outgoing"
+plot "./result/smartthings-plug_switch_eth1_local_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/smartthings-plug_switch_eth1_local_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"
 
 # ************ #
 # ON/OFF LABEL #
 
 # ************ #
 # ON/OFF LABEL #
@@ -72,6 +72,6 @@ set label "6-OFF" at "15:50:42", 1000 tc rgb "red"
 # eth1
 set output './result/smartthings-plug_switch_eth1_timestamp_remote_incoming_outgoing.pdf'
 set title "SmartThings Plug Switch Incoming/Outgoing Remote Traffic (eth1)"
 # eth1
 set output './result/smartthings-plug_switch_eth1_timestamp_remote_incoming_outgoing.pdf'
 set title "SmartThings Plug Switch Incoming/Outgoing Remote Traffic (eth1)"
-plot "./result/smartthings-plug_switch_eth1_remote_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/smartthings-plug_switch_eth1_remote_outgoing.dat" using 1:2 with lines title "Outgoing"
+plot "./result/smartthings-plug_switch_eth1_remote_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/smartthings-plug_switch_eth1_remote_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"