mirror of
https://gitlab.com/manzerbredes/paper-lowrate-iot.git
synced 2025-04-19 04:09:43 +00:00
Merge branch 'master' of gitlab.inria.fr:lguegan/paper-lowrate-iot
This commit is contained in:
commit
13278c78d3
4 changed files with 4 additions and 3 deletions
|
@ -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\% \\
|
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\% \\
|
Edge switch~ & ~Static power = 150 Watts, 48 ports of 1 Gbps, Utilization = 25\% \\
|
||||||
\bottomrule
|
\bottomrule
|
||||||
\end{tabular}}
|
\end{tabular}
|
||||||
\end{table}
|
\end{table}
|
||||||
#+END_EXPORT
|
#+END_EXPORT
|
||||||
|
|
||||||
|
@ -688,7 +688,7 @@ In our case with small and sporadic network traffic, these results show that wit
|
||||||
client), the impact is high on cloud and network part if they have
|
client), the impact is high on cloud and network part if they have
|
||||||
only few sensors. The energy efficiency is really poor for only few
|
only few sensors. The energy efficiency is really poor for only few
|
||||||
devices: with 20 IoT sensors, the overall energy cost to handle these
|
devices: with 20 IoT sensors, the overall energy cost to handle these
|
||||||
devices is 2.5 times the energy consumption of the IoT devices
|
devices is almost doubled compared to the energy consumption of the IoT devices
|
||||||
themselves. Instead of increasing the number of sensors, which
|
themselves. Instead of increasing the number of sensors, which
|
||||||
would result in a higher overall energy consumption, one should
|
would result in a higher overall energy consumption, one should
|
||||||
focus on reducing the energy consumption of IoT devices, especially
|
focus on reducing the energy consumption of IoT devices, especially
|
||||||
|
@ -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
|
if("sensorsEnergy"%in%colnames(data)){ # If it is ns3 logs
|
||||||
data=data%>%mutate(sensorsEnergy=sensorsEnergy/ns3SimTime) # Convert to watts
|
data=data%>%mutate(sensorsEnergy=sensorsEnergy/ns3SimTime) # Convert to watts
|
||||||
data=data%>%mutate(networkEnergy=networkEnergy/ns3SimTime)
|
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(networkEnergy=networkEnergy+getSwitchesIDLE(sensorsNumber,sensorsSendInterval)) # Add Idle conso of switches
|
||||||
data=data%>%mutate(totalEnergy=totalEnergy/ns3SimTime)
|
data=data%>%mutate(totalEnergy=totalEnergy/ns3SimTime)
|
||||||
}
|
}
|
||||||
|
@ -1105,7 +1106,7 @@ and provide advice for increasing the energy-efficiency of IoT infrastructures.
|
||||||
**** Plot In Paper
|
**** Plot In Paper
|
||||||
|
|
||||||
Power sensors vs network
|
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>>
|
<<RUtils>>
|
||||||
|
|
||||||
data=loadData("logs/ns3/last/data.csv")
|
data=loadData("logs/ns3/last/data.csv")
|
||||||
|
|
BIN
2019-ICA3PP.pdf
Normal file
BIN
2019-ICA3PP.pdf
Normal file
Binary file not shown.
BIN
plots/final.png
BIN
plots/final.png
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Add table
Add a link
Reference in a new issue