X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=plot_scripts%2Fplot_ts_graph_smartthings-plug_combined;h=f0133ccb5cb10e1ded338c51c287dee024d6d692;hp=d8eeddf05170f4878b070ad88ace2fcf722bd0a3;hb=b160880bf9d2a6cca47bcc06c63680f75073a6f4;hpb=a5afbf184a6df13bcfcb2066f323008a324f54c0 diff --git a/plot_scripts/plot_ts_graph_smartthings-plug_combined b/plot_scripts/plot_ts_graph_smartthings-plug_combined index d8eeddf..f0133cc 100644 --- a/plot_scripts/plot_ts_graph_smartthings-plug_combined +++ b/plot_scripts/plot_ts_graph_smartthings-plug_combined @@ -31,14 +31,14 @@ set output './result/smartthings-plug_switch_wlan1_timestamp_local_incoming_comb set title "SmartThings Plug Switch Incoming Local Traffic (wlan1/eth0/eth1)" plot "./result/smartthings-plug_switch_eth0_local_incoming.dat" using 1:2 with lines title "eth0", "./result/smartthings-plug_switch_eth1_local_incoming.dat" using 1:2 with lines title "eth1", "./result/smartthings-plug_phone_wlan1_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/smartthings-plug_phone_wlan1_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming" set output './result/smartthings-plug_switch_wlan1_timestamp_local_outgoing_combined.png' -set title "SmartThings Plug Switch Outgoing Local Traffic (wlan1/eth0)" +set title "SmartThings Plug Switch Outgoing Local Traffic (wlan1/eth0/eth1)" plot "./result/smartthings-plug_switch_wlan1_local_outgoing.dat" using 1:2 with lines title "wlan1", "./result/smartthings-plug_switch_eth0_local_outgoing.dat" using 1:2 with lines title "eth0", "./result/smartthings-plug_switch_eth1_local_outgoing.dat" using 1:2 with lines title "eth1", "./result/smartthings-plug_phone_wlan1_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/smartthings-plug_phone_wlan1_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming" # SmartThings Plug switch remote -# wlan1 / eth0 / eth1 +# eth0 / eth1 set output './result/smartthings-plug_switch_wlan1_timestamp_remote_incoming_combined.png' -set title "SmartThings Plug Switch Incoming Remote Traffic (wlan1/eth0/eth1)" +set title "SmartThings Plug Switch Incoming Remote Traffic (eth0/eth1)" plot "./result/smartthings-plug_switch_eth0_remote_incoming.dat" using 1:2 with lines title "eth0", "./result/smartthings-plug_switch_eth1_remote_incoming.dat" using 1:2 with lines title "eth1" set output './result/smartthings-plug_switch_wlan1_timestamp_remote_outgoing_combined.png' -set title "SmartThings Plug Switch Outgoing Remote Traffic (wlan1/eth0)" +set title "SmartThings Plug Switch Outgoing Remote Traffic (eth0/eth1)" plot "./result/smartthings-plug_switch_eth0_remote_outgoing.dat" using 1:2 with lines title "eth0", "./result/smartthings-plug_switch_eth1_remote_outgoing.dat" using 1:2 with lines title "eth1"