X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=plot_scripts%2Fplot_ts_graph_wemo;h=dfe164129b76a797691bc0a313c51bddc8447a3e;hp=71adc2f22ae955be223e705bab06ef96641e24c6;hb=a8f869fdfb7a728f275a345ea8ef19f7914b225c;hpb=0eaee7be00139a89a2779c121f254b5d40b404c7 diff --git a/plot_scripts/plot_ts_graph_wemo b/plot_scripts/plot_ts_graph_wemo index 71adc2f..dfe1641 100644 --- a/plot_scripts/plot_ts_graph_wemo +++ b/plot_scripts/plot_ts_graph_wemo @@ -12,7 +12,8 @@ set autoscale unset key unset log unset label -set xtics 200 +set xtics 50 +set xtics rotate by 60 right set ytics auto set xlabel "Packet Timestamp (hh:mm:ss)" set ylabel "Packet Size (bytes)" @@ -40,21 +41,21 @@ set output './result/wemo_switch_wlan_timestamp_local_outgoing.png' set title "WeMo Switch Outgoing Local Traffic (wlan1)" plot "./result/wemo_switch_wlan_local_outgoing.dat" using 1:2 with lines -# WeMo switch internet +# WeMo switch remote # eth0 -set output './result/wemo_switch_eth_timestamp_internet_incoming.png' -set title "WeMo Switch Incoming Internet Traffic (eth0)" -plot "./result/wemo_switch_eth_internet_incoming.dat" using 1:2 with lines -set output './result/wemo_switch_eth_timestamp_internet_outgoing.png' -set title "WeMo Switch Outgoing Internet Traffic (eth0)" -plot "./result/wemo_switch_eth_internet_outgoing.dat" using 1:2 with lines +set output './result/wemo_switch_eth_timestamp_remote_incoming.png' +set title "WeMo Switch Incoming Remote Traffic (eth0)" +plot "./result/wemo_switch_eth_remote_incoming.dat" using 1:2 with lines +set output './result/wemo_switch_eth_timestamp_remote_outgoing.png' +set title "WeMo Switch Outgoing Remote Traffic (eth0)" +plot "./result/wemo_switch_eth_remote_outgoing.dat" using 1:2 with lines # wlan1 -set output './result/wemo_switch_wlan_timestamp_internet_incoming.png' -set title "WeMo Switch Incoming Internet Traffic (wlan1)" -plot "./result/wemo_switch_wlan_internet_incoming.dat" using 1:2 with lines -set output './result/wemo_switch_wlan_timestamp_internet_outgoing.png' -set title "WeMo Switch Outgoing Internet Traffic (wlan1)" -plot "./result/wemo_switch_wlan_internet_outgoing.dat" using 1:2 with lines +set output './result/wemo_switch_wlan_timestamp_remote_incoming.png' +set title "WeMo Switch Incoming Remote Traffic (wlan1)" +plot "./result/wemo_switch_wlan_remote_incoming.dat" using 1:2 with lines +set output './result/wemo_switch_wlan_timestamp_remote_outgoing.png' +set title "WeMo Switch Outgoing Remote Traffic (wlan1)" +plot "./result/wemo_switch_wlan_remote_outgoing.dat" using 1:2 with lines # WeMo phone local # wlan1 @@ -64,12 +65,4 @@ plot "./result/wemo_phone_wlan_local_incoming.dat" using 1:2 with lines set output './result/wemo_phone_wlan_timestamp_local_outgoing.png' set title "WeMo Phone Outgoing Local Traffic (wlan1)" plot "./result/wemo_phone_wlan_local_outgoing.dat" using 1:2 with lines -# WeMo phone internet -# wlan1 -set output './result/wemo_phone_wlan_timestamp_internet_incoming.png' -set title "WeMo Phone Incoming Internet Traffic (wlan1)" -plot "./result/wemo_phone_wlan_internet_incoming.dat" using 1:2 with lines -set output './result/wemo_phone_wlan_timestamp_internet_outgoing.png' -set title "WeMo Phone Outgoing Internet Traffic (wlan1)" -plot "./result/wemo_phone_wlan_internet_outgoing.dat" using 1:2 with lines