Changing Packet Bytes into Traffic Volume in the generated time series graphs.
authorrtrimana <rtrimana@uci.edu>
Wed, 21 Mar 2018 17:25:56 +0000 (10:25 -0700)
committerrtrimana <rtrimana@uci.edu>
Wed, 21 Mar 2018 17:25:56 +0000 (10:25 -0700)
plot_scripts/plot_ts_graph_dlink_labeled
plot_scripts/plot_ts_graph_smartthings-plug_labeled
plot_scripts/plot_ts_graph_tplink_labeled
plot_scripts/plot_ts_graph_wemo-insight_labeled
plot_scripts/plot_ts_graph_wemo_labeled
run.sh

index 84f75da87494957f50b203f9764ad6d05d77971d..121e2626f6b6dede3277ff70f62e15f7b4e397e8 100644 (file)
@@ -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 [:]
index 02a1fc77c72bef62e1a2a63f6d920b12fe62a141..8c11c0c9d4d0908e343075645d05c4059514b88b 100644 (file)
@@ -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 [:]
index e9af2d7597c36c244660af3beb7f7a8f14dbedd0..57223678a0f4f97ba65a771c37885cf2f22d12a0 100644 (file)
@@ -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 [:]
index ccc88015b117a5d7c313fc07d4fe2a42aba65fb4..d1b278fbc3af015137f84be2b7212bab959f209e 100644 (file)
@@ -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 [:]
@@ -61,7 +61,7 @@ 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  #
index 26d02e240020ecbf217d0e1604517d2d7feed9d0..d5f4fde278e44a77261784b424a3b481236914f8 100644 (file)
@@ -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 [:]
diff --git a/run.sh b/run.sh
index 2b92991bd0287f38902b955264cefa1ccff3dc87..5f2065ebf310f0c5bbaf51936e49d05dc3233b34 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -37,6 +37,7 @@ PHONE_MAC=64:89:9a:86:a9:7d
 #PATH_LOCAL=/scratch/traffic_measurements/Switches-Feb2018/dlink/local
 #PATH_REMOTE=/scratch/traffic_measurements/Switches-Feb2018/dlink/remote
 
+# For smartthings-plug we need to uncomment the eth1 command line below instead of wlan1
 PREFIX=smartthings-plug
 DEVICE=SmartThings_Plug
 DEVICE_MAC=d0:52:a8:a3:60:0f