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=6080ddee3b3e0b9d10ac8a5617b5cb15203054af;hb=b160880bf9d2a6cca47bcc06c63680f75073a6f4;hpb=e4782485db8545ddcbc16a46a07e392511662aa5 diff --git a/plot_scripts/plot_ts_graph_smartthings-plug_combined b/plot_scripts/plot_ts_graph_smartthings-plug_combined index 6080dde..f0133cc 100644 --- a/plot_scripts/plot_ts_graph_smartthings-plug_combined +++ b/plot_scripts/plot_ts_graph_smartthings-plug_combined @@ -26,19 +26,19 @@ set yrange [0:] # PER DEVICE SETUP # # ***************** # # SmartThings Plug switch local -# wlan1 / eth0 -set output './result/smartthings-plug_switch_wlan_timestamp_local_incoming_combined.png' -set title "SmartThings Plug Switch Incoming Local Traffic (wlan1/eth0)" -plot "./result/smartthings-plug_switch_eth_local_incoming.dat" using 1:2 with lines title "eth0", "./result/smartthings-plug_phone_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/smartthings-plug_phone_wlan_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming" -set output './result/smartthings-plug_switch_wlan_timestamp_local_outgoing_combined.png' -set title "SmartThings Plug Switch Outgoing Local Traffic (wlan1/eth0)" -plot "./result/smartthings-plug_switch_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1", "./result/smartthings-plug_switch_eth_local_outgoing.dat" using 1:2 with lines title "eth0", "./result/smartthings-plug_phone_wlan_local_outgoing.dat" using 1:2 with lines title "wlan1-phone-outgoing", "./result/smartthings-plug_phone_wlan_local_incoming.dat" using 1:2 with lines title "wlan1-phone-incoming" +# wlan1 / eth0 / eth1 +set output './result/smartthings-plug_switch_wlan1_timestamp_local_incoming_combined.png' +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/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 -set output './result/smartthings-plug_switch_wlan_timestamp_remote_incoming_combined.png' -set title "SmartThings Plug Switch Incoming Remote Traffic (wlan1/eth0)" -plot "./result/smartthings-plug_switch_eth_remote_incoming.dat" using 1:2 with lines title "eth0" -set output './result/smartthings-plug_switch_wlan_timestamp_remote_outgoing_combined.png' -set title "SmartThings Plug Switch Outgoing Remote Traffic (wlan1/eth0)" -plot "./result/smartthings-plug_switch_wlan_remote_outgoing.dat" using 1:2 with lines title "wlan1", "./result/smartthings-plug_switch_eth_remote_outgoing.dat" using 1:2 with lines title "eth0" +# eth0 / eth1 +set output './result/smartthings-plug_switch_wlan1_timestamp_remote_incoming_combined.png' +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 (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"