X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=plot_scripts%2Fplot_ts_graph_wemo-insight_labeled;h=992dda023a3f4281fbad8d9dd0a5b294aa124dba;hp=ccc88015b117a5d7c313fc07d4fe2a42aba65fb4;hb=b160880bf9d2a6cca47bcc06c63680f75073a6f4;hpb=1889dcbf7224138908ed0f266149f2c7a85c82c4 diff --git a/plot_scripts/plot_ts_graph_wemo-insight_labeled b/plot_scripts/plot_ts_graph_wemo-insight_labeled index ccc8801..992dda0 100644 --- a/plot_scripts/plot_ts_graph_wemo-insight_labeled +++ b/plot_scripts/plot_ts_graph_wemo-insight_labeled @@ -16,7 +16,7 @@ set xtics 50 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 [:] @@ -45,7 +45,7 @@ set label "6-OFF" at "16:12:46", 50000 tc rgb "red" # wlan1 set output './result/wemo-insight_switch_wlan1_timestamp_local_incoming_outgoing.pdf' set title "WeMo Insight Switch Incoming/Outgoing Local Traffic (wlan1)" -plot "./result/wemo-insight_switch_wlan1_local_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/wemo-insight_switch_wlan1_local_outgoing.dat" using 1:2 with lines title "Outgoing" +plot "./result/wemo-insight_switch_wlan1_local_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/wemo-insight_switch_wlan1_local_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing" # ************ # # ON/OFF LABEL # @@ -61,14 +61,14 @@ set label "4-OFF" at "16:27:09", 120000 tc rgb "red" set label "5-ON" at "16:28:15", 80000 tc rgb "blue" set label "5-OFF" at "16:29:12", 120000 tc rgb "red" set label "6-ON" at "16:30:13", 80000 tc rgb "blue" -set label "6-OFF" at "16:31:18", 120000 tc rgb "red" +set label "6-OFF" at "16:31:18", 60000 tc rgb "red" # ***************** # # PER DEVICE SETUP # # ***************** # # WeMo Insight switch remote # wlan1 -set output './result/wemo-insight_switch_wlan_timestamp_remote_incoming_outgoing.pdf' +set output './result/wemo-insight_switch_wlan1_timestamp_remote_incoming_outgoing.pdf' set title "WeMo Insight Switch Incoming/Outgoing Remote Traffic (wlan1)" -plot "./result/wemo-insight_switch_wlan1_remote_incoming.dat" using 1:2 with lines dt 4 title "Incoming", "./result/wemo-insight_switch_wlan1_remote_outgoing.dat" using 1:2 with lines title "Outgoing" +plot "./result/wemo-insight_switch_wlan1_remote_incoming.dat" using 1:2 with lines lc 8 dt 4 title "Incoming", "./result/wemo-insight_switch_wlan1_remote_outgoing.dat" using 1:2 with lines lc 6 title "Outgoing"