X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=plot_scripts%2Fplot_ts_graph_wemo;h=7b8d5920b0da2e4e4039ab9d1a821b2ef2c13155;hb=f94e88de1e14e2b9cd5b1c7dbd63413cdd20e499;hp=556b5434287d12a09c03f654c7f6a0b8ce49bc3e;hpb=a07a0f2433251fae4db7740ec649df7164b34d12;p=pingpong.git diff --git a/plot_scripts/plot_ts_graph_wemo b/plot_scripts/plot_ts_graph_wemo index 556b543..7b8d592 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)" @@ -25,18 +26,43 @@ set yrange [0:] # PER DEVICE SETUP # # ***************** # # WeMo switch local -set output './result/wemo_switch_timestamp_local_incoming.png' -set title "WeMo Switch Incoming Local Traffic" -plot "./result/wemo_switch_local_incoming.dat" using 1:2 with lines -set output './result/wemo_switch_timestamp_local_outgoing.png' -set title "WeMo Switch Outgoing Local Traffic" -plot "./result/wemo_switch_local_outgoing.dat" using 1:2 with lines +# eth0 +set output './result/wemo_switch_eth0_timestamp_local_incoming.png' +set title "WeMo Switch Incoming Local Traffic (eth0)" +plot "./result/wemo_switch_eth0_local_incoming.dat" using 1:2 with lines +set output './result/wemo_switch_eth0_timestamp_local_outgoing.png' +set title "WeMo Switch Outgoing Local Traffic (eth0)" +plot "./result/wemo_switch_eth0_local_outgoing.dat" using 1:2 with lines +# wlan1 +set output './result/wemo_switch_wlan1_timestamp_local_incoming.png' +set title "WeMo Switch Incoming Local Traffic (wlan1)" +plot "./result/wemo_switch_wlan1_local_incoming.dat" using 1:2 with lines +set output './result/wemo_switch_wlan1_timestamp_local_outgoing.png' +set title "WeMo Switch Outgoing Local Traffic (wlan1)" +plot "./result/wemo_switch_wlan1_local_outgoing.dat" using 1:2 with lines -# WeMo switch internet -set output './result/wemo_switch_timestamp_internet_incoming.png' -set title "WeMo Switch Incoming Internet Traffic" -plot "./result/wemo_switch_internet_incoming.dat" using 1:2 with lines -set output './result/wemo_switch_timestamp_internet_outgoing.png' -set title "WeMo Switch Outgoing Internet Traffic" -plot "./result/wemo_switch_internet_outgoing.dat" using 1:2 with lines +# WeMo switch remote +# eth0 +set output './result/wemo_switch_eth0_timestamp_remote_incoming.png' +set title "WeMo Switch Incoming Remote Traffic (eth0)" +plot "./result/wemo_switch_eth0_remote_incoming.dat" using 1:2 with lines +set output './result/wemo_switch_eth0_timestamp_remote_outgoing.png' +set title "WeMo Switch Outgoing Remote Traffic (eth0)" +plot "./result/wemo_switch_eth0_remote_outgoing.dat" using 1:2 with lines +# wlan1 +set output './result/wemo_switch_wlan1_timestamp_remote_incoming.png' +set title "WeMo Switch Incoming Remote Traffic (wlan1)" +plot "./result/wemo_switch_wlan1_remote_incoming.dat" using 1:2 with lines +set output './result/wemo_switch_wlan1_timestamp_remote_outgoing.png' +set title "WeMo Switch Outgoing Remote Traffic (wlan1)" +plot "./result/wemo_switch_wlan1_remote_outgoing.dat" using 1:2 with lines + +# WeMo phone local +# wlan1 +set output './result/wemo_phone_wlan1_timestamp_local_incoming.png' +set title "WeMo Phone Incoming Local Traffic (wlan1)" +plot "./result/wemo_phone_wlan1_local_incoming.dat" using 1:2 with lines +set output './result/wemo_phone_wlan1_timestamp_local_outgoing.png' +set title "WeMo Phone Outgoing Local Traffic (wlan1)" +plot "./result/wemo_phone_wlan1_local_outgoing.dat" using 1:2 with lines