mirror of
https://gitlab.com/manzerbredes/paper-lowrate-iot.git
synced 2025-04-19 04:09:43 +00:00
Update network energy consumption
This commit is contained in:
parent
fa35b986e3
commit
5c91547127
5 changed files with 3 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
loic@lguegan.29280:1563296642
|
|
@ -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)
|
||||
}
|
||||
|
|
BIN
2019-ICA3PP.pdf
BIN
2019-ICA3PP.pdf
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