summaryrefslogtreecommitdiff
path: root/2019-Mascots.org
diff options
context:
space:
mode:
authorLoic Guegan <manzerberdes@gmx.com>2019-05-25 10:43:37 +0200
committerLoic Guegan <manzerberdes@gmx.com>2019-05-25 10:43:37 +0200
commitdbb3a199dc087b30f0ba9348ed3cccd11abe206e (patch)
tree6442133f09f3ebf1e827906e7dcecfc49ce08b72 /2019-Mascots.org
parent22640c1e2bac3afd92a6c5e50f2732f4f774b803 (diff)
Update paper
Diffstat (limited to '2019-Mascots.org')
-rw-r--r--2019-Mascots.org20
1 files changed, 18 insertions, 2 deletions
diff --git a/2019-Mascots.org b/2019-Mascots.org
index 0d67ea6..4d2044b 100644
--- a/2019-Mascots.org
+++ b/2019-Mascots.org
@@ -196,7 +196,7 @@ component, formatting, style, styling, insert
allocated memory for 20 sensors sending data every 10s. Note that red horizontal line represent
the average energy consumption for sample of energy value. We can see that at each sensing
interval, server face to peaks of energy consumption. However, VM allocated memory do not
- influence energy consumption. In fact, simple database requests do not need any particular hudge
+ influence energy consumption. In fact, simple database requests do not need any particular huge
memory access. Thus, remaining experiments are based on VM allocated memory of 1024MB.
#+BEGIN_EXPORT latex
@@ -215,7 +215,10 @@ component, formatting, style, styling, insert
\ref{fig:sensorsNumber-WPS} present the average server energy cost per sensors according to the
number of sensors. These shows a clear linear relation between the number of sensors and the
server energy consumption. Moreover, we can see that the more sensors we have per server, the
- more energy we can save.
+ more energy we can save. In fact, since the idle server energy consumption is high, it is more
+ energy efficient to maximze the number of sensors per server. As showed on Figure
+ \ref{fig:sensorsNumber-WPS}, a significant amount of energy can be save when passing from 20
+ sensors to 300 per server.
#+BEGIN_EXPORT latex
\begin{figure}
@@ -233,6 +236,19 @@ component, formatting, style, styling, insert
\label{fig:sensorsNumber-cloud}
\end{figure}
#+END_EXPORT
+
+ A last parameter can leverage server energy consumption namely sensors send frequency. In
+ addition to increasing the application accuracy, sensors send frequency increase network traffic
+ and database accesses.
+
+ #+BEGIN_EXPORT latex
+ \begin{figure}
+
+ \caption{Freq}
+
+ \end{figure}
+ #+END_EXPORT
+
** End-To-End Consumption