diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-07-19 13:14:52 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-07-19 13:14:52 +0200 |
| commit | 5c91547127d792d62c23c1b3578121bf128fc66b (patch) | |
| tree | 4c2f01cb433fea9ed18929cd7e350c7e06c2d859 | |
| parent | fa35b986e379cfbe640772bf877b8df354f01bab (diff) | |
Update network energy consumption
| l--------- | .#2019-ICA3PP.org | 1 | ||||
| -rw-r--r-- | 2019-ICA3PP.org | 5 | ||||
| -rw-r--r-- | 2019-ICA3PP.pdf | bin | 687606 -> 689544 bytes | |||
| -rw-r--r-- | plots/final.png | bin | 21678 -> 21494 bytes | |||
| -rw-r--r-- | plots/numberSensors-WIFINET.png | bin | 15336 -> 14956 bytes |
5 files changed, 3 insertions, 3 deletions
diff --git a/.#2019-ICA3PP.org b/.#2019-ICA3PP.org deleted file mode 120000 index d649843..0000000 --- a/.#2019-ICA3PP.org +++ /dev/null @@ -1 +0,0 @@ -loic@lguegan.29280:1563296642
\ No newline at end of file diff --git a/2019-ICA3PP.org b/2019-ICA3PP.org index 75704b3..c02b0e2 100644 --- a/2019-ICA3PP.org +++ b/2019-ICA3PP.org @@ -623,7 +623,7 @@ In our case with small and sporadic network traffic, these results show that wit Core router & ~Static power = 555 Watts, 48 ports of 1 Gbps, Utilization = 25\% \\ Edge switch~ & ~Static power = 150 Watts, 48 ports of 1 Gbps, Utilization = 25\% \\ \bottomrule - \end{tabular}} + \end{tabular} \end{table} #+END_EXPORT @@ -762,6 +762,7 @@ and provide advice for increasing the energy-efficiency of IoT infrastructures. if("sensorsEnergy"%in%colnames(data)){ # If it is ns3 logs data=data%>%mutate(sensorsEnergy=sensorsEnergy/ns3SimTime) # Convert to watts data=data%>%mutate(networkEnergy=networkEnergy/ns3SimTime) + data=data%>%mutate(networkEnergy=networkEnergy-9.9999) # Anne-Cécile Factor (accounting for port idle (in fact we are not using all the 1W, there is also other communication on ISP switches) data=data%>%mutate(networkEnergy=networkEnergy+getSwitchesIDLE(sensorsNumber,sensorsSendInterval)) # Add Idle conso of switches data=data%>%mutate(totalEnergy=totalEnergy/ns3SimTime) } @@ -1105,7 +1106,7 @@ and provide advice for increasing the energy-efficiency of IoT infrastructures. **** Plot In Paper Power sensors vs network - #+BEGIN_SRC R :noweb yes :results graphics :file plots/numberSensors-WIFINET.png :session *R* + #+BEGIN_SRC R :noweb yes :results graphics :file plots/numberSensors-WIFINET.png :session *R* <<RUtils>> data=loadData("logs/ns3/last/data.csv") diff --git a/2019-ICA3PP.pdf b/2019-ICA3PP.pdf Binary files differindex 020ccb9..773671d 100644 --- a/2019-ICA3PP.pdf +++ b/2019-ICA3PP.pdf diff --git a/plots/final.png b/plots/final.png Binary files differindex d58af84..a49be18 100644 --- a/plots/final.png +++ b/plots/final.png diff --git a/plots/numberSensors-WIFINET.png b/plots/numberSensors-WIFINET.png Binary files differindex 9b51374..ab2ddda 100644 --- a/plots/numberSensors-WIFINET.png +++ b/plots/numberSensors-WIFINET.png |
